Share Posted June 3, 2011 I don't understand why nothing gets traced in my onChildComplete function. What am I doing wrong? urls = ["http://www.server.com/1.jpg", "http://www.server.com/2.jpg"]; var queue:LoaderMax = LoaderMax.parse(urls, {name:"mainQueue", onChildComplete:completeHandler}); queue.load(); function completeHandler(e:LoaderEvent) : void { var content:ContentDisplay = e.target.content; trace(content); } Link to comment Share on other sites More sharing options...
Share Posted June 3, 2011 Could you post a sample FLA that demonstrates the issue? I don't see an obvious problem. Are you using the latest version of the classes? Link to comment Share on other sites More sharing options...
Author Share Posted June 5, 2011 I honestly don't know why it didn't work but I somehow fixed it now - thanks anyway Jack Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now