改變 HTTP 方法(GET POST PUT 等)

URLRequestMethod 類包含的各種請求型別可以使常數。這些常量將分配給 URLRequestmethod 屬性:

var request:URLRequest = new URLRequest('http://someservice.com');
request.method = URLRequestMethod.POST;

請注意,只有 GETPOST 在 AIR 執行時之外可用。