Hi,
I'm working on a flash gallery that is loading images with xml file.
Problem is that when I play the html file, the images will not load if the swf
file and images are not in the same directory where the html file is.
I need to know how to fix this.
the xml is loaded from the same directory where swf is and images are loaded
from another directory that's placed in the same folder where both swf and xml
files are.
Regards,
Claudiu
The Feldkircher - 02 Jul 2008 11:07 GMT
Hi
If your Image Folder is called images, then inside your xml for each image node type
"/images/image.jpg"
Should Work
CipiClaudiu - 02 Jul 2008 11:12 GMT
ok, thanks ..
dzedward - 02 Jul 2008 15:31 GMT
using /images is going to look in the root of your directory for a folder images. by just using, images/image.jpg, it will look in the same directory as the HTML file for a folder named images.