Справочник по ActionScript 3.0 гласит следующее о flash.net.NetConnection
:
The NetConnection class creates a two-way connection between a client and a server. The client can be a Flash Player or AIR application. The server can be a web server, Flash Media Server, an application server running Flash Remoting, or the Adobe Stratus service. Call NetConnection.connect() to establish the connection.
Означает ли это, что я устанавливаю обычное соединение HTTP с любым веб-сервером, использующим объект NetConnection
? Я немного запутался по этому поводу, так как далее в разделе о методе connect()
написано connect(): Creates a two-way connection to an application on Flash Media Server or to Flash Remoting, or creates a two-way network endpoint for RTMFP peer-to-peer group communication....Pass an "http" URL to connect to an application server running Flash Remoting.
. Итак, на сервере приложений есть , чтобы иметь Flash Remoting?