Can some one help me to do this effects in flash?
I have this code for getURL
but it's opening in newtab. What I need is it should be open in new window.
on(release){getURL("http://www.google.com", "_blank");}
I want something like this.
Thanks for your help in advance