If you don't have permissions to put files at the root of the server, you can use Security.loadPolicyFile() to load a crossdomain.xml from a custom location.
--- In [email protected], "bornaeon" <[EMAIL PROTECTED]> wrote: > > Hi all. > I am working in my full flex site, and in one part of that, I want > to load my rss feed from my blog in wordpress. > that's working well when I run my project localy, and all dynamic > objects is correct, but when I upload that on my webserver and check > that on it, I see this Error message: > > [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::f > aultHandler() > at mx.rpc::Responder/fault() > at mx.rpc::AsyncRequest/fault() > at DirectHTTPMessageResponder/securityErrorHandler() > at flash.events::EventDispatcher/dispatchEventFunction() > at flash.events::EventDispatcher/dispatchEvent() > at flash.net::URLLoader/redirectEvent() > > I found something about flashplayer Security about loading data from > another webserver and solution was to put crossdomain.xml on that > webserver, but how can I do it in wordpress.com and how can I fix it? > > thanks for your replies > borna >

