Rich, Paul, et al Have you guys found a resolution to this problem? I just started getting "Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandbox violation" with my application as well.
Any info would be appreciated. Thanks, Mark --- In [email protected], "Rich Tretola" <[EMAIL PROTECTED]> wrote: > > I have been having the same issue. I just added the initialize call > to HistoryManager. Do you have any additional info since you posted > this? > > Rich > > On 10/23/06, Paul Spitzer <[EMAIL PROTECTED]> wrote: > > I'm getting intermittent security errors the moment my application > > starts loading. > > > > Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security > > sandbox violation: LocalConnection.send: evolve cannot access > > http://evolve/admin/Administrator.swf. > > > > I'm pretty convinced that it is caused by the HistoryManager. My > > application loads other Flex Applications. In order to ensure that > > history management works properly I'm initializing the HistoryManager in > > my shell Application class... > > > > <mx:Application > > ... > > initialize="HistoryManager.initialize(systemManager)"> > > > > Without this code history management fails to function as the sub > > applications end up calling the HistoryManager.initialize with a > > different SystemManager. With the code above history management works > > properly but I get the intermittent security errors. > > > > Anyone know how I can remedy this? > > > > Thanks > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > > > > > > -- > Rich Tretola > <mx:EverythingFlex/> > http://www.EverythingFlex.com >

