Changes between Version 1 and Version 2 of FLASH_CONTENT_BASIC_R3
- Timestamp:
- 09/02/09 16:58:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FLASH_CONTENT_BASIC_R3
v1 v2 4 4 5 5 = Analysis = 6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^7 6 8 7 == 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. 10 9 11 10 == 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 13 17 14 18 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 19 * The result should be code. 16 20 17 21 == Implementation idea == 18 ^(Provide some rough implementation idea(s).)^ 22 19 23 20 24 == 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]] 23 28 == How to demo == 24 ^(Provide instructions for demonstration of the task.)^ 29 * Start the application 30 * Insert flash frame 25 31 26 32 = Design =