Hy,
my host is www.ipshost.ch and my site address is www.feluk.com. When I want
to send FORMvariables to CGI script I receive this message:
*** Security Sandbox Violation ***
Connection to http://www.ipshost.ch/cgi-bin/form/public.cgi halted - not
permitted from http://www.feluk.com/forma_proba.swf
I read that Flash have limitations and one of limitation is: movie hosted at
one domain cannot invoke methods or functions in a movie loaded from another
domain.
Using allowDomain() you can override this restriction, so I tried something
like this:
System.security.allowDomain(“http://www.ipshost.ch”);
or
System.security.allowDomain(“http://www.feluk.com”);
or
System.security.allowDomain(“http://www.ipshost.ch/cgi-bin/form/public.cgi”)
;
and nothing helps !!!
Please help if someone knows how to manage this problem.
Thx in advance,
frula