Changes between Version 6 and Version 7 of FLASH_CONTENT_BASIC_R3
- Timestamp:
- 09/11/09 16:35:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FLASH_CONTENT_BASIC_R3
v6 v7 43 43 * Create a class called FlashFrameH that extends FrameH and is the frame helper for the flash frame. 44 44 * Create a class called FlashFrameR4 that extends FrameR4 and represents the resource associated with the flash frame. 45 * In the package org.sophie2.extra.func.browser. view45 * In the package org.sophie2.extra.func.browser.flash.view 46 46 * Create a class FlashFrameView that extends FrameView and constructs the associated scene element for the flash frame. In that class create a thread that redraws the flash frame when the time to the next event has expired(i.e. the current frame in the flash player has changed). 47 47 * Create a class InsertFlashItem that extends AppMenuItem and represents the insert menu entry associated with the flash frame. 48 48 * Create an enumeration FlashLogic that extends OperationDef and encapsulates the logic behind the actions performed on a flash frame. 49 * Create a class FlashHaloButton in that package that extends ClickHaloButton. This halo button should provide the change url functionality. 49 50 * Create a package org.sophi2.extra.func.browser.flash.util 50 51 * Create a class FlashHandler in that package that represents a wrapper for FlashNativeBridge and provides an easier interface. 51 52 Test can be found here [6265] 52 53 = Implementation = 53 54 ^(Describe and link the implementation results here (from the wiki or the repository).)^