I'm trying to create a simulation of a product. Currently I'm using flash CS4 to build the simulator.
I have two main monitor screens (default flash players)
then I have five little video monitors on the bottoms that are playing as if they are a live streaming feed.
The videos are local .FLV files stored in the same file as the swf.
What I want to accomplish is have the five video players start to play when the .swf is started, then when I press a button to select which one of the five little videos I want to play it displays it on the main two bigger video players. The only thing is I want to make sure that when I click on the button with the little video, the main display video plays the pick up of the timeline of the little video window. In other words I want the little window playing the video automatically, when I click on the button for the big window player to active and pick one of the little window videos that is play it be synced already.
This is what the wireframe looks like, the :
--------- ---------- | | | | | | | | --------- -----------
--- --- --- --- --- | | | | | | | | | | --- --- --- --- ---
Or instead of using .flv file name, do I have to run a streaming server and tell the player to play the IP?
If anyone can point me to the right direction that would be great.
thanks, joey