Opening a pdf file

I am using Flash MX and when the user clicks on a button I need to have a PDF open in a new window. What would be the best solution?

Thanks

getURL(“pdfFile.pdf”, “_blank”)

Thanks Jubba, that was easy.

I am also needing this. Do i just add paste that in my actionscript?

kindof, chose getURL then you paste filename.pdf, " _blank"
give or take some quotations marks, I can’t remember if I needed them or not