is there any test example..???? i've got 'ispaused' event, but it's not working, may be i'm going wrong.
<plugin name="video"
url.html5="%SWFPATH%/plugins/videoplayer.js"
url.flash="%SWFPATH%/plugins/videoplayer.swf"
pausedonstart="true"
loop="true"
volume="1.0"
onloaded="add_video_sources();"
onvideopaused="testFunction();"
/>
Also i want to launch "VR Mode" via trigger (click) event. is it possible..???