A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
length — Property, interface com.distriqt.extension.mediaplayer.sound.Sound |
|
The length of the current sound in milliseconds
|
load(path:String) — method, interface com.distriqt.extension.mediaplayer.MediaPlayerView |
|
Once a player has been created you can change the loaded media
by using this call, passing in the path to the new video. |
load(source:String) — method, interface com.distriqt.extension.mediaplayer.audio.AudioPlayer |
|
Once a player has been created you can change the loaded media
by using this call, passing in the path to the new file. |
LOADED — Constant Static Property, class com.distriqt.extension.mediaplayer.events.AudioPlayerEvent |
|
Dispatched when the audio player completed loading from the source
|
LOADED — Constant Static Property, class com.distriqt.extension.mediaplayer.events.MediaPlayerEvent |
|
Dispatched when the player completed loading from the source
|
loadFile(file:flash.filesystem:File) — method, interface com.distriqt.extension.mediaplayer.audio.AudioPlayer |
|
Once a player has been created you can change the loaded media
by using this call, passing in the new file. |
loadFile(file:flash.filesystem:File) — method, interface com.distriqt.extension.mediaplayer.sound.Sound |
|
Load the specified file into the sound instance
Will dispatch Event.COMPLETE when loaded or IOErrorEvent.IO_ERROR
if there was an error loading the file. |
LOADING — Constant Static Property, class com.distriqt.extension.mediaplayer.events.AudioPlayerEvent |
|
Dispatched when the audio player commenced loading from the source
|
LOADING — Constant Static Property, class com.distriqt.extension.mediaplayer.events.MediaPlayerEvent |
|
Dispatched when the player commenced loading from the source
|
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |