- Has been a member for 2-3 years
- Exclusive Author
- Sold between 10 000 and 50 000 dollars
- Bought between 1 and 9 items
Nice text animation effect. Good work.
Nice text animation effect. Good work.
Very useful item , nice work idealFlash..:)
Nice work!
Nice work on this, really useful.
Nice file !
Hi ideal nicework but i can not load it into another swf
TypeError: Error #1009: Impossibile accedere a una proprietà o a un metodo di un riferimento oggetto null.
In englsih TypeError: Error #1009 Can not access a property or method of a reference object null.
at com.idealflash.animtexture::AnimatedTexture/startApp()
at com.idealflash.animtexture::AnimatedTexture/processXML()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
i am trying to load it into the home page q-creative-xml-website also a file from from active den
any help many thnaks in advance
Hi steborg,
Sounds like you have a relative path issue here. You are loading the texture animation swf in another swf so all paths to files that texture anim swf is trying to load, don’t apply anymore.
To make a change in this, you would have to edit AnimatedTexture.as at line 71 URLRequest(“settings.xml”) and checge it to point to the xml in as a relevant path based on where your main loader swf is located.
Something like URLRequest(”../settings.xml”) which it depends a lot on where the main swf is located.
Send me the file and folder organizations from where you want to load, and I will have a look.
Many thanks,
Hi idealflash thank you for your kind answer but it was not path issue I solve it by realizing that when the loaded swf refers to stage anywhere in its startup sequence stage does not exist until that swf has been added to the stage…
The solution was to move startup code to a function and test for availability of stage…
Code: public function Main() { if (stage == null) { addEventListener(Event.ADDED_TO_STAGE, startup); } else { startup(); } }
private function startup(event : Event = null) : void { stage.scaleMode = StageScaleMode.NO_SCALE; init3D(); createCube(); stage.quality = StageQuality.LOW; this.addEventListener(Event.ENTER_FRAME, loop); } Hope this helps someone. founf at this page http://www.bigresource.com/FLASH-Error-1009-while-preloading-external-swf-files-in-the-main-swf-MvpKzhNGTj.html
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
17 Purchases
7 Comments