Jump to content
Search Community

clipclicmusic

Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by clipclicmusic

  1. Hi Jack Am using version 0.91 Still getting the same error. I am using swfs exported fron Ill CS4, and as this person says, that isn't ideal : Being a "little" below you level in AS3, I am stuck, and can only work around by reloading the swf in its new location. Could there be an option to optionally change the headers in LoaderMax to AVM2 ? If I understad from here : http://blog.formatlos.de/2008/11/20/fla ... 1-content/ That would solve the issue ? Thx Jason
  2. Hi Jack Now THAT is impressive. It was slow, even by my (sub) standards.... now it is faster than the blink of an eye ! Thanks Jason
  3. Hi Jack The restrcitions by Flash 10 converning AVM1 and AVM2 gives this when I try to move loaded objects around : ArgumentError: Error #2180: It is illegal to move AVM1 content (AS1 or AS2) to a different part of the displayList when it has been loaded into AVM2 (AS3) content. Is there a workaround for that ? The swfs are simply images / animations. No code... I found this : http://blog.formatlos.de/2008/11/20/fla ... 1-content/ But can't figure out how to apply it teasily to your Loader. Thanks Jason
  4. Hi I have several hundred images to load, and it is sooooooooooooooo smooth. Thanking you ! I am loading them in batches of 25. Each batch of 25 replaces the previous batch In order to remove the previous 25 when I load a new lot, I use clipArtQueue.unload(); This is slow. I tried looping through all 25 children and using unload on them individually, but it doesn't seem any faster. Is there are faster way to remove and make ready for garbage all elements loaded by the Loader ? Thx Jason
  5. Thanks I had yesterday's version. Works fine Jason
  6. Hi Jack Groovy loader. Thanks. I am fast becoming a BIG fan of yours. I have a project that needs this loader. I have thousands of EPS images that I am batch converting to SWF using Illustrator CS4... It exports them for Flash player 9. All fine so far. However, when I use LoaderMax thus : var queue:LoaderMax = new LoaderMax({name:"mainQueue"}); queue.append( new SWFLoader("clipart/Animals/Birds/Birds001.swf", {name:"mainClip", estimatedBytes:3000, container:this, autoPlay:true}) ); queue.load(); Flash generates this message at runtime : Error #2180: It is illegal to move AVM1 content (AS1 or AS2) to a different part of the displayList when it has been loaded into AVM2 (AS3) content. at flash.display::DisplayObjectContainer/addChildAt() at com.greensock.loading.core::CommonLoader/_initHandler() at com.greensock.loading::SWFLoader/_initHandler() When I exclude container:this the error message does not appear... and neither does the image ! If I load like this, all is fine. var fileLoader=new Loader ; var fileRequest=new URLRequest("clipart/Animals/Birds/Birds001.swf"); fileLoader.load(fileRequest); addChild(fileLoader); Any ideas / solutions ? Thanks Jason
  7. Thanks. As you say, 'each to his own'... Your solution works better than mine (not surprisingly) Best jason
  8. Hi I have been getting used to using this for three days. Great stuff. I wanted transparent handles... and got them using 0xFFFFFFFF BUT that makes the scaling handles act unreliably. I there another way of doing this so the scaling handles act normally... or perhaps a feature to add (if you do, make the lines going through the squares invisble - it'll look classier !) Thanks Jason
×
×
  • Create New...