PDA

View Full Version : ling to url


christine888
03-14-2009, 04:36 PM
Hi all,
I'm having problem to link from intro page to my website from the ENTER button that drops down. Here is the demo link. http://www.247durhamregion.com/demo/~16895.swf

I try this code
onRelease = function(){
getURL("index.html", "_blank", "GET");

I get this error

**Error** Symbol=sprite 765, layer=Layer 1, frame=1:Line 1: Statement block must be terminated by '}'
onRelease = function(){

**Error** Symbol=sprite 765, layer=Layer 1, frame=1:Line 6: Operator '=' must be followed by an operand

Total ActionScript Errors: 2 Reported Errors: 2


I wish I could attach the fla file here on this forum

Could you please help out


Thank you,
Christine

kkbbcute
03-15-2009, 09:06 AM
You have to close your onRelease statement.
So you have something like this:

button.onRelease = function():Void{
getURL("index.html", "_blank", "GET");
}

kkbbcute
04-14-2009, 09:17 AM
Stop spaamming, you are a faceless wimp who hides behind your "lols" and broken bot programmed language. :(

cjx3711
04-14-2009, 03:38 PM
Posting adverts in forums is a cheap, cheap way of advertising.

kkbbcute
04-14-2009, 03:39 PM
That's what the SPAM report thread in the general chat section is there for ;)

Post any spammers you see there.