[flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes

2008-01-31 Thread innovativecode
Dave, have you solved this yet? I'm having the exact same problem and error message. My thread is: http://tech.groups.yahoo.com/group/flexcoders/message/100770 One thing to ensure is that the module you are loading is compiled with a root tag of mx:Module and not mx:Application or something

[flexcoders] Re: Problems using Flex modules

2008-01-31 Thread innovativecode
[EMAIL PROTECTED] wrote: Local swfs can't get to remote modules. Either the whole thing has to be local or remote. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of innovativecode Sent: Wednesday, January 30, 2008 9:13 AM

[flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes

2008-01-31 Thread innovativecode
module (it's a non-DisplayObject class) instead of Module, and everything is done through ActionScript rather than MXML, and I don't know what the implications of that are. --- innovativecode [EMAIL PROTECTED] wrote: Dave, have you solved this yet? I'm having the exact same problem

[flexcoders] Problems using Flex modules

2008-01-30 Thread innovativecode
I'm building my first Flex modules-based app with my own MVC implementation. I have my main.mxml instantiating my controller just fine and the controller building a map of the modules (flex modules) that it can load dynamically. However, I am running into a wall when the most basic attempt