I know this general topic has been discussed here before but I can’t quite find an answer to my specific dilemma.
I have a template which holds an SSP Flash slideshow. It works fine when I reference a static XML file - but when I try to point to an XML template I created everything just hits the fan. I created the XML template within my main group because I want to give my client the ability to update the images from within the EE panel. In all honesty - I don’t even know if I’m going about this the right way. Here is the code I’m using for the script that calls the Flash slideshow from within the template:
<!—UFO—>
var FO = { movie:"/wave_ss.swf", width:"440", height:"250",
majorversion:"8", build:"0", menu:"false", bgcolor:"#E8E3CD" };
UFO.create(FO, “info”);
Here is the path I’m using to call the XML from inside my Flash movie: “/images.xml”
Like I said - it works with a static XML file but not with the template created version.
I have a feeling that I might be calling the wrong path to the XML template from within my Flash movie but I also think that I might be screwing up somewhere else as well. I’m really confused at this point! Learning the whole EE way of doing things is a major effort in itself :-o
Any help is greatly appreciated…I need to get to sleep now…zzzzzzzz