Hi,

How exactly does the Flash Player determine when it will throw a
security sandbox error? I encountered a problem with a case like this:
I had an Image object loading a file via relative path, i.e. <mx:Image
source="assets/filename.png" />. The swf works fine on my machine.

A coworker checks out the source and compiles it on her own machine,
and she gets a sandbox violation error. The difference is that she's
using command line mxmlc to compile, I'm using Flex Builder. Neither
of us are using the use-network compiler param. Of course, I ask her
to just set the param and she can then run the swf without error. But
I'm curious as to why it would behave differently in her case and mine.

Thanks,

Roy

Reply via email to