php - Security error accessing url in MXML -
i calling http service 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 didnt solve problem.
any appreciated. in advance.
try use charles see of flash trying load. show if swf accessed crossdomain.xml server , correct path.
Comments
Post a Comment