PDA

View Full Version : trying to email flash


tokyobreakfast
02-04-2002, 05:48 PM
need help...i'm trying to email a html page that contains flash in it...i've changed all links to include "http://www..." and i'm still just recieving the source code and no images...any ideas???

Here's how my code looks...
<html>
<head>
<title>B R A I N F O O D</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#000000" text="#000000">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="800" height="410">
<param name=movie value="http://www.fabianocom.com/brainfood.swf">
<param name=quality value=high>
<embed src="http://www.fabianocom.com/brainfood.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="410">
</embed>
</object>
</body>
</html>