Changes between Version 1 and Version 2 of FLASH_CONTENT_BASIC_R3


Ignore:
Timestamp:
09/02/09 16:58:43 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FLASH_CONTENT_BASIC_R3

    v1 v2  
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
    76 
    87== Overview == 
    9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
     8 In this revision of the task we should include flash frame inside Sophie 2. The main goal is this frame to be fully interactive, however for beginning we will only show this frame with no interaction implemented. 
    109 
    1110== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
     11 * Create prototype of flash frame, that allows flash movies to be shown inside a book. 
     12  * At this point we'll have only the URL of swf file as resource, not the entire swf. 
     13  * No sound will be supported. 
     14  * This frame will not be persisted. 
     15 * When saving book with flash frame inside a message should be displayed for the user, that this frame will not be saved. 
     16 * Add 'import flash movie' inside insert menu 
    1317 
    1418== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     19 * The result should be code. 
    1620 
    1721== Implementation idea == 
    18 ^(Provide some rough implementation idea(s).)^ 
     22 
    1923 
    2024== Related == 
    21 ^(Add links to related tasks that could be useful or helpful.)^ 
    22  
     25[wiki:FLASH_CONTENT_BASIC_R1][[BR]] 
     26[wiki:FLASH_CONTENT_BASIC_R2][[BR]] 
     27[wiki:GROUP_WRAPPERS_R0][[BR]] 
    2328== How to demo == 
    24 ^(Provide instructions for demonstration of the task.)^ 
     29 * Start the application 
     30 * Insert flash frame 
    2531 
    2632= Design =