Could anyone help me figure out why this code isn't working in my skin file? I just want to display a flash graphic, but I keep getting an empty box (although IE7 has that obnoxious "Click to Activate" box around the empty box). Outside of DNN, the skin works fine.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="665" height="149" id="Header_Right" align="top" border="0px">
<param name=movie value="img/Header_Right.swf"><param name=quality value=high>
<embed src="img/Header_Right.swf" quality=high width="665" height="149" name="Header_Right" align=""
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed></object>