|
Renaun,
You can avoid
doubles in SWF size if you use RSLs and mark them external for loadable
modules. We have developed "flexlets" that were under 20K.
As far as screen sizing
we had to do this:
<mx:SWFLoader width="100%"
height="100%" trustContent="true" id="loader" autoLoad="true"
init="loader.percentWidth=99;loader.percentWidth=100"/>
did not have problems with height. Not pretty, but
I am postoning looking into SWFLoader till final release as it has been moving
target in the past.
HTH,
Anatole
|
- [flexcoders] Using Loader to load multiple <mx:Appl... Renaun Erickson
- Re: [flexcoders] Using Loader to load multiple &l... Anatole Tartakovsky
- [flexcoders] Re: Using Loader to load multipl... Renaun Erickson
- RE: [flexcoders] Re: Using Loader to load... Joan Tan
- [flexcoders] Re: Using Loader to load... Renaun Erickson
- [flexcoders] Re: Using Loader to load multipl... Renaun Erickson
- [flexcoders] Re: Using Loader to load multiple &l... Doug Lowder
- [flexcoders] Re: Using Loader to load multipl... Doug Lowder
- [flexcoders] Re: Using Loader to load mul... Renaun Erickson

