Topic: multiple gallery, svmanager, follow up post
I'm trying to make multiple galleries, in a Flash template. For the most part it works fluidly, except when I incorporate it with the svmanager. After much experimentation, this is what I want to do.
I have multiple galleries, each with its own SV folder, that contains its own Options AS and swf. However, the first SV always overrides all other SV's following.
I found this post and it describes my problem, I think.
Posts: 2338
Felix's response: "This happens because the first Options class loaded overides the others. The solution is to set the Options for each gallery in the shell FLA when the SWF is loaded. Check the onLoadInit() function in the SV-Pro 'multiple_galleries.fla' for an example of how to do this."
I just don't really understand what this means. Can anyone or Felix please explain this in further detail. Thanks a lot everyone.