如何将xml数据从php传递给flash

时间:2009-12-16 22:08:44

标签: php xml flash

如何在不使用xml文件的情况下将xml数据从php传递到flash?

1 个答案:

答案 0 :(得分:0)

在actionscript中使用相同的加载方法,只需将其指向php脚本即可。

<?php

header("Content-Type: text/xml");
echo "<xml_nodes></xml_nodes>";