Hi, is it possible to link to xml files from different websites? I have a code for a video player on my site and when the xml file is on my site, the player works. But when the xml file is on another website, the player doesn't play that file.
The line of code I'm using is:
<param name="FlashVars" value="configxml=videofiles/videofile.xml" />
The one above works because it's linking to a file on the site. But when I need to link to another site where I have xml files, I tried:
<param name="FlashVars" value="configxml=http://www.example.com/videofiles/videofile.xml" />
But that didn't work, any ideas how I can fix this?
Thanks for the help
[edited by: httpwebwitch at 8:00 am (utc) on Dec 26, 2010]
[edit reason] use example.com [/edit]