Jump to content
Search Community

LoaderMax flash mobile

niggeulimann test
Moderator Tag

Recommended Posts

HI,

 

I´m using Loadermax in a mobile flash project and everything seems to work, but on the mobile device there´s a huge delay between the loader.load()-call and the first progresshandler()-call:

 

ini Loader: 3978

call loader.load: 4024

first progresshandler-call: 14281

loadingComplete: 17198

 

When I launch the app on my pc, everything is great!

 

Thanks for a hint...

 

Yours,

Uli

Link to comment
Share on other sites

It sounds like maybe that delay is caused by the file size auditing (see http://www.greensock.com/loadermax-tips/ for an explanation). You can turn off file size auditing if you prefer (but in that case you'll need to either put up with inaccurate overall progress reporting or define an estimatedBytes for each loader - again, it is all explained at the URL above). LoaderMax.defaultAuditSize = false;

 

Just a guess. Does disabling the file size auditing fix things for you?

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