@elegantrebel – Simply edit the XML path inside the fla’s actionscript to be relative based on your web servers config. Such as ”/folder/flash/photos.xml” as opposed to simply “photos.xml” this is causing it to look on the root of your website for the file.
A suggestion to the author would be to allow the XML file location to be accessible via the “FlashVars” instead of hard coded in the AS.
var flashvars = { xmlUrl: ”/foldername/photos.xml” };

129 Purchases
52 Comments