swfobj plugin src attr bug
-
I am using swfobj plugin
shortcode from page content
[swfobj src=”https://integra-london.com/integra/wp-content/uploads/2011/01/gen11.swf” width=”300″ height=”266″ class=”alignleft” allowfullscreen=”false”]
gen11.swf file exists
in home page code
<?
$args=array(
‘page_id’=>12
);query_posts($args);?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<div class=”posttext”>
<?php the_content(”); ?>
</div>
<?php endwhile; endif; ?>plugin replace shortcode
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ id=”swfobj_0″ width=”300″ height=”266″ class=”alignleft”>
<param name=”movie” value=”” />
<param name=”wmode” value=”opaque” />
<!–[if !IE]>–>
<object type=”application/x-shockwave-flash” data=”” width=”300″ height=”266″ wmode=”opaque”>
<!–<![endif]–></p>
<p> <!–[if !IE]>–>
</object>
<!–<![endif]–></object>
what gen11.swf link ?
- The topic ‘swfobj plugin src attr bug’ is closed to new replies.