Click to See Complete Forum and Search --> : Get Url doesn't work???


dropkick
04-20-2006, 02:43 PM
Hi there,

I'm just trying to add a get url function to a button. should be simple but this doesn't seem to be working!!!

on (release)
getURL("http://www.streetmap.co.uk", blank);

Cheers

P.S this is the error I get

**Error** Symbol=mov market, layer=map, frame=2:Line 2: '{' expected
getURL("http://www.streetmap.co.uk", blank);

schizo
04-20-2006, 03:44 PM
on (release)
{
getURL("http://www.streetmap.co.uk", "_blank");
}

dropkick
04-20-2006, 08:34 PM
thanks alot mate. ;)