X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Content after flash disappears in IE (https://forum.x-cart.com/showthread.php?t=43752)

mida68 11-18-2008 01:05 PM

Content after flash disappears in IE
 
Hi, I added some flash to top_menu.tpl. Looks great in Firefox, however in IE 6 and 7, the flash loads, but none of the page content after the flash shows up.

Here's the site: http://funky5.com/store/home.php

And here's my code:

<div id="flash">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="250" height="150" id="moto" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="{$ImagesDir}/funky5_disco.swf" />
<param name="quality" value="high" />
<embed src="{$ImagesDir}/funky5_disco.swf" quality="high" bgcolor="#ffffff" width="250" height="150" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</div>

Anyone have an idea what's causing this?
Thanks.

gb2world 11-18-2008 01:46 PM

Re: Content after flash disappears in IE
 
are you missing a </object> ?

Emerson 11-18-2008 01:48 PM

Re: Content after flash disappears in IE
 
You are missing the </object> tag at the end of the flash movied code.

Should be like this:
Quote:



<div id="flash">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="250" height="150" id="moto" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="{$ImagesDir}/funky5_disco.swf" />
<param name="quality" value="high" />
<embed src="{$ImagesDir}/funky5_disco.swf" quality="high" bgcolor="#ffffff" width="250" height="150" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>


mida68 11-18-2008 01:49 PM

Re: Content after flash disappears in IE
 
Holy crap, I feel foolish. Thanks for noticing that! :)


All times are GMT -8. The time now is 01:57 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.