載入變數LoadVars()

0 views
Skip to first unread message

winnie

unread,
Oct 30, 2009, 3:02:12 AM10/30/09
to 台灣 Adobe 使用者俱樂部
請問大大們~~~~
我在flash設了一個按鈕要載入變數,在跑asp頁面時有接收到『uname=數字』,但進入flash後,只出現『uname=』???不知為什麼
~~~~??????

asp(number.asp)頁面:
<%Response.Write "uname="&Request("uname")%>
---------------------------------------------------------------------------------------------------------
flash按鈕:
on (press) {
var my_lv = new LoadVars();
my_lv.onLoad = function(success) {
if (success) {
_root.name_txt.text = my_lv.uname;
}
// end if
};
my_lv.load("number.asp");
}

Ben Chang

unread,
Oct 30, 2009, 3:20:46 AM10/30/09
to au...@googlegroups.com
my_lv.load("number.asp?uname=123");


2009/10/30 winnie <hsiao....@gmail.com>
Reply all
Reply to author
Forward
0 new messages