[Dojo-checkins] [Dojo Toolkit] #14212: A simple audio player widget for mobile
Dojo Trac
trac at dojotoolkit.org
Fri Nov 4 03:20:23 EDT 2011
#14212: A simple audio player widget for mobile
--------------------------+-------------------
Reporter: ykami | Owner: ykami
Type: task | Status: new
Priority: normal | Milestone: 1.8
Component: DojoX Mobile | Version: 1.7.0
Severity: normal | Keywords:
--------------------------+-------------------
A simple wrapper for the html5 <audio> tag. The user sees a Play button,
and a progress bar. On Androids, the user sees the Fast forward and Fast
rewind buttons as well.The user clicks the Play button and the audio
starts to play. (The Play button turns into a Pause button.) The user
clicks the Pause button to pause. (The Pause button turns into a Play
button.) The user slides the progress bar to jump to a different location
of the audio file.
This works on all browsers supporting the HTML <audio> tag. One exception
is IE 8, where this tag is not supported. In this case, the audio player
can display a warning message set by the application.
--
Ticket URL: <http://bugs.dojotoolkit.org/ticket/14212>
Dojo Toolkit <http://dojotoolkit.org>
The Dojo Toolkit
More information about the Dojo-checkins
mailing list