Search the Community
Showing results for tags 'selfloader'.
-
Hello Greensock, I will try to explain my problem the best I can… I have a swf that is loading some data and other various assets, and the first thing it does is instantiating the following LoaderMax: var selfLoader:SelfLoader = new SelfLoader(this, { name:"self", estimatedBytes:364544, onProgress:_progressHandler } ); var aspLoader:DataLoader = new DataLoader(initreq, { name:"init", estimatedBytes:100, format:"variables", allowMalformedURL:true, onProgress:_progressHandler } ); var initqueue:LoaderMax = new LoaderMax( { name:"initQueue", maxConn
- 4 replies
-
- selfloader
- uncaught
-
(and 2 more)
Tagged with:
-
I need to create a selfloader for my flash game. My game doesn't use any frames except the first frame. Most all of the code is contained in classes. I was told that LoaderMax can solve this problem easily, but I can't find any tutorials on how to make selfloaders. Any help would be appreciated, Angelo
- 9 replies
-
- 1
-
-
- loadermax
- selfloader
-
(and 1 more)
Tagged with:
-
Hi, (first of all, sorry I posted a reply instead of creating new topic before, newby) I have a Loadermax with multiple loaders (image, xml, video and selfloader). All them have estimatedBytes and autodispose = false. I also have progress, complete and onError handlers set up. Testing for errors, I get the complete event fired before the onError event...... the onError handler would have a boolean to let the whole thing to start or not. so, why does the onComplete fires before the onError? Thanks Al
- 2 replies
-
- selfloader
- videoloader
-
(and 2 more)
Tagged with: