Skip to main content
Damon Edwards
Inspiring
August 9, 2006
Question

Hyperlink Flash 8

  • August 9, 2006
  • 5 replies
  • 345 views
(this is all in flash 😎 here is my script for the button, and this is where it should link to "on (release) {
getURL( www.elementsca.com/magazine/elements.html);
}" this is the page where the button is " www.elementsca.com/magazine/coverbutton.html" when you click the button is doesnt link to the right page, it links to " http://www.elementsca.com/magazine/NaN" what is "NaN" and how can i fix this??? Thanks people!!
This topic has been closed for replies.

5 replies

Damon Edwards
Inspiring
August 9, 2006
bump....please help!!!
kglad
Community Expert
Community Expert
August 9, 2006
...
Damon Edwards
Inspiring
August 9, 2006
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Syntax error.
(release) {

Total ActionScript Errors: 1 Reported Errors: 1

when i put that code in...
Damon Edwards
Inspiring
August 9, 2006
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Syntax error.
(release) {

Total ActionScript Errors: 1 Reported Errors: 1

when i put that code in...
Damon Edwards
Inspiring
August 9, 2006
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Syntax error.
(release) {

Total ActionScript Errors: 1 Reported Errors: 1

when i put that code in...
kglad
Community Expert
Community Expert
August 9, 2006
NaN is "not a number". i'm not sure why you're seeing that but there may be several problems with your code. try the following and see if your problem is resolved: