Hello Peoples!!!
I need to dynamically load from the library because I don’t want anyone to get my files in the folder and also I don’t want many keyframes to split it up into for each picture. Can anyone help me? What I have so far is
[AS]on(rollover){
_root.createEmptyMovieClip(“movie1”, 1);
_root.movie1.loadMovie(“mesurfing.jpg”);
_root.movie1._x = 55.4;
_root.movie1._y = 110.2;
_root.movie1._xscale = 55;
_root.movie1._yscale = 55;
}[/AS]
But this will load it only from the folder. But this will be for only someone special and I don’t want the picture in the folder. Might end up online hahaha. So can anyone help me load it from the library only? THanks in advance.
RoxyGurl:bu: