Hi I’m building a side which loads external swf into one main swf (I combined various tutorials from this side)
The problem is that I have to load an external swf which contains buttons.
Previously I loaded the swf like this:
_root.MC.loadMovie(“whatever.swf”); Buttons did work
But now after finding an other tutorial I tried
_root.MC = “whatever.swf”; Movie loads too, but buttons don’t work
I fail to understand the difference between the to commands, I don’t have to much experience with flash, especially not with action script
Thanks