[flexcoders] Re: Using states is better than modules ?

2009-06-22 Thread otunazero
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 flexcoders@yahoogroups.com, j2me_soul j2me_s...@... wrote:

 I have a small project to do. 
 I worder which method is better ?
 states or modules ?





Re:[flexcoders] Re: Using states is better than modules ?

2009-06-22 Thread j2me_soul
Can use effects on module loaded or unloaded etc. like using state ?



在2009-06-23,otunazero otunaz...@yahoo.com 写道:





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 flexcoders@yahoogroups.com, j2me_soul j2me_s...@... wrote:

 I have a small project to do. 
 I worder which method is better ?
 states or modules ?