View Single Post
  #6  
Old 01-20-2010, 09:00 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Flash not displaying in IE

Do you know the height & width of your slideshow? Something like:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="770px" height="220px">

or some height and width that fits in your layout

I'm not familiar with your flash application, so I don't know if there is a reason for the 100% size settings. If you need them - you might try putting the entire object></object> in a div of fixed size:

<div style="height:220px; width:770px">
<object ...
</object>
</div>
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote