I wanna open a pdf from flash

I want the original flash page to stay open after I’ve opened the pdf… can you help

The script I have so far is:

on (release) {
getURL(“whatever.pdf”, “_blank”);
}