How to Link a Symbol in Flash CS4

by admin on June 16, 2009

When you have your symbol*, click on it, hit F9, paste the following code into the actions panel:

on (release) {

getURL(“http://tylerfraser.com”);

}

Important note: cut and paste in notepad – change the quotes to regular quotes, my wordpress theme is changing it to quotes that flash won’t recognize.

I’d like to quickly say something about code. It’s amazing how much you can get done with cut and paste. Don’t be discouraged with programs/ design and how you might need to master code. Just do the research and outsource what you can’t figure out.

How to Link a Symbol Flash CS4

How to Link a Symbol Flash CS4

* – To get a symbol just right click on your image and click convert to symbol. Then you need to tick export for action script.

___________________________________________________________

{ 3 comments… read them below or add one }

Disa June 25, 2009 at 11:53 am

I keep getting the “current selection cannot have actions applied to it” when I click the actions option on my symbols. I’ve created and converted the symbols every which way I know how, but no luck.

Reply

Disa June 25, 2009 at 12:10 pm

Nevermind! I found elsewhere that the Publish Settings have to say something less than Actionscript3.0. I changed it to Actionscript1.0 and now I can link fine. The only amendment I would add to this blog entry is that the address takes single quotes rather than double.

Thanks anyways :)

Reply

admin June 25, 2009 at 12:51 pm

Right you are. I see that the wordpress theme takes regular quotes and formats them for the text.

Important note: cut and paste in notepad – change the quotes to regular quotes, my wordpress theme is changing it to quotes that flash won’t recognize.

Reply

Leave a Comment

Previous post:

Next post: