I'm making a CD and I'm making a Flash Menu for the CD autorun.
There will be 2 options, one for each file, but I don't know how to make my button open a file.
I was trying this:
Quote:
quote:on (release) {
getURL("files/gtp.exe");
}
|
But that's not what I'm looking for. 'Cause when I choose one of the options it open the browser and start that file download.
Can somebody tell me what should I do?