RE: [flexcoders] Re: Horrible... 3 seconds initialization time for the first frame? Frustrated....

2009-07-08 Thread Alex Harui
You can fake a link-report or use compiler options to exclude any class you want. In Flex3 ResourceMgr is baked into frame1 so it will be linked in. In Flex4 it wont. If you're not shipping until after October or so, you might want to move to Flex 4. Alex Harui Flex SDK Developer Adobe Syste

Re: [flexcoders] Re: Horrible... 3 seconds initialization time for the first frame? Frustrated....

2009-07-08 Thread Anatole Tartakovsky
Dan, The classes explicitly referenced in SystemManager are always linked in the first frame. That said, given the fact that you have open source SDK, you can play quite a few tricks on Flex/linker. First, if you are loading in the application domain you can place your own SystemManager of ~0 siz

RE: [flexcoders] Re: Horrible... 3 seconds initialization time for the first frame? Frustrated....

2009-07-07 Thread Alex Harui
What goes on in server communications is not my area. Try posting again with RPC or AMF in the subject. It might then get read by those experts. I thought utility.swc got folded into framework.swc as well. Flex.swc is for folks not using the UI framework. Any classes used in Frame1 cannot be