XmackX
November 29th, 2003, 01:48 PM
hi:
well mi problem is this, i have my main swf movie and in this movie i want to load another swf movie that have a preloader, but the preloader doesn´t seems to work. take a look to it http://asteroides500mg.tripod.com/video/cacaweb.html
press the button, wen you press it the preloader seems to be finished, but the the movie is not loaded, then you have to wait a while to get load the movie. the movie with the preloader works ok but wen i load it into the main movie it doesn´t work.
here is mi code
for the button:
on (release) {
_root.pelicula.loadMovie("videospre.swf");
}
pelicula is the name of the empty movieclip and videospre.swf is the movie with the preloader.
thnx for your help.
well mi problem is this, i have my main swf movie and in this movie i want to load another swf movie that have a preloader, but the preloader doesn´t seems to work. take a look to it http://asteroides500mg.tripod.com/video/cacaweb.html
press the button, wen you press it the preloader seems to be finished, but the the movie is not loaded, then you have to wait a while to get load the movie. the movie with the preloader works ok but wen i load it into the main movie it doesn´t work.
here is mi code
for the button:
on (release) {
_root.pelicula.loadMovie("videospre.swf");
}
pelicula is the name of the empty movieclip and videospre.swf is the movie with the preloader.
thnx for your help.