# Email button in projector file?

**URL:** https://forum.kirupa.com/t/email-button-in-projector-file/59026
**Category:** flash
**Created:** [July 27, 2004, 10:24pm UTC](https://forum.kirupa.com/t/email-button-in-projector-file/59026 "2004-07-27T22:24:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jam](https://avatars.discourse-cdn.com/v4/letter/j/f6c823/32.png) [@jam](https://forum.kirupa.com/u/jam)
#### Post date: [July 27, 2004, 10:24pm UTC](https://forum.kirupa.com/t/email-button-in-projector-file/59026/1 "2004-07-27T22:24:12Z")

</div>

Hi i’m totally new to flash and was wondering if it is possible to create a button that activates your email account with your adress in the send to bar. I know that using html you can use the [mailto:you@youremail.com](mailto:you@youremail.com)" command, but I want to create a simliar thing in a projector file used on a cd. Is it possible?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 28, 2004, 8:23am UTC](https://forum.kirupa.com/t/email-button-in-projector-file/59026/2 "2004-07-28T08:23:28Z")

</div>

if you are making a flash button, you can probably use

on(release){  
getURL("mailto:you@youremail.com");  
}

put that code on the button and import it into your director movie.  
I know it works in a flash movie that is viewed through a browser, no guarantee that it will work in director though.

Good luck,

–EP

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 28, 2004, 9:22am UTC](https://forum.kirupa.com/t/email-button-in-projector-file/59026/3 "2004-07-28T09:22:46Z")

</div>

No i’m afraid that only works in browsers. I want it to work in a flash window/projector file and don’t seem to be able to work it out.
