[flexcoders] Re: "Security Sandbox Violation" message

2008-11-21 Thread Anthony DeBonis
A lot of people are having issues with this now:

Adobe implemented the stricter requirements in Flash Player in three 
phases. In Phase 1, which began with Flash Player 9,0,115,0, a small 
number of strict rules were enforced immediately, but most violations 
of the strict rules resulted only in warnings visible in Debug versions 
of Flash Player. In Phase 1.5, which began with Flash Player 9,0,124,0, 
the warnings of Phase 1 became errors in the specific case of socket 
operations. In Phase 2, which began with Flash Player 10.0, all of the 
warnings of Phase 1 became errors and the transition to stricter rules 
was complete.

Recommend you read this document
http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html



[flexcoders] Re: "Security Sandbox Violation" message

2008-11-17 Thread valdhor
This may or may not help...

I get this error every time I create a new project (Don't ask me why;
It just started one day).

I found that I had to go into the Global Security Settings Manager
(http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html)
and add the bin-debug directory of my new project.


Best Regards



Steve

--- In flexcoders@yahoogroups.com, "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
>