Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

IE Flash Bug


jgarite

Recommended Posts

Posted

I have implemented a Flash slide show in my website. It works in FF, but not in IE. Here is the code:

 

<object classid="D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width=442 height=437> <?php echo '<param name=movie value="gallery.swf' . tep_session_id() . '">'; ?><embed src="gallery.swf" <?php echo ' FlashVars="osCsid=osCsid=' . tep_session_id() . '"'; ?> width="442" height="437" type="application/x-shockwave-flash"></embed></object>

 

Any suggestions?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...