This is a message.

setclip && oncuepoint Created Sep 25, 2009

This thread is solved

Views: 1876     Replies: 1     Last reply Oct 23, 2009  
You must login first before you can use this feature

thomas27

Posts: 6

Registered:
Sep 25, 2009

setclip && oncuepoint

Posted: Sep 25, 2009

After changing the Clip with advanced setclip - commands (including clipname and onCuepoint event), the new clip still fires at the old and not at the new Cuepoints!!

for example:
Player is loaded with:
...
clip:{url: blabla.flv, onCuepoint:[[500,1000,2000],function(clip,cuepoint){alert(cuepoint);}]}
...

then clip is changed via JS to
$f().setClip({url:bla.flv,onCuepoint:[[50,100,200],function(clip,cuepoint){alert(cuepoint);}]});

now the clip plays the bla.flv, but the cue-events still fire at 500,1000,2000 !!!!

dextr0us

Posts: 25

Registered:
Jun 23, 2009

» setclip && oncuepoint

Posted: Oct 23, 2009

Reply to: setclip && oncuepoint, from thomas27
Did you figure out a fix for this ever?