views:

396

answers:

1

This is in AS2. I'm loading an external AS2 swf using the loadclip funtion.

But I don't know how to call its gotoAndPlay or stop functions. How do I reference to them?

When I trace the loaded file it says

_level0.mcContainer.instance42

The object path always varies every load like now it's instance42 sometimes it becomes instance7 or instance10.

A: 

Ok. I was wrong. instance42 refers to the anonymous instances inside the loaded swf. upon loading the loaded clip replaces the container movieclip, hence I can refer to the loaded swf using mcContainer.

zero juan

related questions