bradleykal
April 25th, 2008, 07:35 PM
wow, AS3 is KILLING my brain.
trying to simply create one swf that is going to animate, and at the end of it's animation, tell it's parent clip to nextFrame()... The SWF in question has been loaded using URLRequest, but errors when published.
this is what I think should work:
MovieClip(root).nav.nextFrame();
but I get the following error when trying to publish:
1120: Access of undefined property nav.
trying to simply create one swf that is going to animate, and at the end of it's animation, tell it's parent clip to nextFrame()... The SWF in question has been loaded using URLRequest, but errors when published.
this is what I think should work:
MovieClip(root).nav.nextFrame();
but I get the following error when trying to publish:
1120: Access of undefined property nav.