Topic: Hard coding a different name for gallery.xml
I am trying to hard code the XML file into the SWF so that it will take a little more effort than "View-source" to see the images themselves without the flash viewer.
I edited
autoviewer_prosourcecomairtightinteractiveappsviewersautoViewerOptions.as
and edited "static var XMLPath:String = "gallery.xml"; to "something.xml"
However, after I republish, the swf is still going to look for gallery.xml (according to the error_log of the webserver).
Any ideas where else it might be pulling gallery.xml filename from?
Thanks.