1ok
03-04-2004, 05:13 PM
Hi everyone,
Here I come with a very simple question I can´t figure it out.
I have 3 buttons on the stage, and 2 of them work perfectly, but one of them don´t.
The AS is:
_root.xbtn_baixar.onRelease = function() {
getURL("http://www.rraurl.com/sets/buga_01.mp3", "_blank");
};
If I change the extension to .htm the button starts to work.
What I basically need is to put a link on the button to download the mp3 file.
Any ideas?
In this case the user will only download. Should I use "_self" instead "_blank" ?
thanks in advance :)
Here I come with a very simple question I can´t figure it out.
I have 3 buttons on the stage, and 2 of them work perfectly, but one of them don´t.
The AS is:
_root.xbtn_baixar.onRelease = function() {
getURL("http://www.rraurl.com/sets/buga_01.mp3", "_blank");
};
If I change the extension to .htm the button starts to work.
What I basically need is to put a link on the button to download the mp3 file.
Any ideas?
In this case the user will only download. Should I use "_self" instead "_blank" ?
thanks in advance :)