Web Hosting Talk







View Full Version : Flash Link


DKN
05-05-2005, 10:57 PM
I made a button with flash and want it so that when you click on it, a window will open up.

I have done:
On(Release)
{
//Goto Webpage Behavior
getURL("http://www.google.com","_blank");
//End Behavior
}
End On
But I get this error:
**Error** Scene=Scene 1, layer=Layer 11, frame=30:Line 7: Syntax error.
End On

Total ActionScript Errors: 1 Reported Errors: 1

Ackoo-jt
05-06-2005, 09:46 AM
remove the End On and put a stop on the next frame maybe.

smallschwein
05-08-2005, 04:32 PM
which version ?
With FLASH MX , u only need to press button to add such urls