PDA

View Full Version : problem loading swf movie after a preloader


alobianco88
02-05-2006, 04:31 AM
ok...i made a preloader, and, in a nutshell, i made it load a web page swf file into a container, but when i run the preloader.swf file, the web page loads fine, but the links and buttons i made are not clickable......what did i do wrong? the source is here if you would be able to help...i would be very greatful

preloader: http://rapidshare.de/files/12589046/preloader.fla.html

template-1 (u need this in the preloader directory): http://rapidshare.de/files/12589064/template-1.fla.html

alobianco88
02-05-2006, 04:36 AM
never mind...fixed!

oldnewbie
02-05-2006, 04:39 AM
Don't quite understand your links... Or what I should actually be doing to download your files...

But in any case, must be your references to _root in your loaded movie, that are causing the problem...

Try adding the following on your loaded movie's first frame...

this._lockroot = true;