Euro symbol not displaying in Flash from PHP

Hi,
How do I get the euro symbol € to display in Flash from PHP ?. It does not display it properly. The PHP code I have is:

<?php
$msgtoflash = “This is the Euro Symbol &#8364”;
print ("&Databaseinfo=$msgtoflash");
?>

If I use the $ or £ symbols it works perfectly.

Thanks,
Paul