Email adress in an dynamic text Box?

Is there a way to put an email adresses in an dynamic Html text Box?

i know with a normal adress you can do it like this…

< a href=“http://www.kirupa.com” target="_blank">link to kirupa< /a>

But i want to do it with my email adress
how can i do this…

Thanks in advance…

Andreas

Try

<a href="mailto:[email protected]">Contact Me</a>

I haven’t tested if this works in Flash, but that is how you do it in HTML… so it should work.

No it just tried but it didn’t work, does anybody else know?

Anyway thanx Lost…

Andreas

You might not be able to add the link like that.

Since HTML enabling your code allows you to use HTML Text fomatting tags and such… as well as a href tags that is the only solution you have to your e-mail link problem.

There is no other way to do it if the mailto: link doesn’t work.

At least that I know of.

Sorry I couldn’t be of more help.