• Resolved Spencer Hill

    (@ws5f3dj7)


    Heya – so I’m working on this site: https://coaching-counsel.theportlandco.com

    And the flash won’t work in IE. Here’s my code:

    <object width="965" height="442" style="padding-left: 0; margin-left: -25px; z-index: 2;" wmode="transparent">
    <param name="movie" value="<?php bloginfo('template_directory'); ?>/slideshow.swf">
    <param name="wmode" value="transparent" />
    <embed src="<?php bloginfo('template_directory'); ?>/slideshow.swf" width="965" height="442"></embed>
    </object>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Spencer Hill

    (@ws5f3dj7)

    I replaced it with this:

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="965" height="442" id="movie" align="" style="margin-left: -25px; z-index: 2;">
    <param name="movie" value="<?php bloginfo('template_directory'); ?>/slideshow.swf">
    <embed src="<?php bloginfo('template_directory'); ?>/slideshow.swf" quality="high" width="965" height="442" name="movie" align="" type="application/x-shockwave-flash" plug inspage="https://www.macromedia.com/go/getflashplayer" style="z-index: 2;">
    </object>

    And it resolved the issue.

    thanks buddy helped me a lot!!!!!!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Flash won’t work in IE, need help…’ is closed to new replies.