Hi there,
You need to use the loadVariables() function in flash like: loadVariables("news.php");
However, you need to have that php page output the news in the format:
&variable1=stuff&variable2=stuff&
You could easily write a php script to do this and then make some stuff in flash to use the passed variables.
Hope this helps,
Brad