Skip to main content
January 22, 2010
Question

Security.loadPolicyFile stop by firewall

  • January 22, 2010
  • 1 reply
  • 441 views

Hello Guys,

I try to use  Security.loadPolicyFile() and Flash Player goes on error

because my firewall stop it. It's ok.

But, when I put the method into the Try{} Catch{} statement, I can not

intercept the error... why?

Could some one help me?

Thank you. Fabio.

try{

     Security.loadPolicyFile("www.imarkgroup.org/crossdomain.xml");

}catch(er:Error){

     trace(" Firewall could stop your request...  ")

}

This topic has been closed for replies.

1 reply

January 25, 2010

no ideas ?