Jump to content
Search Community

Recommended Posts

frank.abagnale
Posted
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

Posted

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.

frank.abagnale
Posted

tks for reply, i make a test file but that work fine , probably my code is error

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