How To : Flash Button on Click, download external files

Hello again,

I have a button and I wanted that when clicked, the user can download a PDF file. How does the AS goes for that? I tried this one but didn’t work,

on (release) {
getURL(downloads/map.pdf);
}