In Macromedia Flash, how do I link a button to another page on my site?
wont work....Code:getURL(index2.php);
Any suggestions :eh:?
Printable View
In Macromedia Flash, how do I link a button to another page on my site?
wont work....Code:getURL(index2.php);
Any suggestions :eh:?
Ok, i figured it out ;)
:DCode:on (release) {
getURL("index2.php");
}