Hi,
I have a page containing flash elements. The problem is that the rest of the page will not load until the whole of the flash movie has loaded. I want the navigation etc. to load before this flash element.
A couple of people have suggested putting a preloader in the flash- this doesn’t make any difference!
or you could hide the stuff with the _visible property:
_root.instancename._visible = 0;
to reveal your content just replace the 0 with a 1
(lets just say i hope you don’t have too much stuff to hide!)
You could also place a copy of your background between the navigation and the site content and use the same method as described above only targeting that background copy, might save you a lot of work.
I would have to recommend loading different swf files over this aswell, but that depends on whether you want to rebuild your site… or you don’t have too many things on the screen