2011-06-21, 07:03:01
Does it play when you replace the <?php get_site_url(); ?> calls and just put in the full URL for the SWF file?
There are also a couple of typos:
<?php get_site_url(); ?> should be follwoed by a "/"
There are also a couple of typos:
<?php get_site_url(); ?> should be follwoed by a "/"
Code:
<p class="showreel">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="380" height="264" id="CTT_2010" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="<?php get_site_url(); ?>/data/uploads/CTT_2010.swf" /><param name="quality" value="high" /><param name="autoPlay" value="false" /><param name="bgcolor" value="#ffffff" /><embed src="<?php get_site_url(); ?>/data/uploads/CTT_2010.swf" quality="high" bgcolor="#ffffff" width="380" height="264" name="<?php get_site_url(); ?>/data/uploads/CTT_2010.swf" align="middle" autoPlay="false" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</p>