i have no idea what i've done.
the loadMovie worked perfectly and suddenly it has stopped working
doesn't matter how i try it.
even in a 2 frames movie.
i put in the second frame this code:
Code:
this.loadMovie("D:/a.jpg"); // and yes i have a picture there
stop();
also tried:
loadMovie("D:/a.jpg",this);
and ofcourse i tried
loadMovie("D:/a.jpg", empty_mc); //while empty_mc is an empty movie clip with the instance name of empty_mc
i have no idea what i can do.
tried it all.
and even if i put a movie clip that has something in it, it just makes it disappear. goes blank.
any ideas?
thanks.