PDA

View Full Version : onLoad event after attachMovie not working


parallel
01-13-2006, 02:55 PM
ok, i have following code:

this.attachMovie("changeImage", "changeImage_mc", 0);
this.changeImage_mc.onLoad = function() {
trace("loaded");
};

but the onload doesnt work, ive been searching for about 30 minutes and nothing seems to fix it. does anyone know what its not working?

thanks,
Brendan Smith

senocular
01-13-2006, 03:14 PM
http://www.actionscript.org/forums/showthread.php3?t=68966