jcdevelopment
05-01-2008, 03:32 PM
Im sorry i know this may be one of the most basic questions, and i should know it, but is there a way to make an object(symbol) a link to an external http site?
ex.
A box that will take you to yahoo.com?
thanks guys, sorry :confused:
*EDIT
here is an update, i have found a way, but i keep getting an error
getURL("http://www.w3schools.com,_blank");
i cant figure out what im doing wrong!
LOL, ok i figured it out if ever a basic question like this comes up again, i didnt have it in a handler
on (release) {
getURL("http://daveperrymiller.com/details/311877.html", "_blank");
}
thanks anyways guys! :thumbsup:
ex.
A box that will take you to yahoo.com?
thanks guys, sorry :confused:
*EDIT
here is an update, i have found a way, but i keep getting an error
getURL("http://www.w3schools.com,_blank");
i cant figure out what im doing wrong!
LOL, ok i figured it out if ever a basic question like this comes up again, i didnt have it in a handler
on (release) {
getURL("http://daveperrymiller.com/details/311877.html", "_blank");
}
thanks anyways guys! :thumbsup: