Dear Group
I would like to load an external swf into a movie clip but I want to put the action script not in a layer, but in the movie clip itself. So I’m going with onClipEvent (load) . I have this script on the movie clip
onClipEvent (load) {
loadMovie(“pic1.swf”, this);
}
But…nothing happens! What am I doing wrong? I have changed the target from this to the name of the movieclip but also, no joy. Pls guys, any help would be greatly appreciated.
Thanks in advance
Vic