Hey all,
I have some small questions about working out cross domain issues. I have created a image gallery using the tutorial here on Kirupa. The gallery works fine on my hard drive and if I host my comp as a web server, how ever when I drop it on the web I get some interesting errors.
What i’m doing is calling the swf file into an HTML page located at www.slidehere.com. The swf, xml file and image files are on www.slideheremedia.com. Now when I view the HTML page, the swf file is loading the first image, but ignoring the rest, but is showing all the captions writen in the xml file. This means that the swf is reading and loading the xml file (since all the captions are showing and the first image shows) and is bringing it in across the 2 domains. The weird part is why wnt the rest of the images load?
Just in case ur wondering I have read up on the whole cross domain security issue and have followed the steps recommended to get past it. I set up the crossdomain.xml file and have set the paths in the file that I want to access the slideshow from. I have set the path in the images.xml file so that there is a direct link to where the images are. So all in all everything should work right? … Alas … no.
Anyone with some wonderful suggestions, pointers, etc?
Thanks!
:cap: