Flash News from PHP file

I want to load text into a “dynamic text box” from a PHP file loading text from another PHP file.

flashnews.php has (news=<? include “news.php” ?>) this is because we are using a seperate news system developed in PHP.

news.php loads news from a MySQL but I don’t want flash to load it directly from the MySQL.

Is there anyway to do this?