--- In flexcoders@yahoogroups.com, "Tracy Spratt" <tspr...@...> wrote:

> Using a model and events is probably "best", but you can also go
> straight through dom references.  Listeners can be added to 
dynamically
> created components, so you would not need specific, named references 
to
> the child swfs.  

Note that you probably want to still keep references to your swfs 
somewhere, so that you can remove the listeners if you need to make 
sure they get garbage collected.  You'll probably want to do this in an 
Array or ArrayCollection so that it can expand with the number of swfs 
you create.

Or you can just use one swf and move it around :)

HTH;

Amy

Reply via email to