I'm trying to print a PHP file from a Flashmovie. I'm using the following code:

getURL("javascript:document.print('../PHP/print.php');");

But when I execute this code, the FlashMovie is printed.
Does anyone know what I must do to print the PHP file?

Alex