http://www.burreta.com/drupal works with the flash header in Firefox but not in IE...

here is the page.tpl.php code:


///////////////////here is the problem!!!!!!!!!!!!!!!!//////////////////////////////////
<h1>
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="765" height="67" id="header" align="middle">
	<param name="allowScriptAccess" value="sameDomain" />
	<param name="movie" value="http://www.burreta.com/drupal/themes/greenmarinee/header.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="http://www.burreta.com/drupal/themes/greenmarinee/header.swf" quality="high" bgcolor="#ffffff" width="765" height="67" name="header" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</h1> 
////////////////////////////////////////////////////////////////////////////////////////

	<div id="content_bg">
	<!-- Needed for dropshadows -->
	<div class="container_left">
	<div class="container_right">
	<div class="topline">

bla, bla, bla...

I think is a CSS problem... but I cannot fix it.
Can anybody help me please?? :(

Many many thanks!
Joan.

Comments

erdemkose’s picture

Can you try this?

///////////////////here is the problem!!!!!!!!!!!!!!!!//////////////////////////////////
<h1>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="765" height="67" id="header" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://www.burreta.com/drupal/themes/greenmarinee/header.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="http://www.burreta.com/drupal/themes/greenmarinee/header.swf" quality="high" bgcolor="#ffffff" width="765" height="67" name="header" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
</h1>
////////////////////////////////////////////////////////////////////////////////////////

<div id="content_bg">
<!-- Needed for dropshadows -->
<div class="container_left">
<div class="container_right">
<div class="topline">

It differs from your code only by two words: </embed> and </object>

--------------------------------------------------------------
http://www.students.itu.edu.tr/~koseer/drupal/ - works on PHP-TXT-DB database layer.

gazpachu’s picture

I love you pal!!! You made my day! :D