Jump to content
Search Community

VideoLoader : Adding Video to Stage in another Class Than the Class Using VideoLoader

Thomas James Thorstensson test
Moderator Tag

Recommended Posts

Hello

 

Yup thats right its back to the days of Flash for me. Flash and chocolate cookies:

 

I'm using VideoLoader in a service class. Once the video loaded I wan to add the video tot he display list in a different class (It's a robotleg project).

 

Now I guess I could in my service class create a container sprite and in my initialization include it without adding that container to stage and then once the video is loaded I pass that container as payload via  my event to > mediator > to my Video view where I add it to stage.

 

Or is there another way?

 

I base this question on the fact that you usually include a container :

//create a VideoLoader
var video:VideoLoader = new VideoLoader("assets/video.flv", {name:"myVideo", container:this, width:400, height:300, scaleMode:"proportionalInside", bgColor:0x000000, autoPlay:false, volume:0, requireWithRoot:this.root, estimatedBytes:75000});
//start loading
video.load();

Snoop,

 

".S"

Link to comment
Share on other sites

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