Hello
I made a banner with a transparent button on it. the button suppose to lead to a web page' this is his action (actionscript2):
on (press, release) {
getURL("http://www.sportan.org.il/htmls/march_2012.aspx", "_blank");
}
If i open the swf in flash (with the fla open) it works. But when i open it in a internet browser it does not work and i dont know what i am doing wrong??
use the following and disable your popup blocker:
on (release) {
getURL("http://www.sportan.org.il/htmls/march_2012.aspx", "_blank");
}
North America
Europe, Middle East and Africa
Asia Pacific