Hi,
I am trying to add a script to button which will direct me to another webpage. It is working when I run the swf file. But when I include this swf file to my webpage, nothing happens when I click that button.
my script on the button is:
on (release)
{
getURL (“http://www.yahoo.com”,"_blank",“get”);
}
Please help!
Thanks in advance!