Link to home
Start Free TrialLog in
Avatar of VBBRett
VBBRett

asked on

How do you add a url link to a movie clip type in Adobe Flash

I have a Movie Clip type that I want to add a url to so that when a person clicks on the link, it goes to a certain destination.  How do I add a url to the movie clip type object in Adobe Flash?
ASKER CERTIFIED SOLUTION
Avatar of Manikandan1986
Manikandan1986

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 VBBRett
VBBRett

ASKER

Manikandan1986, what you suggested did not work.  I got a compiler error and a statement that said that the link could not be used on the movie type and that it should be used for buttons.  I don't know what to do now.  And dgofman, I don't understand what you are trying to say.
You don't need to write any ActionScript code. Select your TextField component.
Press Ctrl+F3 or Windows->Properties. On the right side you will see Properties Panel.
Scroll down in that dialog and you will find "Options" session (by default is expand but if collapse you can expand manually)
And there you will find Text Field "Link:" you can add URL there such as "http://www.google.com"
Now click on "Target:" drop down component and pick "_blank" target ( in this case when you will click on you TextField it will redirect to new Tab or Window.

You can customize you Text by apply Blue color and underline to bring user attention this is a link.
Avatar of VBBRett

ASKER

Unfortunately it is still not going to my desired url after I click on the image.  Is there another way of doing this?
SOLUTION
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