Hello,
I created a JS function to load a video and play at a specific point so a loadnseek. I believe its not working because the player only buffers from the beginning instead from where my start time is.
Here is the code....
player.sendEvent('STOP');
player.sendEvent('LOAD', p_link);
player.sendEvent('PLAY', 'true');
player.sendEvent('SEEK', p_begin);
I tried loading then seeking then playing yet it didn't work.
Any help would be greatly appreciated as I have been sweating over this for a while now.
Thanks
