So you did a manual copy, paste, did you copy the entire project folder? Then how did you get it into Flex Builder?
When I copy a project, I use the File, Import. This seems to work fine. Try that. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of valdhor Sent: Thursday, July 10, 2008 2:11 PM To: [email protected] Subject: [flexcoders] Re: Copied project gives security sandbox violation All this does is change the sandbox to local-with-filesystem. This is no use to me as I need access to remoteobjects on the server. --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "sdl1326" <[EMAIL PROTECTED]> wrote: > > I had this issue when copying a project. Try the following: > > -locale en_US -use-network=false > > It worked for me. > > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "valdhor" <stevedepp@> wrote: > > > > No, the compiler options are the same for both projects (-locale en_US > > -services "services-config.xml"). > > > > Adding -use-network=true to the compiler options makes no difference. > > > > Any other ideas? Anyone else? > > > > > > > > BTW. I am re-reading the Adobe documents on policy files... > > > http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.htm l <http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.ht ml> > > > http://www.adobe.com/devnet/flashplayer/articles/flash_player9_security_ update.html#policy_file <http://www.adobe.com/devnet/flashplayer/articles/flash_player9_security _update.html#policy_file> > > > > and Security Sandbox... > > > http://livedocs.adobe.com/flex/3/html/help.html?content=05B_Security_04. html <http://livedocs.adobe.com/flex/3/html/help.html?content=05B_Security_04 .html> > > > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , Jon Bradley <jbradley@> wrote: > > > > > > > > > On Jul 10, 2008, at 8:36 AM, valdhor wrote: > > > > > > > Once this was complete and compiled it gives me a security sandbox > > > > violation for every remote call. Cleaning the project has no effect. > > > > > > Did you per chance modify the compiler options for the first project? > > > > > > I might've seen this before, but make sure that the new project you > > > created has the additional compiler option "-use-network=true". > > > > > > Just a stab in the dark.... > > > > > > good luck, > > > > > > jon > > > > > >

