| Function |
Example Code |
Description |
| play |
document.getElementById('uwm_video').flashCall('play'); |
Starts video play |
| stop |
document.getElementById('uwm_video').flashCall('stop'); |
Stops video play |
| rewind |
document.getElementById('uwm_video').flashCall('stop'); document.getElementById('uwm_video').flashCall('play'); |
Rewinds all tracks and plays |
| pause |
document.getElementById('uwm_video').flashCall('pause'); |
Pauses Video |