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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -