heya,
the following code works for me in Flash 5 and MX:
PHP (getnews.php):
<?php
print "news=news headline here";
?>
Flash:
Dynamic Text box at level 0, with var name set to news
Button with the following code:
on (release) {
loadVariables('getnews.php','_root');
}
you didn't post your Flash ActionScript, so I don't know if this is what you are doing already ?
allan