ok. i know this is possible, but i just keep messing it up. what i am trying to do is read data from mysql with php. i however, what that php file to generate xml so that it can be read into flash. make sense. i want to do what is in this tutorial, but more to it. www.creativecow.net/articles/brimelow_lee/php_mysql/php_mysql_flash.html. in that tutorial the xml looks something like this
<products>
<item></item>
<products>
and it tells you how to do that. however, i want mine to have more nodes to it. like this
<blog>
<date>
<entry> </entry>
</date>
</blog>
i hope this makes sense to everyone. i really want to get this accomplished. or if you know another way to put data from mysql into flash, that would be awesome too. thank you in advance for your responses.
nick