Link to home
Start Free TrialLog in
Avatar of Glenn Abelson
Glenn AbelsonFlag for United States of America

asked on

need to change an fla file

I am a real novice with Flash.
I bought some Flash headers and want to use one.
I was able to make some changes, but not all.

I want to change the words on the menu options on the original header for default and mouse over
AND
I want to know how to add the link for mouse click.

The original header and my changes to date are at http://www.abelson.com/flashtest.html
ASKER CERTIFIED SOLUTION
Avatar of Member_2_1840827
Member_2_1840827
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Glenn Abelson

ASKER

How/Where do I drop this code into the .fla file?
Oh, u put it inside your button's actionscript panel.
here is the step:
1-click on your button
2- press f9 <--- f9 as in function 9, the button on your keyboard somewhere on the top rows
3.the actionscript panel is open. then past

on(release) {
getURL("http://www.someplay.com")  <--- change the http://www.someplay.com to your URL
}

NOTEs: if you CAN"T paste it on the fields inside actionscript panel. Click on the small blue arrow somewhere on that panel( called "view option"). Click on it and choose 'Expert mode"

Cheers :)
SokhodOm
Found where to put it.  Thanks.
good job :)