Search  

NEED HELP WITH CAFAFLVPLAYER_V1 PLAY PAUSE AND FASTFORWARD BUTTONS

HomeForumsVideo DiscussionNeed help with cafaFlvPlayer_v1 PLAY PAUSE and FASTFORWARD buttons
Default-profile nemo0007
1 post

I tried to modify the script to separate the PLAY /PAUSE buttons into two separate items but I’m unable to make it work. I also don’t know how to program the FastFoward button. Can anyone help me? Thanks

rewindButton.onRelease = function () { ns.seek (0); };

playButton.onRelease = function () { ns.play (); };

ffButton.onRelease = function () { ns.seek (); };

pauseButton.onRelease = function () { ns.pause((); };

file is at http://nemogrant.com/greatheartdoctors/videos/

Posted 6 months ago