Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display .SWF file within an HTML formatted email

Status
Not open for further replies.

TonyU

Technical User
Feb 14, 2001
1,317
US
Is is possible guys to include an .swf file in a HTML formatted email? if so how


My original image being shown is:
strBody = &quot;<img src='
But I would like to show:
strBody = &quot;<img src='
[tt]
&quot;The only ideas that will work for you are the ones you put to work.&quot;
[/tt]

banana.gif
rockband.gif
banana.gif

 
I have only done one thing with Flash and the following code it what I used to show it on a web page.

<object width=&quot;550&quot; height=&quot;400&quot;>
<param name=&quot;movie&quot; value=&quot;Mana4.swf&quot;>
<embed src=&quot;Mana4.swf&quot; width=&quot;550&quot; height=&quot;400&quot;>
</embed>
</object>


This can be seen at:

Kris
[pc3]
 
Thanks krisbrixon, I knew that one.
I'm trying to send and HTML formatted email with a flash movie in it, as suppossed just my .gif
[tt]
&quot;The only ideas that will work for you are the ones you put to work.&quot;
[/tt]

banana.gif
rockband.gif
banana.gif

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top