Is this possible?
I've been able to send embedded images, and was trying to do the same for flash:
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<TITLE>Welcome to makeitorbreakit.com</TITLE>
</HEAD>
<BODY bgcolor="#000000">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<div align="center">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="480" HEIGHT="480" id="miobiopening" ALIGN="">
<PARAM NAME=movie VALUE="cid:0">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#999999>
<EMBED src="cid:0" quality=high bgcolor=#999999 WIDTH="480" HEIGHT="480" NAME="miobiopening" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</div>
</BODY>
</HTML>
I attach the file to the email and then use cid:0 to link to it, but the email comes through blank with only the flash movie attached.
Thanks