[flexcoders] Rss Feed CrossDomain Confusion

2006-06-18 Thread Faisal Abid
I am trying to retrive an rss feed from BBC.co.uk, and this is my crossdomain XMl File?xml version="1.0"?!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"cross-domain-policy allow-access-from domain="*" /allow-access-from

RE: [flexcoders] Rss Feed CrossDomain Confusion

2006-06-18 Thread Faisal Abid
Is there a way to do this in PHP? Im not really good with php someone please script it.From: "Carson Hager" [EMAIL PROTECTED]Sent: Sunday, June 18, 2006 9:03 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Rss Feed CrossDomain ConfusionThe crossdomai

RE: [flexcoders] Rss Feed CrossDomain Confusion

2006-06-18 Thread Faisal Abid
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Rss Feed CrossDomain ConfusionThe crossdomain file has to be on the bbc.co.uk host, not your host. This is a common point of confusion. You can always proxy this kind of stuff very simply with an ASPX, Servlet, JSP, etc. to get around this limitation