onWMPBuffering | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to MediaPlayer Class Summary |
Availability |
Windows |
Usage |
mpInstance.onWMPBuffering:Function |
Parameters |
status:Boolean - Current buffering state. |
Returns |
An Object |
Description |
Dispatched when the state of buffering changes. |
Notes |
The 'status' parameter is a boolean indicating whether or not the instance is buffering. |
Example Code |
myMP.onWMPBuffering = function(myObject:Object){ var message:String = myObject.status; } |
mdm.MediaPlayer Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |