Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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!!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.