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.
NetConnection
これは、オブジェクトを使用して任意のWebサーバーに通常のHTTP接続を確立することを意味しますか?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が必要ですか?