How can I pass xml data from php to flash, without using xml file?
Sincerely, John
How can I pass xml data from php to flash, without using xml file?
Sincerely, John
Same loading method in actionscript, just point it to a php script instead.
<?php
header("Content-Type: text/xml");
echo "<xml_nodes></xml_nodes>";
Thanks! How about flash code. In flash how can I read in XML data?
Sincerely, John
Zend_Amf is the library officially supported by Adobe. Also check the Adobe Developer Center