Jump to content
Search Community

LoaderMax not working with AIR 3.0 ?

kiu test
Moderator Tag

Recommended Posts

I just tried to update one of my Projects to AIR 3.0

Now the APP gets stuck after setting up a queue and calling queue.load();

 

undefined
at flash.net::NetStream/invokeWithArgsArray()
at flash.net::NetStream/call()
at flash.net::NetStream/pause()
at com.greensock.loading::VideoLoader/_closeStream()[/Volumes/Data/FLASH APP/com/greensock/loading/VideoLoader.as]

 

The URL is valid, I'm getting no FAIL or ERROR messages.

I must be missing something very obvious? Any Hints?

 

Thanks in advance.

 

By the way, your libraries are the most useful piece of code I have come across, thanks for developing it!

Link to comment
Share on other sites

Hmm...that sure sounds like an Adobe bug (even the error message indicates that). Never heard of that one before - have you contacted Adobe about it? In the mean time, it does sound like it is related to the file size auditing process, so you can disable that on your VideoLoader by defining an estimatedBytes in the vars object, like:

 

var vl:VideoLoader = new VideoLoader("1.flv", {estimatedBytes:150000, container:this});

 

Or turn off auditSize in the parent LoaderMax instance.

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