goog.ui.media.Media
instances and renders
it. It expects goog.ui.media.Media.getModel
to return a well formed,
previously checked, mp3 URL ,
which is the data model this renderer will use to construct the DOM
structure. for an example of
constructing a control with this renderer.
This design is patterned after http://go/closure_control_subclassing
It uses goog.ui.media.FlashObject
to embed the flash object.
A static method that builds a URL that will contain the flash player that
will play the
mp3Url .
|
code » | |||
![]()
No description.
|
code » | |||
A static convenient method to construct a goog.ui.media.Media control out of
a mp3 URL. It checks the mp3 URL, sets it as the data model
goog.ui.media.Mp3 renderer uses, sets the states supported by the renderer,
and returns a Control that binds everything together. This is what you
should be using for constructing Mp3 videos, except if you need more fine
control over the configuration.
Arguments:
Returns: !goog.ui.media.Media
A goog.ui.Control subclass with the mp3
renderer.
|
code » | |||
![]()
A static method that sets which flash URL this class should use. Use this if
you want to host your own flash mp3 player.
Arguments:
|
code » |