sorry for the dufus question of the day, but I am that new. can you tell me how to link either text or an object so that when user clicks it is opens up thier mail client to send a email? thanks
Work sucks
<a href="mailto:name@email.com">Email me</a>
There's also <a href="mailto:name@email.com?Subject=email subject title">email</a>
With the subject, you can add in a subject title for the email like 'About web site', etc.
Linking Email in Flash
So, I know that how you do it in HTML, but how in FLASH?
getURL("mailto:me@myDomain.com?subject=whatever");
for just text the action script isnt nessesary.
you just define the URL in Character options.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width