Link to home
Start Free TrialLog in
Avatar of msukow
msukowFlag for United States of America

asked on

AS2 *** Security Sandbox Violation ***

I am working locally when I see the following message:
*** Security Sandbox Violation ***
SecurityDomain 'http://www.abc.com/GetImage.aspx?type=thumb&file=/RAID1/webassets/abc/common/Logos/COV00003.jpg' tried to access incompatible context 'file:///C|/DesktopStuff/current%20working%20files/fundStaging55g.swf'

I never have an issue when the SWF is uploaded to the server, only when I am testing locally. AND nothing is wrong, it's just that the constant output to the output window makes it difficult to locate the output text I really want to see. (it happens a lot when I drag a dynamically placed image on the stage).

Is there any way to disable this message when I am testing locally? I am just publishing the file - I am not linking to a HTML documanet and testing.
ASKER CERTIFIED SOLUTION
Avatar of CyanBlue
CyanBlue
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of msukow

ASKER

this is a 1 frame movie.

I added and still have the issue. I added the following:
System.security.allowDomain('*');

The code you sent looks corrupt on my end (first comma is odd)
Hm...  That worked for me when I had that problem...  I ain't got a clue...  :(

CyanBlue
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Any update???

CyanBlue
Avatar of msukow

ASKER

It appears I have to live with this because of the way it is set up.
Come to think of it, my trace bash command has "Security Sandbox" filtered out so I won't be seeing the lines that contains it...  So, yeah, I guess it is just the way it is unfortunately...  Luckily it only happens when you are developing...

CyanBlue