![]() |
|
||||||||||
|
|||||
|
Регистрация: Sep 2011
Сообщений: 17
|
import flash.net.*; import flash.display.*; import flash.utils.ByteArray; public class Main extends Sprite{ public function Main():void { var netStream : NetStream = new NetStream(new NetConnection()); netStream.appendBytes(new ByteArray());// 1061 Error } } 1061: Call to a possibly undefined method appendBytes through a reference with static type flash.net:NetStream. |
![]() |
Часовой пояс GMT +4, время: 18:02. |
|
|
« Предыдущая тема | Следующая тема » |
|
|