RE: [flexcoders] Can not load Module using ModuleManager ...

2007-03-15 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: [flexcoders] Can not load Module using ModuleManager ... I have a very simple module: ?xml version=1.0 encoding=utf-8? mx:Module xmlns:mx=http://www.adobe.com/2006/mxml http://www.adobe.com/2006/mxml layout=absolute mx:Label x=272 y=269 text=Label width=234

[flexcoders] Can not load Module using ModuleManager ...

2007-03-14 Thread helihobby
I have a very simple module: ?xml version=1.0 encoding=utf-8? mx:Module xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Label x=272 y=269 text=Label width=234 height=112/ /mx:Module Trying to load via ModuleManager using: trace(Loading module); var info:IModuleInfo =