Page 1 of 1

path name

Posted: Thu Mar 23, 2006 9:51 pm
by sofajoe
i have created a swf file which is kept in uploads/images
this swf imports an xml file which is a list of images, these are all stored in the same folder.

This swf works if i play it directly, but when i load it into the tempalte, on the index page, the swf loads but doesn't load the images into it. I presume it has someting to do with the path in the xml file and where it is being called from, I tried adding uploads/images/ before the image name - but this didn't work.

Any ideas?

cheers

Re: path name

Posted: Fri Mar 24, 2006 12:24 pm
by sofajoe
yes it was the path name. I had to change the path in the swf pointing to the xml file & in the xml file pointing to the images. All sorted now.