PDA

View Full Version : How to sync identical streaming videos


wkdown
08-30-2007, 06:37 PM
I have two video players running the same SWF (one a reflection of the other). I am trying to figure out a way to get both videos to sync up, so it really does seem like a reflection. Is there a way in AS to start the reflected video at a certain fame? Ideally, find what frame video A is at and start video B then. I'd be happy even with how to start, say, Video B at frame 12. I don't want to alter the video itself because then I have to pull in and stream two videos which kills bandwidth. Obviously, I also need to mute the reflection so there's no echo.

Has anyone tried something like this? Have any pointers? Thanks in advance

atomic
08-30-2007, 06:48 PM
Are these video in fact FLV's? Using the FLVPlayback or Media component?

wkdown
08-30-2007, 07:10 PM
Sorry, yes they are FLVs

atomic
08-30-2007, 07:54 PM
Can you attach your .fla?