load
Method
static
( url:String, handler:Function ):void
원격 url에서 JSON데이터를 로드한다.
수신된 데이터는 callback 함수에서 처리 가능하다.
서버에서 수신후 전달할 변수값은 GET파라미터로 액세스되는 'ltn_jsonp' 이다.
참조 :
-
Global.Leturn.Net.Jsonp