Hi Dhileepen, It depends on what all components and controls your code possess.A simple Flex application with only application file will have a size of about 273KB and as you go on adding thing the size increases.Now inorder to ensure that your application size is optimised you can do the following things: 1. Do not embed assets in the code. 2. Compile CSS to swf file and load the swf at runtime, this helps to load images, font and skins at runtime, without embedding them at compile time. 3. Use container like Canvas, HBox, VBox in each component wisely.
Cheers Sunil On Apr 22, 11:42 am, dhileepen chakravarthy <[email protected]> wrote: > Dear All, > > For of my application have one menu bar and 50 pages inside it. How do i > proceed the project in a better way. > > Size must be very small. > > Presently i go through with view stack method. any way to load the pages > while calling only > > Please help me anyone. > > Regards, > Dhileepen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

