[flexcoders] Can I use Runtime Shared Library with Modules?

2010-03-26 Thread boy_trike
Is there a trick to using RSL and modules? I have tried, but keep getting can not find either mx.application or mx.module. thanks bruce

Re: [flexcoders] Can I use Runtime Shared Library with Modules?

2010-03-26 Thread Alex Harui
You should not use RSLs with modules. The main app should use RSLs, the modules should extern the RSLs. On 3/26/10 11:40 AM, boy_trike boy_tr...@yahoo.com wrote: Is there a trick to using RSL and modules? I have tried, but keep getting can not find either mx.application or mx.module.