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 <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

