Hello,
I am using the loadMovie command to load my external swf into a container clip on the main timeline.
My action script is as follows…
on (release) {
_root.contents.loadMovie(“places2.swf”);
}
I have been reading that when you loadMovie into a container clip that all the swfs will be loaded onto the same level. So that they should completely cover the swf that precedes it. So you should not be able to see any of the other swfs once the next one has loaded.
My problem is that the once I have left the original swf (“home.swf”) and I am on a new swf (“places2.swf” The original swf (“home.swf”) appears for a quick second then “places2.swf” begins to play.
It does not make any sense to me that you would be able to see “home.swf” if I am loading into a container clip on the same level.
I am using a mac, I have read that the loadMovie command has problems with macs, but I have used loadMovie on macs before and it was fine!
I noticed that another user on this forum has asked pretty much the same question, but it wasn’t answered on that thread so I am asking it again.
Thanks for any help, this is really frustrating.
christina