[[BackLinksMenu]]

[[TicketQuery(summary=LINKS_ACTIONS_PLAYING_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]]

= 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 ==

 * [wiki:LINKS_ACTIONS_COMMON_R0]

== 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,")