Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Air アプリが通信している Web サーバーへの HTTP リンクを開く必要がありますが、Web サーバーの URL を Flex コードにハードコーディングしたくありません。エンドポイント URI を取得できれば、そこから作業できます。関連する場合に備えて、GraniteDS を使用しています。
mx.messaging.config.ServerConfig をインポートします。
ServerConfig.getChannel(CHANNEL_ID).uri;