I am trying to link a flash button (say button1) to a file saved in a particular folder.
This is the typical way I found:
on(release) {
getURL(" "_blank");
}
and it works...
In my case, I want to link this button to a file "sample.html" in the same folder... but when I say
getURL("sample.html", "_blank");
Nothing happens...!
Is there some simple way to handle this?
Thanks in advance.
This is the typical way I found:
on(release) {
getURL(" "_blank");
}
and it works...
In my case, I want to link this button to a file "sample.html" in the same folder... but when I say
getURL("sample.html", "_blank");
Nothing happens...!
Is there some simple way to handle this?
Thanks in advance.