トップへ戻るニュースフォーラムFLASH-ML 過去ログBak@Flaダウンロードよくある質問と答
ログイン
ユーザ名:

パスワード:


パスワード紛失

新規登録
メインメニュー
メイン
   コーダーズルーム【スクリプト系】
     RemotingConnector接続エラーについて
投稿するにはまず登録を

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
lancer
Åê¹ÆNo.24183
投稿日時: 2006-3-6 22:13
半人前
居住地:
投稿: 33
使用環境:
Re: RemotingConnector接続エラーについて
またまた自己レスです。
とりあえずConnectionクラスを使用すれば取得できました。

http://www.flash-jp.com/modules/newbb/viewtopic.php?topic_id=103&forum=7&post_id=585#forumpost585
この記事を応用して作成してみました。

NetServicesクラスは使用するなとヘルプにあったので、
Connectionクラスで作成。


import mx.remoting.Connection;

var con:Connection = new Connection();
con.connect("http://127.0.0.1:8500/flashservices/gatewa");
con.onStatus = function (status) {
    trace ("3.FlashRemotingとの接続エラー");
};
testService = con.getService("http://127.0.0.1:8500",this);
testService.test();


後はこれをRemotingConnectorコンポーネントに応用できるか・・ですが、
またまた考えてみます。
フラット表示 前のトピック | 次のトピック

題名 投稿者 日時
   RemotingConnector接続エラーについて lancer 2006-2-27 12:25
     Re: RemotingConnector接続エラーについて newborn 2006-2-27 13:34
       Re: RemotingConnector接続エラーについて lancer 2006-2-27 14:27
         Re: RemotingConnector接続エラーについて newborn 2006-2-27 14:52
           Re: RemotingConnector接続エラーについて lancer 2006-2-27 18:08
             Re: RemotingConnector接続エラーについて knagai 2006-3-3 19:09
               Re: RemotingConnector接続エラーについて lancer 2006-3-6 14:02
                 Re: RemotingConnector接続エラーについて lancer 2006-3-6 20:05
   » Re: RemotingConnector接続エラーについて lancer 2006-3-6 22:13
       Re: RemotingConnector接続エラーについて knagai 2006-3-7 23:17
         Re: RemotingConnector接続エラーについて lancer 2006-3-8 10:29
           Re: RemotingConnector接続エラーについて knagai 2006-3-8 12:58
             Re: RemotingConnector接続エラーについて lancer 2006-3-8 20:09
               Re: RemotingConnector接続エラーについて knagai 2006-3-9 0:35
                 Re: RemotingConnector接続エラーについて lancer 2006-3-9 9:51

投稿するにはまず登録を
 
Copyright (C) 2003 FLASH-japan. All rights reserved.
Powered by Xoops