Dload wrong file

Whats wrong with this as keeps trying to download the .php file rather than the file itself lol
[AS]
function dClick (e:MouseEvent):void
{
navigateToURL(new URLRequest('download.php?file=temp_02.zip"), ‘_blank’);
}
[/AS]

Thanks in advance
Steven :vader: