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
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