Share Posted September 3, 2013 var queue:LoaderMax = new LoaderMax({maxConnections:1, onProgress:queueProgressHandler, onComplete:queueCompleteHandler, onChildProgress:childProgressHandler, onChildComplete:childCompleteHandler }); queue.append(new SWFLoader(_urlLoad + "assets.swf", { name: _AssetFileName, visible : false, autoPlay : false, container : ASMain.main_mc, estimatedBytes : 838 } )); queue.append(new SWFLoader(_urlLoad + "Lock.swf", { name: _LockFileName, visible : false, autoPlay : false, container : ASMain.main_mc, estimatedBytes : 1000 } )); //LoaderMax.prioritize(_LockFileName); queue.load(); current frame of main_mc is 2, that seem work fine but when i goto main_mc to frame 3 and then back frame 2 the first child is a movie of main_mc is null. please help me, thank you Link to comment Share on other sites More sharing options...
Share Posted September 3, 2013 Hi this is very difficult to understand without seeing your files. Please create a zip of the bare minimum of files, assets and code necessary to replicate the problem. You can attach the zip using the "more reply options" button. Link to comment Share on other sites More sharing options...
Author Share Posted September 4, 2013 tks for reply, i make a test file but that work fine , probably my code is error 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