Can use effects on module loaded or unloaded etc. like using state ?
在2009-06-23,otunazero <[email protected]> 写道: if size is an issue use module, if not use state. Module will allow you to load the content later while with state the component is already inside the main application so it will run faster but maybe cause your swf to be big --- In [email protected], j2me_soul <j2me_s...@...> wrote: > > I have a small project to do. > I worder which method is better ? > states or modules ? >

