Flash XML & IIS6
Flash XML & IIS6
- Started
- Last post
- 5 Responses
- glu22
Has anyone had a problem with flash files & xml on a IIS6 running W2003?
I am loading thumbnails using xml but they do not load on the windows server. The file runs fine on my localsystem and it even runs on my apache server that I use. But when I try it on the windows server they fail to load.
Any suggestions?
- jpea0
you might need to add .xml as a mime type in your server config.
- rafalski0
that's probably it, you sure need to add .flv if you want to serve those
- monNom0
if its in a different domain (subdomain too?) you may need a crossDomain.xml file. flashPlayer will look for it to see if it's allowed to grab the XML.
- glu220
Do you add it as a application or text mime type?
Thanks.
- jpea0