Hi,
I am having problems with a flash file - it refuses to play! The file, when invoked plays OK:
www.cambridgetouringtheatre.co.uk/data/uploads/CTT_2010.swf.
The code to call this used to be:
<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" align="middle" autoPlay="false" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</p>
I have had to remove this from the main website as per client instructions. It was embedded into a component called from various templates in the site, I have tried it from the page itself - same result.
Any ideas about what to look into? I have tried this with IE, FF and Chrome, same result. Flash is clearly working in the browsers as the call to the SWF file works, but not when embedded in a GETSimple XML file ...?
Many thanks