Changes between Version 10 and Version 11 of MEDIA_FRAME_CONTROLS_R0


Ignore:
Timestamp:
05/07/09 10:48:48 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MEDIA_FRAME_CONTROLS_R0

    v10 v11  
    2828 * Create controllers for media manipulation. 
    2929  * play, stop and pause. 
     30  * The pause button should always be active except for when the media is stopped. 
     31  * The stop button should be active only when the media is playing. 
     32  * The start button should be active only when the media is stopped. 
     33  * Clicking the start button when the media is stopped will start the playback. 
     34  * Clicking the stop button when the media is started will stop the playback and set the time of media to the beginning. 
     35  * Clicking the pause button will pause the media. One should click the same button to resume the media. 
    3036 * Allow controllers to communicate with a frame's content 
    3137 * Think about how controllers can be skinned