How to download doc file?

I’m a newbie in flash so start using flash 5 first. Can someone tell me how can I hyperlink a button so that it can download a doc file?? Really urgent.:frowning:

I’ve never linked it to a doc file before, but I think the geturl action would work, just apply this action to your button:

on(release) {
	getURL("URL of your doc file here", "_blank");
}

Thank you for your assistance but actually I did that but still there was a problem until someone pointed out to me that it could be my browser. So once I make my IE as the default browser than everything seems to be okay.

Thanks again for your help. I thought no one would answer my silly question:)