I've got a swf that has some rather advanced pre-loading going on that uses a ProgressBar component. When I try to load that swf into my flex app I get the following security error:
SecurityError: Error #2070: Security sandbox violation: caller file:///C:/flex_workspaces/proflight/proflight/modules/C_F_07.swf cannot access Stage owned by file:///C:/flex_workspaces/proflight/proflight/bin-debug/proflight.swf. at flash.display::Stage/requireOwnerPermissions() at flash.display::Stage/addEventListener() at fl.core::UIComponent/callLaterDispatcher() If I take the ProgressBar component out, no error. Any suggestions are greatly appreciated, as always :)