[問題] 這樣寫法行不行阿??

看板Flash作者 (投資自己)時間19年前 (2006/08/28 00:22), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
我有各程式碼如下 fla的程式 ... on(release) { addressVars = new LoadVars(); addressVars.load("http://localhost/testing/addressbook.php"); addressVars.onLoad = function() { _root.theName = addressVars.theName; _root.theEmail = addressVars.theEmail; } } php的程式 <?php $theName = "Kev" ; $theEmail = "kevleitch@gmail.com" ; $passIn = "" ; $passIn .= "theName=" . $theName . "&" ; $passIn .= "theEmail=" . $theEmail ; echo $passIn ; ?> 輸出結果如下 http://www.kevinleitch.co.uk/testarea/flash_php.php 為什麼我的無法出來呢?? 有沒有高手可以幫忙一下?? 是哪裡出錯呢??? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.139.188.141

08/28 00:48, , 1F
出來什麼? 我看是有字的 :)
08/28 00:48, 1F
文章代碼(AID): #14ySQpTR (Flash)
文章代碼(AID): #14ySQpTR (Flash)