Last modified 16 years ago
Last modified on 02/20/09 09:17:42
Analysis
Overview
Create actions for controlling frames with media content. Some of these actions include:
- Play
- Pause
- Rewind (rewind sets the time to 0, and stops)
- Reverse (starts playing in reverse)
- Play from beginning (rewinds, then plays)
Task requirements
- Create actions for the events listed in the overview
- Add the events to the UI for actions (see the link actions commons task)
Task result
The result is code
Implementation idea
- The targets of these actions can only be frames with controllable media
- The UI will need a way to communicate with the content at the time the user sets the target
- Controllable media not only includes audio and video, but could include slide shows in the future, for example
Related
How to demo
Add a video to a book and create play/pause actions from links, then show how they function
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
desc("play-control actions (for media and timelines) ") desc("Play from Beginning, Play, Pause, Rewind,")