PDA

View Full Version : loaded movie with preloader problem.



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.

Inflicted
November 30th, 2003, 10:00 AM
Try a different preloader:
http://www.kirupa.com/developer/mx/percentagepreloader.htm

This one's prety good.

XmackX
November 30th, 2003, 07:53 PM
i have try all the preloader tutorials, but all have the same problem.

Inflicted
December 1st, 2003, 01:33 AM
Is your file very large?

XmackX
December 1st, 2003, 12:22 PM
yeah like 1 Mb, the one that is in the web site is an example of mi problem

Inflicted
December 1st, 2003, 01:41 PM
WHoooH!!!! 1 MB is HUGE!
That causes the problems, I think.
Are there many pics & scenes in your file?