Hi All - 

I am synchronizing a loaded SWF with an FLV using the FLVPlayback component
(AS3). I've got it quite close, but there is still some slight delay. 

I have this on a timer:

var frame:Number = Math.round( content.totalFrames * ( (
FLVPlayer.playheadPercentage - .25 ) / 100 )  );
content.gotoAndPlay(frame);

Just wondering if anyone has been there with this before, and if you managed
to get it spot on ( remove any delay ), or if you have any tips...


Regards


Karim



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to