[問題] as2.0 跟 flash remoting 的問題
大家好@@"
一開始的功能是影片測試開始就寫入資料庫.. 這個部份都正常
後來想加一個按鈕 跟 二個文字框
可以自行輸入要儲存的文字
下面是我後來改的程式碼
加入之後... 程式就不會跑到 ****** 的那一行
原本沒有加按鈕之前.. 如果動作正常..
就會跳到 function insert_Result()
加了就不會了@@"
====================================================================
var bb:mx.controls.Button;
var bb_listener:Object = new Object();
bb_listener.click = function() {
****** function insert_Result(evt:ResultEvent):Void {
trace(evt.result);
gotoAndPlay(2);
}
function general_Fault(evt:FaultEvent):Void {
trace("Error: "+evt.fault.__faultstring);
gotoAndPlay(3);
}
//連結Gateway-Remote Service
var gatewayPath = "http://localhost/work/insert/gateway.php";
var service:Service = new Service(gatewayPath, new Log(), "insertDB", null, nll);
//呼叫Remote Service
var mypc:PendingCall = service.insert(_root.tt1.text, _root.tt2.text);
mypc.responder = new RelayResponder(this, "insert_Result", "general_Fault");
};
bb.addEventListener("click", bb_listener);
stop();
====================================================================
麻煩大家指點一下 謝謝 :)
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 163.23.225.206
※ 編輯: needhope 來自: 163.23.225.206 (01/11 09:37)
※ 編輯: needhope 來自: 163.23.225.206 (01/11 09:38)
※ 編輯: needhope 來自: 163.23.225.206 (01/11 09:39)
→
01/13 10:55, , 1F
01/13 10:55, 1F
Flash 近期熱門文章
PTT數位生活區 即時熱門文章