Can you call from a button a movie clip inside a swf file.
I made a menu system that animates and I want to return to the visible state of that menu. not too savy with as, any help is greatly appreciated…
Thank you all for your guidance in these forums and the tutorials.
You have been of great service…
how come you don’t just make the second swf part of the first as
it’s own mc? then this would be a lot easier.
if you are trying to load a clip (ex. via attachMovie()) from the
2nd .swf, that is not possible. But if you are trying to play a
clip within the other .swf file that is on the stage, and has an
instance name, then yes it is possible.
what you need to do is target the movieclip symbol within the swf
you loaded, then target the mc you want to play.
[SIZE=1]*credit to lostinbeta for his consult [/SIZE] =)
thanks for the push, I figured it out.
I put an empty mc and an onclipevent to get the mc i wanted to run when the swf loaded…
you guys are great I am amazed by your talent