PDA

View Full Version : loading movie is blank


dragongamer
08-19-2006, 09:51 AM
i have a main movie that loads two other movie, it loads one fine, no proplem but it can not load the other movie i know it works becasue when i accsess it it loads fine the exapel is here http://webzine.dragongamer.net/modules.php?name=GandF it preloades but the does nothing, if yoy clike add glitch it lkoads that and it comes up and loads. the asction script for the main loader is
myProgressBarListener = new Object();
myProgressBarListener = function (eventObject) {
myProgressBar._visible = false;
};
_root.createEmptyMovieClip("holder", 2);
holder._x = "0";
holder._y = "0";
holder.loadMovie("modules/GandF/globes.swf", 1);
myProgressBar.addEventListener("complete", myProgressBarListener);
myProgressBar.mode = "polled";
myProgressBar.source = "holder";
myProgressBar.conversion = "1";
myProgressBar.label = "LOADING %3%%";
myProgressBar.direction = "right";
myProgressBar.labelPlacement = "bottom";



but that should not effect it loading other movies
files can be found here http://webzine.dragongamer.net/modules/GandF/files.zip