标签: php xml flash
如何在不使用xml文件的情况下将xml数据从php传递到flash?
答案 0 :(得分:0)
在actionscript中使用相同的加载方法,只需将其指向php脚本即可。
<?php header("Content-Type: text/xml"); echo "<xml_nodes></xml_nodes>";