[問題] Flash + ASP
小弟我最近在做小朋友的教學動畫
一開始要他們輸入一些個人資料
然後開始教學
但是就是一直會開啟asp網頁 不會回到flash繼續播放
也不會送出資料
請各位高手幫幫忙
個資在第一格
第一格action圖層上的as
stop();
System.useCodepage= true;
var con:LoadVars = new LoadVars();
con.onLoad = function (){
gotoAndPlay("ccc");
}
pdclear.onRelease=function(){
s_name.text="";
s_sex.text="";
s_class.text="";
s_school.text="";
}
pdsender.onRelease=function(){
sname=s_name.text;
ssex=s_sex.text;
sclass=s_class.text;
sschool=s_school.text;
con.load("test.asp");
gotoAndPlay(2);
}
送出button叫pdsender
清除button叫pdclear
第二格是一個等待的畫面
第三格是教學動畫的開始,標籤是ccc
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 122.121.218.222
※ 編輯: houseship 來自: 122.121.218.222 (03/01 17:31)
推
03/01 17:33, , 1F
03/01 17:33, 1F
Flash 近期熱門文章
PTT數位生活區 即時熱門文章