# Email in Flash Player Problem

**URL:** https://forum.kirupa.com/t/email-in-flash-player-problem/33537
**Category:** flash
**Created:** [October 20, 2003, 8:54pm UTC](https://forum.kirupa.com/t/email-in-flash-player-problem/33537 "2003-10-20T20:54:25Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![AniMeGanGrrl](https://avatars.discourse-cdn.com/v4/letter/a/35a633/32.png) [@AniMeGanGrrl](https://forum.kirupa.com/u/AniMeGanGrrl)
#### Post date: [October 20, 2003, 8:54pm UTC](https://forum.kirupa.com/t/email-in-flash-player-problem/33537/1 "2003-10-20T20:54:25Z")

</div>

Hey guys! How do I make an email addy link work in the flash player? I used the mailto: hyperlink thingy that works in html…but for some reason it doesn’t when in flash player? How do I make it work? I’m so confused.

Byeeeeeeeeeeeeeee!

AniMegan

:love:

---

<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: [October 20, 2003, 9:39pm UTC](https://forum.kirupa.com/t/email-in-flash-player-problem/33537/2 "2003-10-20T21:39:52Z")

</div>

Of course it won’t work in Flash Player. It needs some internet link…you have to test on a browser.

```auto
on (release) {
    getURL("mailto:myaddress@domain.com");
}

```

I don’t know what, I just made something and it worked with Flash Player, I deleted the AS and then all of a sudden after trying again, it didn’t work…
