Jump to content
Search Community

Recommended Posts

Posted

Hi,

I am developing a flash piece with two views of the same video (one large, one smaller with a caption overlay). Im just wondering if anyone has any ideas on how to program it so I can switch seamlessly between the two views and have the same video at the same time, playback state etc. Ive tried using two separate video streams and keeping track of currentTime etc but its a bit of a hack and doesn't work that well.

 

Is there a cleaner way I can add the same video loader container to multiple display containers and just code the controls once?

 

i.e.

 

videoLoaderVars.container(this);

 

videoLoaderVars.container(another clip);

Posted

Have you tried creating your own Video object and using attachNetStream() (use the VideoLoader's netStream property)? YourVideo.attachNetStream(YourVideoLoader.netStream)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...