Thanks Michael,
How do I use it from the mxml file? I can use an example...

Best, Elad


--- In [email protected], "Michael Labriola" 
<[EMAIL PROTECTED]> wrote:
>
> 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" <elad_nyc@> 
> 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?
> >
>


Reply via email to