I am calling http service from flex ...
<mx:HTTPService id="personRequest" url="http://111.111.1.11/idesk/user.php/userinfo" useProxy="false" resultFormat="text" result="personJSON(event)" fault="anotherMethod(event)" method="post">
<mx:request xmlns="">
<getPerson>"true"</getPerson>
</mx:request>
</mx:HTTPService>
and getting following error:
Security error accessing url
I have placed cross-domain policy file in server-script folder but it didnt solve my problem.
Any help is appreciated. Thanks in advance.