Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Insert flash file
#9
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 "/"

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>
My Github Repos: Github
Website: DigiMute
Reply


Messages In This Thread
Insert flash file - by cumbe - 2010-01-13, 08:50:41
Insert flash file - by Rich - 2010-01-13, 09:09:22
Insert flash file - by cumbe - 2010-01-14, 04:49:36
Insert flash file - by two53475 - 2010-05-27, 08:59:38
Insert flash file - by Zegnåt - 2010-05-27, 23:10:51
Insert flash file - by two53475 - 2010-05-28, 03:02:33
Insert flash file - by two53475 - 2010-05-28, 04:20:45
Insert flash file - by shumphreys - 2011-06-21, 06:37:00
Insert flash file - by n00dles101 - 2011-06-21, 07:03:01
Insert flash file - by shumphreys - 2011-06-21, 07:22:45



Users browsing this thread: 1 Guest(s)