Hey all, I'm new to flash and am trying to link a Flash movie to a website. I am using Flash CS 3. I have no knowledge of Actionscript 3 (or 2, or anything before that) and just want to link this movie to my companies webpage.
what I did is create a separate layer called "background" into my movie once it was done. This layer contained a rectangular shape the size of the banner. I converted the shape into a symbol and then put that symbol in every frame throughout the movie (I used the Layer -> Blend option so everything else in the movie shows up on top of that symbol). I then went into the action window (via the properties menu when I had the rectangle selected and inserted the "navigatetoURL command" which I found in the alphebetical index listing in the script assist menu.
In my case, the link looks like
navigateToURL(http://www.smart-restart.com/);
when I go to publish now, I get the following syntax error message:
1084: Syntax error: expecting rightparen before colon.
I know this is probably a no brainer, but I am new to all this and am at a loss.
Thanks for any help!
what I did is create a separate layer called "background" into my movie once it was done. This layer contained a rectangular shape the size of the banner. I converted the shape into a symbol and then put that symbol in every frame throughout the movie (I used the Layer -> Blend option so everything else in the movie shows up on top of that symbol). I then went into the action window (via the properties menu when I had the rectangle selected and inserted the "navigatetoURL command" which I found in the alphebetical index listing in the script assist menu.
In my case, the link looks like
navigateToURL(http://www.smart-restart.com/);
when I go to publish now, I get the following syntax error message:
1084: Syntax error: expecting rightparen before colon.
I know this is probably a no brainer, but I am new to all this and am at a loss.
Thanks for any help!