Question
Get URL on mouse click
Hey, I know this is basic, but i'm not a programmer, and just
trying to make a button in flash link to a URL when clicked on. I
have the button and flash knows it is a button, but every piece of
code i try, flash doesn't like it, and I don't know what to do....
here is the last code i tried, but it like other stuff just gives errors when i run the flash check.
function trailer(evt:MouseEvent):void {
var url:String = " http://www.myurl.com";
getURL(url, "_self");
the name of my button is trailer. THANKS anyone!!!!
here is the last code i tried, but it like other stuff just gives errors when i run the flash check.
function trailer(evt:MouseEvent):void {
var url:String = " http://www.myurl.com";
getURL(url, "_self");
the name of my button is trailer. THANKS anyone!!!!
