Here's my problem:
I play a video in a FLVPlayback item
I have another video as a ByteArray, that I play through a NetStream item
I would like to play the two videos at the same time, keeping them synced, making the second one stopping when the first one stops, etc...
And I have a "start again" button at the end of the playback, if the user wants to watch the two videos again.
So:
is it possible to keep the videos synced?
how should I handle the "start again" thing? Do I have to close the NetStream at the end of the playback, and reopen it when the user clicks on the button?
Thanks a lot in advance!!