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 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Rss Feed CrossDomain Confusion


The 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.
 
 
Carson
 
____________________________________________
 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466
 
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Faisal Abid
Sent: Sunday, June 18, 2006 5:55 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Rss Feed CrossDomain Confusion

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 domain="http://newsrss.bbc.co.uk" />
</cross-domain-policy>

and my flex applications runs and retrives the feed locally without a crossdomain xml file , but when i upload it i obviously have to use a crossdomain xml file , and when i upload this to te root of my HTDOCS , i get this error in the flex application

[RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"]
    at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()
    at mx.rpc::Responder/fault()
    at mx.rpc::AsyncRequest/fault()
    at ::DirectHTTPMessageResponder/securityErrorHandler()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()


Can someone please help this is killing me :{} AHH



__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to