Skip to main content
Participant
July 15, 2008
Question

Load SWF

  • July 15, 2008
  • 1 reply
  • 249 views
How I access a movieclip when I load a swf, I want to access the movie clip this swf loaded in ActionScript 3.0.

Thanks.
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
July 15, 2008
use the content property of your loader (cast as a movieclip) to reference the main timeline in your loaded swf (after loading is complete).