Trouble saving files. :(

I’m developing Flash for a CD.
I want to create a button for the user to click and then have a choice to save or open file (like PDF or Word file).

i have the following code:

myButton.onRelease = function()
{
  getURL("abc.doc");
}

I can’t see anything wrong with the above.
I intend to use the code for a CD ROM.
abc.doc will sit on the CD ROM.

When I click on the button, it opens a browser window and tries to go to google.com.
I had it working the other day. :frowning:

See the attached files.
Need help urgently! :frowning: :frowning: :frowning:

Thanks.

OM