如何才能在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 »

,

Cngothic 同志前天就开始生病了。

看了下医生开了几包药后觉得没效果。昨天下班就想调休(加班日与工作日对调)回家休息。后因皇家礼仪办公系统资产统计这块要改动。从程序到数据库都做了改动。四页ASP等于重写。汗。。。。

晚上回家碰到大P蚊(貌似曼森的粉丝。深圳的一名设计师)。发来一图让Cngothic看。类似留言的一个表单。此页文件框等全做成SWF,后台做成ASP。 真日他个串串。。cngothic 啥时候会FLASH 与 ASP 对联了。。。
Read the rest of this entry »