I have scowered the net for hours and cannot find a solution.... 
I am trying to set up a new portfolio site
www.thegiven.co.za
The main page has three links/buttons.
each of these links takes you to a new page where a slideshow should load...
I am not able to edit the slideshows code.
The slideshow can be renamed, but it only wants to read the corresponding xml file if it is labeled slides.xml
Therefore I need to put each swf and xml file into its own seperate directory and tell the main swf to load from that directory.
So each of the three pages has a loadmovie container
and I am currently using the following code:
however I get a load failed error.
I have tried a variety of different syntaxes but nothing seems to work.
Anyone have any bright ideas?
Thanks
Abe
I am trying to set up a new portfolio site
www.thegiven.co.za
The main page has three links/buttons.
each of these links takes you to a new page where a slideshow should load...
I am not able to edit the slideshows code.
The slideshow can be renamed, but it only wants to read the corresponding xml file if it is labeled slides.xml
Therefore I need to put each swf and xml file into its own seperate directory and tell the main swf to load from that directory.
So each of the three pages has a loadmovie container
and I am currently using the following code:
loader1.loadMovie("../photoshopped/pics.swf");
however I get a load failed error.
I have tried a variety of different syntaxes but nothing seems to work.
Anyone have any bright ideas?
Thanks
Abe