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 !!!!
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 !!!!