본문 바로가기

컴터/Flash & Flex

마우스 커서 손모양 나오게..

336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
useHandCursor="true" buttonMode="true" mouseChildren="false"


<mx:Image id="callImageSource" source="" horizontalAlign="center"
                        ioError="imageError();"  showBusyCursor="true" useHandCursor="true" buttonMode="true" mouseChildren="false" />


------------------------------------------------------
다른 모양 으로..

[Embed(source = "/assets/img/hand.gif")]
private var handCursor:Class;
private var CursorID:Number=0;
요로코롬 해놓고 마우스 오버 아웃에따라
CursorID = CursorManager.setCursor(handCursor);
CursorManager.removeCursor(CursorID);