Thread: XML issues
View Single Post
  #3 (permalink)  
Old 03-05-2010, 05:53 PM
janiWebMedia janiWebMedia is offline
Junior Member
 
Join Date: Mar 2010
Posts: 1
Default

I am having the same issues.

I have separate image galleries. I created a .swf and .xml file for each directory. First I modifed the main.as code to look for the xml file for that gallery. Then I exported the swf into that subfolder. So each subdirectory has the gallery1.swf, gallery1.xml, and an images folder. If I pull up the .swf directly it works. When they are embedded in my website and I call gallery1/gallery1.swf, for instance, it seems to cache and use the xml from the last gallery I was on.

So should the main.as code be modified? And if the .swf galleries are in their own subfolder, shouldn't the xml file be in that same folder?

Thanks!
Reply With Quote