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
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.
claudio- I dont get any error message whatsoever from the output window.
senocular, I’m not quite sure what you mean. I was under the impression that the onClipEvent code only executes once and doesnt repeat itself. Okay so I might be wrong, but still, how am I going to load an external swf into a mc by placing the code into the mc and not a layer?
…I guess you could use an [font=courier new]if[/font] statement to check if bytes total of the movie clip is equal to 4 (which is the size of an empty movie clip placed on the stage).