I am loading a swf file into a flash application. I want to access some movieclips in the externally loadd swf from my main aplication. How can I do this?
Acess movieclip of an externally loaded...cast your loader's content as a movieclip to reference the loaded swf's main timeline:
MovieClip(loader.content)
from there use the path/name normally used.
Acess movieclip of an externally loaded...It worked! I found out the same solution in some other thread and it was by you
great.
No comments:
Post a Comment