Re: [flexcoders] Split Application in Sections. Prevent one loading only.

2006-08-11 Thread Tom Chiverton
On Thursday 10 August 2006 21:02, Thomas Rühl -akitogo- wrote: additional swfs for you. Then take a look at the SWFLoader class and the events the TabNavidator dispatches. This solution may of course be more of a pain to users because of the unexpected pause for downloading when they switch

[flexcoders] Split Application in Sections. Prevent one loading only.

2006-08-10 Thread falecomozig
Hi, I´m new in Flex, so forgive me if this is a dumb question. I want to know what´s the normal way to split a application, so it doesn´t need to load everything at the begining. To make it clear, let´s say I have a form with 3 sections. Only the first section is needed, the section 2 and 3 are

Re: [flexcoders] Split Application in Sections. Prevent one loading only.

2006-08-10 Thread Thomas Rühl -akitogo-
Hi there, yes, this is possible. You'd need to create one application for each of the parts you want to be loaded during runtime. The compiler creates the additional swfs for you. Then take a look at the SWFLoader class and the events the TabNavidator dispatches. Cheers, Thomas falecomozig