Playing two videos in sync
We have a Flex application where we want to play two streaming videos, side by side, in sync. E.g. the first video may have a news clipping and second may have an anchor describing the events.
I have tried a number of approaches to implement this but haven’t succeeded yet. The videos get out of sync in some or the other condition.
Have you seen any applications with two / multiple videos playing in sync – second to second? Do you have any ideas on how this can be done?
Here’s a mind map of the logic I am using (click to enlarge). I am on Flex, VideoPlayer component.
Related posts:
- Best Tech Videos on the net I love watching tech videos over the web (and don’t...
- Test your site across multiple browsers with Adobe BrowserLabs Web designers and developers are always challenged by the diversity...
- Flex Regular Expression Online Testing / Learning Tool When it comes to Regular Expressions, I start feeling giddy....


U might want to check this:
http://www.omnisio.com/startupschool08/david-heinemeier-hansson-at-startup-school-08
Naveen Dhanuka
6 Feb 09 at 3:09 pm
HTML 5 can do this with some simple JS
http://html5demos.com/two-videos
Julian Browne
13 May 10 at 11:22 am