Changes between Version 6 and Version 7 of FLASH_CONTENT_BASIC_R3


Ignore:
Timestamp:
09/11/09 16:35:29 (16 years ago)
Author:
izomorphius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FLASH_CONTENT_BASIC_R3

    v6 v7  
    4343  * Create a class called FlashFrameH that extends FrameH and is the frame helper for the flash frame. 
    4444  * 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.view 
     45 * In the package org.sophie2.extra.func.browser.flash.view 
    4646  * 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). 
    4747  * Create a class InsertFlashItem that extends AppMenuItem and represents the insert menu entry associated with the flash frame. 
    4848  * 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. 
    4950 * Create a package org.sophi2.extra.func.browser.flash.util 
    5051  * 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] 
    5253= Implementation = 
    5354^(Describe and link the implementation results here (from the wiki or the repository).)^