onWMPPositionChanged | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to MediaPlayer Class Summary |
Availability |
Windows |
Usage |
mpInstance.onWMPPositionChanged:Function |
Parameters |
newPosition:Number - Current position |
Returns |
None |
Description |
Dispatched when the position of the current media is manually changed by the user. |
Notes |
None |
Example Code |
myMP.onWMPPositionChanged = function(myObject){ var message:String = myObject.newPosition; } |
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 |