I am using flash for the first time and I need some help. I
created a button called Contact and when the user scrolls over text
appears with contact details. I have an email address in there and
would like to make it into a hyperlink. I tried putting <a
href='mailto: into the URL Links box but it doesn't work.
Can anyone help me do this? Any help would be really
appreciated!
Instead of using <a href='mailto: just use
mailto:youremail@something.com
You first need to highlight the text before adding a
hyperlink.
I hope that helps answer your question.