Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - simonbeech

Pages: [1]
1
General Discussion / Re: Accessing Loaded Movieclip textures
« on: November 08, 2011, 06:44:22 pm »
Ok sorted it.

you access your movieclip like this.

loader.getLoadedContent( PATH + "ball.swf").displayObject.ball.ring.balltext.text = "23";

Hope this helps anyone else.

Simon

2
General Discussion / Accessing Loaded Movieclip textures
« on: November 05, 2011, 12:40:29 am »
Hi,

Just started with the framework today and am loving to so far

Is it possible to access the a loaded movieclip and set a property, for example i'm loading a texture swf that contains a dynamic text box, can I update the contents of that textbox once the texture is loaded?

thanks

Simon

Pages: [1]