Topic: Still need Multiple Galleries Help *FIXED*
Ok, so I've seen the multiple galleries.zip Felix has posted in several threads and yes, it works fine. The load_multiple_viewers.fla provided works just fine and I've replicated its code in my own design. However, there is no source provided for the viewer, which I understand the reasons why. But that is where the problem lies.
The problem I'm having is taking the v1.8 source .swf I purchased and using it to generate a new customized viewer. When I combine my site with the viewer provided by felix in the multiple galleries.zip, it works just fine. But when I try to use my custom viewer, it just cycles through the preloader. It sounds like several people are having this same problem, but the same .zip keeps getting posted, which isn't solving it.
Anyone encountered and fixed this yet?
I know it has something to do with this section:
//set default xmlPath
var xmlPath = "gallery.xml"
//get xml data Path from flashVars
if (_root.xmlDataPath != undefined){
xmlPath = _root.xmlDataPath;
}
James