Jump to content
Search Community

Max On LoaderMax???

Multi-Task test
Moderator Tag

Recommended Posts

Is there a maximum of videoLoaders one can add?

 

I have 14 MP4s that I am trying to play back.

 

On initial start of the app.  It attempts to load but then crashes.  

 

Is there a Max to LoaderMax (especially for video)?

 

Thanks in advance.

-MT

Link to comment
Share on other sites

There's no limit built into LoaderMax, no, but I'm sure there are limits in the Flash Player on certain devices depending on memory, etc. Unfortunately I don't have a specific number like "never go over 40000kb" or whatever - I suspect it depends on the device, Flash version, etc. 

Link to comment
Share on other sites

True.  All true.  I just didn't know if there were limits built in.  Thanks though.

 

Publishing for AIR 3.4, (the same assets/playlist run fine when in debug mode).

 

I will try to find that happy place for a few various devices.

 

I have tried leveraging setting various vars:

 

media = LoaderMax.getLoader("media");
media.vars = {maxConnections : 1, auditSize : false };
 
But to no avail…   :(

 

Thoughts?

 

Trying to play - 10 MP4s @ an average of 8MB each 

 

-mt

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