Viewing 2 replies - 1 through 2 (of 2 total)
  • in the html file:

    <embed wmode="transparent"
    src="http://ijzerhandel-amsterdam.nl/new/wordpress/wp-content/themes/ijzerhandel/banner.swf"
    quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"
    width="200" height="250"></embed>

    in wordpress:

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="200" height="250">
            <param name="movie" value="http://ijzerhandel-amsterdam.nl/new/wordpress/wp-content/themes/ijzerhandel/banner.swf" />
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="http://ijzerhandel-amsterdam.nl/new/wordpress/wp-content/themes/ijzerhandel/banner.swf" width="200" height="250">
            <!--<![endif]-->
              <p>Alternative content</p>
    
            <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object>

    does that look the same to you? when you have properly formatted the code necessary to display flash objects, im guessing it’ll show up.

    Thread Starter pred88

    (@pred88)

    oh right im trying diffrent ways to embed it as we speak. What I ment is that using the same method that worked in the html doesn’t work for the sidebar.php

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Flash problem’ is closed to new replies.