Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Remoting / February 2007



Tip: Looking for answers? Try searching our database.

flex faultstring

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Stinoga - 02 Jan 2007 14:57 GMT
Can anyone help me with this?
I'm getting some error when open my flex compiled file on a server.. the swf
works fine in the default directory of compilation, but if I move it .. I
get this error:

[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::faultHan
dler()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncRequest/fault()
at ::DirectHTTPMessageResponder/securityErrorHandler()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFun
ction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()

This swf works ok in the default path, but if I upload the swf into a server
it pulls this error.

Thanx in advance.
_AlbertG_ - 02 Jan 2007 15:44 GMT
We have a Flex forum here.

Well, Are you using Flex Data Services???

Because I can see you're trying to get external data but with a URLLoader, or
an AsynMessage or what are you using???

It seems that it cannot find a destination
Rob van Galen - 17 Jan 2007 22:31 GMT
I do have the same problem.
I running my own server. On this server I'm running an webservice.
When I  call this webservice from my labtop it is running fine.
But when I place the application on the webserver and call it  by the browser
on my labtop, I get the same error message.
So Flex2 application en webservice on the same webserver result in this error

Rob
Rob van Galen - 18 Jan 2007 23:26 GMT
I solve my problem.
I found on th web that I had to make a file named 'crossdomain.xml' and put it
on the webserver.
I put it in the same directory as my application.
In this document you can put de names of the domains whare flash can savely
get het data from. Flash will look for this file and load it by default.
It looks like:
 <?xml version="1.0" ?>
   <cross-domain-policy>
   <!-- allow-access-from domain="www.mydomein.nl"/-->
   <allow-access-from domain="*.mydomein.nl" />
   <!-- allow-access-from domain="123.221.22.40"/ -->
  </cross-domain-policy>

Rob
cliffy2009 - 19 Feb 2007 03:17 GMT
Hi everyone,
      I really need help. I am trying to display username on a grid using php.
And, everytime i run the program out of my server it doesn't work. can someone
tell me what to do?
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::faultHandler
()
    at mx.rpc::Responder/fault()
    at mx.rpc::AsyncRequest/fault()
    at ::DirectHTTPMessageResponder/securityErrorHandler()
    at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunctio
n()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()
Thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.