출처 http://airdocs.kr/docs/flex2/langref/mx/effects/package-detail.html http://blog.keutgens.de/download/flexEffectExplorer/current/swf/TransitionsAndEffects.html Class 설명 Blur 컴퍼넌트에 애매하게 해 효과를 적용할 수 있습니다. Dissolve 컴퍼넌트가 투명으로부터 불투명하게, 또는 불투명으로부터 투명하게 추이하는 것 같은 애니메이션 효과를 설정합니다. Fade 투명으로부터 불투명하게, 또는 불투명으로부터 투명하게 변화시킵니다. Glow 컴퍼넌트에 발광 효과를 적용할 수 있습니다. Move 지정된 시간 간격으로 컴퍼넌트의 위치를 변경합니다. Resize 지정된 시간 ..
- Click Event private function on_ButtonClick(event:Event):void { mx.controls.Alert.show( event.type // click + "\n" + event.currentTarget.name // Button1 + "\n" + Button(event.currentTarget).label // ButtonLabel + "\n" + event.toString() // [MouseEvent type="click" bubbles=true cancelable=false eventPhase=2 localX=63 localY=12 stageX=73 stageY=22 relatedObject=null ctrlKey=false altKey=false sh..
츨처 http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001823.html 단순 데이타 타입 int, uint, Number, Boolean, String, void, Null var value:int = 123; // int.MAX_VALUE = 2,147,483,647 , int.MIN_VALUE = -2,147,483,648 var value:unit = 4000000; var value:uint = 0x336699FF; var value:uint = new uint( 0x336699FF ); var value:Number = 123.45; // MAX_VAL..
출처 http://livedocs.adobe.com/flex/1/asdocs/mx/servicetags/HTTPService.html [Bindable] public var xlcData:XMLListCollection; public function init():void { var params:Object = new Object(); params.keyname = "freeboard"; params.qryname = "list"; httpData = new HTTPService(); httpData.url = "http://localhost:8080/examples/xmldata.jsp"; httpData.method = "POST"; httpData.resultFormat="e4x"; httpData...
참조 http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001003.html http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001004.html HTML 소스 mxml 소스 파라미터 이름으로 값 추출 myName; myHometown = Application.application.parameters.myHometown; } ]]> 파라미터 순서로 값 추출 for (var i:String in Application.applica..
출처 http://blog.jidolstar.com/17 columninfo.xml ok aaa bbb test.mxml public var httpServ:HTTPService; [Bindable] public var xlcData:XMLListCollection; public function init():void { httpServ = new HTTPService(); request("http://localhost:8080/examples/columninfo.xml"); } public function request(url:String, params:Object=null):void { this.httpServ.url = url; this.httpServ.method = "GET"; this.httpS..
- Total
- Today
- Yesterday
- 전예희
- BPI-M4
- Spring
- ffmpeg
- 송주경
- NDK
- Xcode
- oracle
- 레이싱모델 익스트림 포토 페스티벌
- 튜닝쇼 2008
- flex
- android
- Java
- ble
- MySQL
- sas2009
- SAS
- Mac
- Spring MVC
- Delphi
- KOBA
- JavaScript
- koba2010
- Linux
- Delphi Tip
- 서울오토살롱
- ubuntu
- 일본여행
- 지스타2007
- 동경
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |