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);
<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);
'컴터 > Flash & Flex' 카테고리의 다른 글
httpservice 에서 데이타 그리드 불러올때 (0) | 2008.07.07 |
---|---|
자바스크립트 flex 연동시 사소한 실수 (1) | 2008.06.08 |
파일 있나 확인후 없으면 메시지 출력. (0) | 2008.05.22 |
화면캡쳐는 ImageSnapshot 클래스를 사용하자 (0) | 2008.05.18 |