When you create a Flex workspace, that workspace path is then added to the list of directories ³trusted² by the Player (in flexbuilder.cfg). Therefore, on your machine any files that are in that directory (or a subdirectory of that folder) are trusted. When your friend is trying to run it, the Player is trying to access an un-trusted location. -mac
On 10/16/07 8:24 PM, "Stephen Roy J. Tang" <[EMAIL PROTECTED]> wrote: > > > > > 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 > > >

