...is:
getURL();
I tried typing the code in manually as:
getURL("http://www.website.com", "_blank");
but then I receive the following error:
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement must appear within on handler
getURL("http://www.website.com", "_blank")...