ksduded
07-08-2008, 05:12 PM
i want to use flash buttons but open the link in the same window. I used this code but it opens the link in a new window.
on(release){
getURL("http://www.cnet.com");
}
on(release){
getURL("http://www.cnet.com");
}
View Full Version : Opening links in the same window