#12003/8/17 19:09:09
flash中:
frame1:
loadVariablesNum("http://loacalhost/php/rs.php","0","GET");
一个 dynamic txt... var=txt
2个php文件: (config.php / rs.php)
config.php 内容:
$require_sentence="welcome to my room!";
?>
rs.php 内容:
&txt=require ('chat/required/config.php');
echo ($require_sentence);
?>
config.php所在目录 chat/required
问题:
为什么flash中的 dynamic txt 中不显示 “welcome to my room!"