hey all
just wanted to run something by you guys before i went to greensock. We've
started using LoaderMax in house and we're starting to get some weird load
errors (or lack thereof)
we're adding everything into the queue manually, setting event listeners and
starting the queue and everything seems to load twice but the following
behaviour occurs:
the queue starts
several progress events occur
then the application fails to get a complete event.
we're getting no load errors, or any flash errors - the loader just fails to
complete.
here is the code
[code]
_queue = new LoaderMax( { name:"dataQueue", onProgress:onQueueProgress,
onComplete:onQueueComplete, onError:onQueueError } );
_queue.append( new SelfLoader(this, { name:"self" } ) );
_queue.append( new CSSLoader( cssPath, { name:"cssStyle" } ) );
_queue.append( new XMLLoader(xmlPath, { name:"xmlData", noCache:false } ) );
_queue.load();
[/code]
be interested to see if this has happened to anyone else
best
a
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders