jgarite Posted November 27, 2006 Posted November 27, 2006 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.