Our Flash tutorials provide you with step-by-step instructions on how to create beautiful Flash animations and integrate them into your website.  Home Flash & Swish Flash Tutorials Mailto Function in Flash MX
Your Ad Here

Mailto Function in Flash MX


Mailto function in flash is not much different than Mailto function in HTML. In HTML this function is applied on links, whereas in Flash it is applied on buttons.

<a href="mailto:user@email.com?subject=Feedback">click here </a>

This is how it looks in HTML, to test how it works click here

And this is how it looks in Flash:

on (release) {
         getURL("mailto:user@email.com?subject=Feedback");
}

Just create a button in flash, click on your button and open the Actions panel and copy the above code inside Actions panel. Change the email and subject to your own.

Here is how it should look and work after you have published it and implemented inside the HTML page.



Author's URL: Ades Tynyshov
Thank you for voting.
Rate this Materials:
Bad 
1 2 3 4 5 Excellent
print this page subscribe to newsletter subscribe to rss

Internet & computing Flash is a vector-based moving graphics format created by Macromedia for the publication of animations on the World Wide Web. More Flash & Swish: Most Popular Materials | Fresh Materials | More Flash Tutorials at FlashPerfection.com

Add comments to "Mailto Function in Flash MX"

Only registered users can write comment

No comments yet...