Topic: Gallery XML not loaded the first time viewing a page
Hi all,
Having a problem that I can't seem to resolve on my own.
The first time the page loads, the XML file doesn't seem to load and so the gallery doesn't. If I refresh the page, all is well.
Anyone have any experience with this problem? I'm using the code from the multiple galleries example and loading it all not on the first frame because I have a preloader. I think the problem lies in there. I created a function to just load the xml on the first frame, but that doesn't seem to do the trick either.
// preload xml
function preloadXML(){
load1.loadClip("gallery1.xml",_root);
}
preloadXML();
I'd be eternally grateful for any help,
-r