I used the loader for a swf file that i made for flash. The script i used is:
loadMovieNum(“1-2-3movie.swf”,0);
The problem I have is if I make the code:
loadMovieNum(“1-2-3movie.swf”,1);
the movie moves VERY slow. If I use the ,0 then it moves at normal speed but i cannot get the background in the fla. If I use the ,1 then it moves slow and the movie is positioned badly and does not fit correctly on the background I have setup. Any suggestions? I would like the movie to play at the normal speed in the correct position on the background. Thanks for any help.
Brandon