Another correction : basically its not imageLoader.content.testMovie.gotoAndStop(2); but I want to transform the color of testMovie which is an movieClip inside the loaded SWF
On Tue, Mar 9, 2010 at 4:12 PM, Fahim Akhter <[email protected]> wrote: > I'm using AS3 here is a little more detail. > > I'm loading an swf say "test.swf" which gets loaded in imageLoader , so I > can get its content by : > > imageLoader.content > > So if I wanted one of the movieClips inside it I would do this : > > imageLoader.content.testMovie.gotoAndStop(2); > > But when I do this, since the movie is not loaded the file is not compiled > and gives me an error your referring to something that is not there. How > else am I supposed to reference a content that will be loaded later? > > > > On Tue, Mar 9, 2010 at 3:30 PM, Geografiek <[email protected]>wrote: > >> Hi Fahim, >> Can be anything. >> To give you something to proceed we really need more information. >> What are you doing exactly? (what is the code you use to tell the symbol >> to do an action) >> What would you expect to happen? >> What is actually happening (error codes etc.) >> Willem van den Goorbergh >> >> >> On 9-mrt-2010, at 9:59, Fahim Akhter wrote: >> >> Hi, >>> >>> I have a swf which I load using a customized swf loader. The problem I'm >>> facing is after I load the swf, I want to tell one of its symbol to do an >>> action. But this does not seem to work . Any word on that? >>> _______________________________________________ >>> Flashcoders mailing list >>> [email protected] >>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >>> >> >> >> >> =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= >> Geografiek is a Dutch, Utrecht-based map and chart design company. >> Willem van den Goorbergh can be contacted by telephone: (+31)30-2719512 or >> cell phone: (+31)6-26372378 >> or by fax: (+31)302719687 >> snail mail: Hooghiemstraplein 89 3514 AX UTRECHT >> Visit our website at: http://www.geografiek.nl >> =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= >> >> >> >> >> >> _______________________________________________ >> Flashcoders mailing list >> [email protected] >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> > > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

