How to direct an email link to Outlook and how to download a word document from

[list=1]
[]I’m kind of novice so I need help… How do I make a link to open outlook, example: if you click ratachilena@hotmail.com in a flash document it opens outlook and by default puts ratachilena@hotmail.com in the address?
[
]And another question, I want that when you click an specific button starts to download a .doc file!!! please help me!!!
[/list]

  1. "mailto:yourname@yourISP.com" as a getURL
    Of course, if the end-user has another email client as default, it will open in that program instead of Outlook.

  2. “yourFile.doc” as a getURL
    Of course, the end-user will need to have Word installed to view it.