Hi,
I am trying to load an external swf (c2) from my current swf c1. On the last frame of c1, I have entered this code
loadMovie(“c2.swf”, “c2holder”);
stop();
c2holder is the movie clip holder inside c1. The problem here is not only is c2 not loading, the stop() is also being ignored and the entire movie loops back to the start. My movie clip nesting is this
h2.swf(loadMovie —>) c1.swf Here I am trying to load c2.swf.:puzzle:
What is going wrong here? Why is the loadMovie being ignored??? I have no idea what is wrong and any help will be GREATLY appreciated. :-/