Does anyone know how to embed a link in a flash icon, but without block by the internet browser by clicking on it.
on(press) {
getURL("http://www.7-cube.blogspot.com",
_blank, "POST");
}
i used the code above, but my link was blocked by the browser when i clicked on it.
anyone can show me a clear way?