u can decompose your application into modules. then when u need those or the app needs them they are loaded on demand and have access to variables in your main app.
although, i'd like to know how the proper way to load in a sub-application. for example, in my case i want the login screen to appear quickly. then on successful login i want to load the main application, possibly using a swfloader. but i'm not sure of the proper way to do this. jp On Fri, Jun 4, 2010 at 11:14 PM, Christophe <[email protected]>wrote: > > > Hello, > > How to decompose an application into several swf files with a common list > of variables ? > > Thank you, > Christophe, > > >

