Questions tagged [loadermax]

An AS3 loading system

Useful links


Related tags

5 questions
1
vote
1 answer

LoaderMax in child swf

I have 2 child swfs being loaded into a parent swf. Each child swf loads its own XML file. When I load the child swfs, I get back a null because they have not loaded their XML files yet. I am using greensock's LoaderMax. Is there anyway for the…
0
votes
1 answer

as3 Greensock LoaderMax memory

I have a bit trouble with LoaderMax memory occupy, i have a queue, and i am keep loading images depend on user's action. if they click load more and it keep load, but i would like to clean the memory which been occupied by the previous queue (i have…
Bill
  • 17,872
  • 19
  • 83
  • 131
0
votes
2 answers

LoaderMax (greensock) Forced GC Issue

LoaderMax uses the following function in their DisplayObjectLoader.as class which is under loader/core : Although they have put the forced GC under a Try/Catch block. Flash Player 11 still manages to crash on it. Any ideas about this? protected…
Fahim Akhter
  • 1,617
  • 5
  • 31
  • 49
0
votes
1 answer

Duplicated a swf loaded with LoaderMax

i'm trying to duplicate a swf loaded using greensocks LoaderMax but i don't seem to be able to i'm using the following code: private var _assetCache : Dictionary; public function getAssetById(assetId:String):DisplayObject { var…
obie
  • 578
  • 7
  • 23
0
votes
0 answers

How to unload last loaded swf when new swf is loading?

I found this project uploaded named loadSWFsPlaySequence dot zip ... but unfortunately I faced a big problem : problem : as I want to load huge and multiple swfs one after another I should be aware of memory that loaded swfs take ,so I tried to…
user5607806