hey jack - thanks for the response the xml that is being loaded is dynamically generated so we're going to try turning the filesize auditing off to see if that fixes the problem - we're also going to change the http headers on the dynamic file to output a proper filesize.
It seemed to occur in a specific combination (swfobject and firefox). I'll get back to you - if there is an actual bug / fix, i'll file it on your site best a On 6 December 2010 17:16, Jack Doyle <[email protected]> wrote: > No need to avoid going straight to GreenSock - there are dedicated forums > for these types of questions at http://forums.greensock.com and I try to > be > very active there. > > Anyway, I don't remember ever hearing of a LoaderMax queue simply not > completing except if it contains a VideoLoader that is between version 1.73 > and 1.75 (those versions exposed a Flash bug in a particular scenario - > long > story - but it was worked around as of version 1.76). Your code didn't show > any VideoLoaders, though, so I suspect something else is going on. > > I'd love to see a sample FLA that demonstrates the problem (the simpler the > better, no need to see your production files). That'd really help in terms > of troubleshooting. > > And of course make sure you're using the latest version. > http://www.greensock.com/loadermax/ > > I'm sure we can get to the bottom of this once I see the sample file(s). > > Jack > > PS The "loading twice" thing sounds related to file size audits - please > see > the explanation at http://www.greensock.com/loadermax-tips/#10 > > > -----Original Message----- > From: allandt bik-elliott (thefieldcomic.com) [mailto:[email protected]] > Sent: Monday, December 06, 2010 5:15 AM > To: Flash Coders List > Subject: [Flashcoders] loadermax load issue? > > 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 > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

