[問題] Flash + ASP

看板Flash作者時間17年前 (2009/03/01 17:29), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
小弟我最近在做小朋友的教學動畫 一開始要他們輸入一些個人資料 然後開始教學 但是就是一直會開啟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
/php 作法差不多
03/01 17:33, 1F
文章代碼(AID): #19gbLxXS (Flash)
文章代碼(AID): #19gbLxXS (Flash)