useHandCursor property does work for button. I suppose it works for
all movie clips. To display hand cursor on Images you can create an
empty link and set the image as an icon of the link. eg <mx:link
icon="@Embed('blah.gif')"/>
-Ashish
--- In [email protected], "pk_wasp" <[EMAIL PROTECTED]> wrote:
> opps spelling mistake
>
> i meant
>
> useHandCursor="true" from below
>
>
> --- In [email protected], "pk_wasp" <[EMAIL PROTECTED]> wrote:
> > Hi
> >
> > I've tried using useHandCuror="true" on images etc (to show a
hand
> > for MouseDown events etc)
> >
> > but it doesn't seem to work.
> >
> > Is there anyway to show a "hand" icon when the mouse cursor
hovers
> > over buttons, images etc? (useHandCuror="true" works in Flash,
> > compiles in Flex but doesnt' seem to go?)
> >
> > thanks.