[問題] 這樣寫法行不行阿??
我有各程式碼如下
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
Flash 近期熱門文章
PTT數位生活區 即時熱門文章