You just need to do something like this:
package myComponents
{
import mx.containers.HBox;
public class MyHBox extends HBox
{
}
}
Make sense? If not I can post a better example,
Mike
--- In [email protected], "elad_nyc" <[EMAIL PROTECTED]>
wrote:
>
> I am trying to customize my application.
>
> Does anyone know how do I create a component that is based on
action
> script class.
>
> For example all the built in components such as: lable, HBox
etc... are
> pointing to a class.
>
> How do I create an action script class that can be used as a
component?
>