Controlling the Mc's of a loaded SWF

Posted by Ross on Stack Overflow See other posts from Stack Overflow or by Ross
Published on 2010-04-26T10:25:36Z Indexed on 2010/04/27 0:53 UTC
Read the original article Hit count: 397

Filed under:
|
|

I have a controller.swf which loads an external swf into a movieclip.

news_mc = loadEvent.currentTarget.content as MovieClip;

the swf is called "news.swf" and has a movieclip on the maintimeline, frame 1 called "sb".

I have tried everything to access this such as

mews_mc.sb.alpha = 0;

but nothing works?

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about loader