Absolutely. You can instantiate any custom AS class using a tag. The AS class need not extend anything, but often you will want event dispatching and such.
The tag will probably have to be at the top-level, since the standard containers will not be set up to allow it as a child. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of David Harris Sent: Sunday, January 07, 2007 8:41 PM To: [email protected] Subject: [flexcoders] Is it possible to have an invisible component? Does anyone know if the is a simple way to have a <namespace:Tag /> that has no visible state? I have an AS class that I would like to call <namespace:MyASClass />... Cheers, David

