Show PHP Blog in Flash

Hi :). I’m currently building a flash website for uni, but I want to show my blog on the site. I’m currently using something called cutenews. CuteNews uses php but does not require a msql database. The page that contains my blog entries located here:

http://james.altargarden.co.uk/cutenews/show_news.php

I use this script to display my blog on my current website made in dreamwever:

<?PHP
 include('path/to/show_news.php');
?>

I want to be able to display my blog on a dynamic text field in flash. I’ve tried loads of tutorials but cannot seem to get this working. :frowning: If anybody could help me out with this it would be fantastic and is sure to up my grades :smiley: