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!

Include Link to external flash media in em@il :)

Status
Not open for further replies.

Insite

Technical User
Dec 30, 2003
4
GB
Hi! I am making an email for a friend to send to petential employers and he would like me to include a Flash object in the email. Can / How do I add a link to the external object or is there a way of including the object within the email itself? Hope you can help! :)
 
your SRC would be then realitve to the full domain.url
Code:
<body>
<object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot;[/URL] width=&quot;32&quot; height=&quot;32&quot;>
  <param name=&quot;movie&quot; value=&quot;/almirah/Leather_Lacquer/Buffet_Credenza/some_flash_file&quot;>
  <param name=&quot;quality&quot; value=&quot;high&quot;>
  <embed src=&quot;[URL unfurl="true"]http://www.dot.com/some_flash_file&quot;[/URL] quality=&quot;high&quot; pluginspage=&quot;[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer&quot;[/URL] type=&quot;application/x-shockwave-flash&quot; width=&quot;32&quot; height=&quot;32&quot;></embed></object>
</body>

it should work...
All the best!

> need more info?
:: don't click HERE ::
 
and adjust your value as well...ooops

> need more info?
:: don't click HERE ::
 
Hi

This is the code that I am using but unfortunately it is still not working!:

'<object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot; width=&quot;500&quot; height=&quot;100&quot;>
<param name=&quot;movie&quot; value=&quot;Bassis%20Em@il/dj-bassis.swf&quot;>
<param name=&quot;quality&quot; value=&quot;high&quot;>
<embed src=&quot; quality=&quot;high&quot; pluginspage=&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;500&quot; height=&quot;100&quot;></embed>
</object> '

All I am getting in Outlook is a big red cross! Hope you can help! :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top