Hi,
I have an MC on my movie which loads a seperate swf into itself. On the loading swf there is a button which when clicked I would like it to load another swf in it's place. I've used this actionscript:
loadMovie ("2nd.swf", "_parent.empty"
;
(empty is the location I load the swfs into)
but still get an error.
Where am I going wrong?
I have an MC on my movie which loads a seperate swf into itself. On the loading swf there is a button which when clicked I would like it to load another swf in it's place. I've used this actionscript:
loadMovie ("2nd.swf", "_parent.empty"
(empty is the location I load the swfs into)
but still get an error.
Where am I going wrong?