Using Kool Moves to make A HTML Signature in Outlook
Many different People have asked me how do you embed a SWF in Outlook since there is no OLE Shockwave Object, like other MS Tools?
The Answer is to Use HTML (and that is probably the best answer) since not everyone uses Outlook as their Default E-Mail client.
1. The first thing you must do is set Outlook to export HTML.

Go
to Tools and Select Options
Then you will Select Mail Format and Switch it to HTML

Next You will Export an HTML and SWF from Kool Moves.

Now you are going to upload both to your web Server. Find out the exact URL of your SWF and you will edit the HTML (Local copy) .
This is the HTML edit the Highlighted sections by placing the full URL of the SWF:
<TITLE></TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff">
<CENTER>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id=MyFlashSig width=550 height=300 codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0">
<param name="movie" value="My Flash Sig.swf">
<param name="quality" value="high">
<param name="play" value="true">
<param name="loop" value="true">
<param name="bgcolor" value="#ffffff">
<SCRIPT LANGUAGE=JavaScript>
<!--
var ShockMode = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
if (navigator.plugins && navigator.plugins["Shockwave Flash"])
ShockMode = 1;
} if (ShockMode ) {
document.write('<embed src="My Flash Sig.swf"');
document.write(' width=550 height=300 bgcolor="#ffffff" quality="high" loop="true"');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/">');
document.write('</EMBED>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)) { document.write('<IMG SRC="nonflash.gif" width=550 height=300');
}
//-->
</SCRIPT><NOEMBED><IMG SRC="nonflash.gif" width=550 height=300 BORDER=0></NOEMBED><NOSCRIPT><IMG SRC="nonflash.gif" width=550 height=300 BORDER=0></NOSCRIPT></OBJECT>
</CENTER>
</BODY>
Now you are going to make this a HTML Signature in Outlook. This is done by;
Opening a new Message in Outlook and selecting Signature from the Insert Menu

Choose
use file as template and select Your HTML from your Hard Dive

That's it all there is to making Flash Signatures with Kool Moves. I will Discuss making Flash Wall Papers with Kool Moves in another Tutorial