The signature of
Mail Express Series supports HTML codes, and you can not only add images in it, but also add Macromedia FLASH objects in it.
To insert a FLASH animation object into your HTML signature, you can enter the object code into the HTML signature edit box directly (you may generate the HTML codes with
Signature Creater for Mail Express Series), or click the
Insert Macromedia FLASH Animation button to insert it, here are the steps:
1. Move the cursor to the position where you want to insert the FLASH animation, then click the Insert Macromedia FLASH Animation button.
2. Choose the swf file that you want to attach into your signature, the FLASH object code will be inserted into your HTML signature:
(In this example, we use a FLASH advertisement of
HP computer)
Here is some tips of how to create the FLASH animation object code by yourselves:
FLASH animation is just a object in HTML language, below is a sample FLASH object codes:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash
/swflash.cab#version=6,0,29,0" width="450" height="90">
<param name="movie" value="c:\Program Files\iDataExpress\Mail Express Enterprise\signature\hp_home_450x90.swf">
<param name="quality" value="high">
<embed src="hp_home_450x90.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="450" height="90"></embed>
< /object>
This is a standard FLASH object, you may change some values in these codes what in different color to meet your FLASH animation as below:
FALSH size - The size of your FLASH animation, e.g. "450" and "90" in above codes.
FLASH filename with full path - The swf filename of your FLASH animation with full path, e.g. "c:\Program Files\iDataExpress\Mail Express Enterprise\signature\hp_home_450x90.swf" in above codes.
FLASH filename - The swf filename of your FLASH animation, e.g. "hp_home_450x90.swf" in above codes.
You can add these codes into the HTML Signature editor, or add some other HTML tags with this FLASH object, for example:
<BR><hr><font size=2>This email is sent via <a href="http://www.idataexpress.com">Mail Express Enterprise<a></font><table><tr><td>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs
/flash/swflash.cab#version=6,0,29,0" width="450" height="90">
<param name="movie" value="C:\Program Files\iDataExpress\Mail Express Enterprise\signature\hp_home_450x90.swf">
<param name="quality" value="high">
<embed src="hp_home_450x90.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="450" height="90"></embed>
</object></td></tr></table>