Issue with XML file when loading a SWF into another
Posted: 20 Mar 2010, 08:09
Hi,
I need a little help about swf integration using the filemod feature.
I created a global.swf file which loads using loadmovie() another swf file called site_intro_v2.swf.
The site_intro_v2.swf file contains a simple slideshow which uses a XML file (slideshow.xml) to load pictures from the /images folder.
Here's my issue : once uploaded on my local testing server, the site_intro_v2.swf works well, loads the pictures and show them. But actually, when I run global.swf from my browser, it works and loads the site_intro_v2.swf at the right place, but the images don't load.
Here are my Safari Activity Log copies :
When loading site_intro_v2.swf :
When loading global.swf :
but doesn't load the images...
Please help...
Thank you !
Edit : PS : this is not yet used as a filemod because I want to make it work alone first.
I need a little help about swf integration using the filemod feature.
I created a global.swf file which loads using loadmovie() another swf file called site_intro_v2.swf.
The site_intro_v2.swf file contains a simple slideshow which uses a XML file (slideshow.xml) to load pictures from the /images folder.
Here's my issue : once uploaded on my local testing server, the site_intro_v2.swf works well, loads the pictures and show them. But actually, when I run global.swf from my browser, it works and loads the site_intro_v2.swf at the right place, but the images don't load.
Here are my Safari Activity Log copies :
When loading site_intro_v2.swf :
Code
http://localhost/images/image1.jpg
http://localhost/images/image2.jpg
http://localhost/images/image3.jpg
http://localhost/images/image4.jpg
http://localhost/images/image5.jpg
http://localhost/images/image6.jpg
http://localhost/site_intro_v2.swf
http://localhost/slideshow.xmlCode
http://localhost/global.swf
http://localhost/site_intro_v2.swf
http://localhost/slideshow.xmlPlease help...
Thank you !
Edit : PS : this is not yet used as a filemod because I want to make it work alone first.