Hi everyone, I wrote an application that has an SWFLoader to load another swf movie/application into the main application.
The server where my sub application is served from already has the crossdomain.xml, letting any domain to access data from it. However, I got the following error message: SecurityError: Error #2047: Security sandbox violation: parent: http://submovie.swf cannot access file:///C:/Documents and Settings/IvanS/My Documents/Flex Builder 2/parentApp.swf. at flash.display::DisplayObject/get parent() at mx.managers::SystemManager/::executeCallbacks() at mx.managers::SystemManager/::docFrameHandler() Does anyone have any idea how to handle this? Thanks, Ivan.

