![]() |
|
||||||||||
|
|||||||
|
|
« Предыдущая тема | Следующая тема » |
| Опции темы | Опции просмотра |
|
![]() |
|
|||||
|
Регистрация: Apr 2012
Сообщений: 11
|
Есть код:
var loader: URLLoader = new URLLoader(); var request1: URLRequest = new URLRequest('http://xxx'); request1.method = URLRequestMethod.POST; var vars: URLVariables = new URLVariables(); vars['type'] = 1; vars['id'] = id; request1.data = vars; loader.addEventListener(IOErrorEvent.IO_ERROR, errorServ); loader.addEventListener(Event.COMPLETE, toArray); loader.load(request1); |
![]() |
Часовой пояс GMT +4, время: 20:38. |
|
|
« Предыдущая тема | Следующая тема » |
|
|