20th
11.07
如何才能在Swf上的输入文本元件里填写数据,后点击Button,传递到Asp页面尼?
下面是Cngothic今天查阅资料整理以下几行代码!
FLASH 部分:
按钮元件名称:cngothic_button
文本框元件名称:cngothic_username
As 代码:
_root.cngothic_button.onRelease = function() {
if (_root.cngothic_username.text != “”) {
names = _root.cngothic_username.text;
loadVariablesNum(“write.asp”, 0, “POST”);
}
}
Read the rest of this entry »
Name: Cngothic 













