看板 Flash 關於我們 聯絡資訊
我有各程式碼如下 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
aquarianboy:出來什麼? 我看是有字的 :) 08/28 00:48