I solved my own problem :))

Vid1.autoRewind=false; // I didnt have that before


in the button function:
Vid1.stop();
Vid1.seek(player.findCuePoint("cuePt8")["time"]-0.25); // I'm moving a
quarter second before the actual cuepoint to ensure the video gets it.
Without the stop though, it didnt work before
Vid1.play();

This causes a slight delay in video playback, but at least it works as expected.

~Til

PS: Hi Eric Dolecki, hows it going?
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to