Load html text from MySQL db

Hi,

I’m trying to load some text from a mySQL database. The problem is that when i test the movie from within flash (Ctrl+Enter) the text is loaded, but then when i upload it and view it through browser the text is not loaded.

the site can be seen at [address removed: no longer available]
and the php file is at [address removed: no longer available] which is echoing out correctly the info.
last line in php is: <? print “news_text=$x”; ?>
news_text is my variable name for flash, $x is the loaded text from the database

in flash i have a dynamic text field with var value news_text . this text field is place in a movie, and the movie has the following actionscript to load the data:

I have no idea what’s wrong with it as when testing in flash in works fine! any help is appreciated, or other ways of how i can do it.
thanks