actionscript Q
actionscript Q
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- fusionpixel0
you can also do:
function goToURL(theaddress) {
getURL(theaddress, "_blank");
}then on yoru button
button.onRelease = function(){
goToURL("http://www.whateve…...
}something like that...