ASP template to traverse XML

Hi,

I am making a Flash application to display Halo 2 stats using the XML feed supplied by Bungie.net. When the Flash app is online it will not get any data from the XML feed, I have been told that this is because of security features in Flash Player 6+, that require the server which hosts the XML feed need a cross domain policy file, crossdomain.xml, which allows my domain to access the feed. I have spoken to another person who made a similar app who also had this problem. He advised me that he had made an ASP template to traverse the XML into a seperate feed that Flash is allowed to access by having a cross domain policy file for the new XML file on my server. What code would I need to traverse this feed:

http://www.bungie.net/stats/halo2rss.ashx i=5185&k=1745259161

into a new, identical XML file in ASP.NET

Thanks

Lewis Cobley


Answer this question

ASP template to traverse XML