Modules cannot be loaded across domains w/o crossdomain.xml permissions
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of itrashmail Sent: Friday, March 23, 2007 8:33 AM To: [email protected] Subject: [flexcoders] SWF is not a loadable module I've compiled a <mx:Module> which I'm able to load fine if I place it in the same directory as my main application and load it with ModuleLoader.url = "mymodule.swf". However, if I place it on my local webserver and try to load it using ModuleLoader.url = "http://localhost/mymodule.swf <http://localhost/mymodule.swf> " - I get this error: "SWF is not a loadable module" .. I tried searching google and found some info that it might have something to do with security, so I tried adding a crossdomain.xml to my webserver and following the steps outlined in the livedocs without success. (here: http://livedocs.adobe.com/flex/201/html/wwhelp/ <http://livedocs.adobe.com/flex/201/html/wwhelp/> wwhimpl/common/html/ wwhelp.htm?context=LiveDocs_Book_Parts&file=modular_083_1.html) Anyone know what the problem might be? Best regards, Bjørn -- ======================== http://www.juicability.com <http://www.juicability.com> - soon a flex blog http://www.43min.com <http://www.43min.com> - funny movies

