-1
如何在不使用xml文件的情況下將xml數據從php傳遞到flash?如何將xml數據從php傳遞到flash
如何在不使用xml文件的情況下將xml數據從php傳遞到flash?如何將xml數據從php傳遞到flash
在actionscript中的加載方法相同,只需將其指向一個php腳本即可。
<?php
header("Content-Type: text/xml");
echo "<xml_nodes></xml_nodes>";
[Zend_Amf](http://framework.zend.com/manual/en/zend.amf.html)是Adobe官方支持的圖書館。 另請查看[Adobe開發人員中心](http://www.adobe.com/devnet/flex/flex_php.html) – Gordon 2013-01-03 11:05:09
[AMFPHP](http://www.amfphp.org/) – Aaron 2009-12-16 22:12:03