Dynamic Ajax iframe

I have been working on this site for a photographer, I have the flash file and the site is getting close to being completed, but I've come to a snag. I want to use php to dynamically create the html, that is done. I have a CSS menu....when you click on a link, the content will load into an iframe. The problem is...I don't want to use an iframe. I searched around for some alternatives, and came upon AJAX. The problem I have is with AJAX and my swf file. When I click on the link, the swf opens fine, but the xml file encoded into the flash file cannot be loaded. (the encoded xml file points to where the images are stored.)

[URL="http://www.cs.kent.edu/~jdazey/test/"]http://www.cs.kent.edu/~jdazey/test/[/URL]

click on the beauty navigation link. Oh, and another thing....it doesn't work in firefox for some reason.

Thank you so much for any replies.

#465193

ok, first. if it doesnt work in ff then its crap it needs to be cross browser compatible. second... iframes dont need ajax, they are basically the page loads in like a second...

#465206

It also doesn't work in Safari. My suspicion is that it works only in IE. That's unfortunate, because I'd love to help. But if I can't see it, I can't help.

#465207

The swf file doesn't work in any browser. My problem is that the ajax screws up how flash finds the xml file in my directory. When checking the activity in Safari, it says it cannot find 'http://www.cs.kent.edu/~jdazey/test/images.xml?noCache=1185146868.55'. my xml file name is 'images.xml', the ajax adds in the noCache and the numbers. I have no idea how to fix that.

Thanks for your replies.

#465413