Email button in projector file?

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

on(release){
getURL("mailto:[email protected]");
}

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