Hi I am having troubles callin and using the “Remote Object” when I move my Flex 2 application from my Dev box to the server where I want to deploy it……
I am calling a Remote Object that uses a CF CFC file. When it is all (my flex app and CFC file) are stored locally then the application runs and functions fine, but when I copy it to the server I get the following run-time error:
faultCode:Client.Error.MessageSend
faultString:’Send Failed’
faultDetail:’Channel.Security.Error error Error #2048: Security sandbox violation:
file:// …….. .swf cannor load data from
http://localhost/flex2gateway/.’
Any suggestions?
Thanks
Jon.