I don't have any examples, but I'm also not sure what you want.
While a module is loading, it cannot display anything. Once it is loaded, you'll get a READY event and can muck with it. It should be same as doing so for any non-module display object. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of aceoohay Sent: Monday, March 24, 2008 10:43 AM To: [email protected] Subject: [flexcoders] Re: applying effect/transition to module whilst loading. Any ideas? Paul --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "aceoohay" <[EMAIL PROTECTED]> wrote: > > I have created a generic module loader routine in my app, and it woeks > great. I am feeling a little adventurous and would like to apply an > effect/transition to all my modules so that while they are loading they > would expand from nothing, or wipe up or down, basically something cool > that doesn't take a long time. > > Where can I find examples of this? > > Paul >

