Flash in email

Sorry I’m new to all this … Is it possible to send somebody an email with Flash content in it.
If so, how ?

you attach a swf to your email

does he mean embedded?
if so i want to know too

If the recipient has html enabled email, just send the html that you use to embed the flash file on a webpage, but with absolute urls instead of relative. This still requires you to host it on the web though.

maybe

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