Load swf in Air

hi,
i am trying to load swf from other domain in to my air application.
but it gives security sandbox error and i use Security.allowInsecureDomain("*") and it work perfectly in normal Flash but Air gives another eror:

SecurityError: Error #3207: Application-sandbox content cannot access this feature.
    at flash.system::Security$/allowInsecureDomain()
    at mtv_fla::MainTimeline/onChange()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at fl.controls::SelectableList/handleCellRendererClick()

please help me.