출처 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..
출처 http://www.ihelpers.co.kr/programming/tipntech.php?CMD=view&TYPE=8&KEY=&SC=S&&CC=&PAGE=1&IDX=547 import mx.controls.dataGridClasses.DataGridColumn; private function createColumn():void { var columns : Array = grid1.columns; var tmpCol :DataGridColumn = new DataGridColumn(); tmpCol.headerText = "Test"; columns.push(tmpCol); grid1.columns = columns; }
- Total
- Today
- Yesterday
- 동경
- oracle
- Delphi
- JavaScript
- android
- 전예희
- Java
- sas2009
- Linux
- BPI-M4
- 일본여행
- KOBA
- ffmpeg
- MySQL
- Delphi Tip
- ubuntu
- SAS
- ble
- flex
- koba2010
- Mac
- 지스타2007
- NDK
- Spring
- 튜닝쇼 2008
- 송주경
- Spring MVC
- Xcode
- 레이싱모델 익스트림 포토 페스티벌
- 서울오토살롱
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |