Quote:
Originally Posted by howardmeis
I need a way to play .flv's in outlook
|
*sigh*
So then you actually need to play
.SWF's in Outlook. So...
Google, then click on the
first link, and make the necessary changes:
HTML Code:
<object width="550" height="400">
<param name="movie" value="http://cristgaming.com/pirate.swf">
<embed src="http://cristgaming.com/pirate.swf" width="550" height="400">
</embed>
</object>
(you might want to change the width and height - and I'd suggest you test it by sending it to yourself first)