Hi In my project, I've a shell (a flex application) that loads couple of SWFs, which are generated using PDF2SWF. When I run the application locally (as a standalone application) I get the following error - Error #2044: Unhandled securityError:. text=Error #2140: Security sandbox violation: file:///C|/dist/book.swf <file:///C:/dist/book.swf> cannot load file:///C|/dist/assets/swf/PRJ3_Anth_Exp3_F.swf<file:///C:/Documents%20and%20Settings/rahul.mahurkar/Desktop/dist/assets/swf/chapter0/PRJ3_Anth_Exp3_F.swf>. Local-with-filesystem and local-with-networking SWF files cannot load each other.
I've compilied my Flex application (shell i.e. book.swf) with -use-network=false option, so the applicaiton is Local-with-filesystem. I assume the issue is with the SWF which are generated using PDF2SWF. Any idea how I can make them Local-with-filesystem as well? OR Is there anyother approach/solution that can help me in resolving this issue? Thanks in advance. -Rahul
