RE: [flexcoders] "Security Sandbox Violation" message

2008-11-17 Thread Alex Harui
A Security Violation can often be cured by allowDomain, but keep in mind, 
that's like making easier to get into your car by never locking it.

Knowing the rest of the text with the warning will help us help you.

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anuj 
sharma
Sent: Monday, November 17, 2008 10:00 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] "Security Sandbox Violation" message


When I got this error in my app
I set Security.allowDomain(*);
I am not sure that's the right way of doing stuff but that did take care of my 
run time error and make my app up and running.
Thxs
Anuj
On Sun, Nov 16, 2008 at 9:57 PM, brucewhealton <[EMAIL PROTECTED]<mailto:[EMAIL 
PROTECTED]>> wrote:

Hello all,
Anyone have any ideas as to why I would get this message:
"Security Sandbox Violation?" I googled it and came up with a listing
where it said that if I was seeing it in Firefox browser to try it in
IE browser. I did that and did not get the message when using IE.
Note, this only happens when debugging an application.
The thing is that what I was reading suggested that the
problem could be that I don't have the plug-in for the Flash Player
debugger version. However, I do have that version of Flash Player for
Firefox. Any other ideas as to why it might show up when debugging an
application locally?
thanks,
Bruce




Re: [flexcoders] "Security Sandbox Violation" message

2008-11-17 Thread anuj sharma
When I got this error in my app
I set Security.allowDomain(*);
I am not sure that's the right way of doing stuff but that did take care of
my run time error and make my app up and running.
Thxs
Anuj

On Sun, Nov 16, 2008 at 9:57 PM, brucewhealton
<[EMAIL PROTECTED]>wrote:

>   Hello all,
> Anyone have any ideas as to why I would get this message:
> "Security Sandbox Violation?" I googled it and came up with a listing
> where it said that if I was seeing it in Firefox browser to try it in
> IE browser. I did that and did not get the message when using IE.
> Note, this only happens when debugging an application.
> The thing is that what I was reading suggested that the
> problem could be that I don't have the plug-in for the Flash Player
> debugger version. However, I do have that version of Flash Player for
> Firefox. Any other ideas as to why it might show up when debugging an
> application locally?
> thanks,
> Bruce
>
>  
>


[flexcoders] "Security Sandbox Violation" message

2008-11-16 Thread brucewhealton
Hello all,
 Anyone have any ideas as to why I would get this message:
"Security Sandbox Violation?"  I googled it and came up with a listing
where it said that if I was seeing it in Firefox browser to try it in
IE browser.  I did that and did not get the message when using IE. 
Note, this only happens when debugging an application.
The thing is that what I was reading suggested that the
problem could be that I don't have the plug-in for the Flash Player
debugger version.  However, I do have that version of Flash Player for
Firefox.  Any other ideas as to why it might show up when debugging an
application locally?
thanks,
Bruce