Use of Button to call local file

[size=2]Hello all,

I am relativity new to flash and I am trying to distribute a CD with a sales demo on it. I have an icon that I want to use to call a file (a PDF) that will be included on the CD, rather than going on the internet. Also, I want it to open in a new window.
I haven’t had much luck attaching an action to the button:

on (release) {
getURL ("…[/size][[size=2][color=#0000ff]\password_reset.pdf[/color][/size]](file://password_reset.pdf/)[size=2]", “_blank”);[/size]
[size=2]}
Should I be using the getURL function to call the PDF? If so, what should be the prefix to tell the browser not to go to the internet, but the root directory?

Thanks in advance!

SCKNEU

[/size]

[size=2]well, that should work, are you sure that you wrote the correct path?if you used http://www…that could be an answer.[/size]
[size=2][/size]
[size=2]
[/size]