robsteele
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: SWF file not workingis working now I have produced the code below if anyone else needs it.
<object data=”<?php bloginfo(‘template_directory’); ?>/agendaforchildren.swf”
type=”application/x-shockwave-flash”
width=”434″ height=”390″>
<param name=”movie” value=”<?php bloginfo(‘template_directory’);
?>/agendaforchildren.swf” />
<param name=”menu” value=”false” />
<param name=”wmode” value=”transparent” />
<param name=”quality” value=”best” />
</object>Forum: Fixing WordPress
In reply to: SWF file not workingSeems to be cached but i have checked and even without images/ i still get now flash movie is this something that is to do with the index.php page in my themes folder?
Forum: Fixing WordPress
In reply to: SWF file not workingI have changed and still not loading if i right click on the div the movie says not loaded??i have tried this on my other site and it works ok is this a wordpress thing or a setting below ive missed??
<div id=”contentflash”><OBJECT classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
codebase=”;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0″
WIDTH=”439″ HEIGHT=”450″>
<PARAM NAME=movie VALUE=”agfpicshow.swf”>
<PARAM NAME=quality VALUE=”high”>
<PARAM NAME=wmode VALUE=”transparent”>
<EMBED src=”agfpicshow.swf” WIDTH=”439″ HEIGHT=”450″ ALIGN=”” quality=”high” WMODE=”transparent” TYPE=”application/x-shockwave-flash”
PLUGINSPAGE=”http://www.macromedia.com/go/getflashplayer” movie=”agfpicshow.swf”></EMBED>
</OBJECT>
</div>Forum: Fixing WordPress
In reply to: SWF file not workingThe url to my flash file is”
http://www.robsteele.co.uk/worddemo_site/wordpress/agfpicshow.swfProblem i have is it works fine in the index.html but the wordpress index.php, im new to wordpress.
Forum: Fixing WordPress
In reply to: SWF file not workingHi
the swf file is located in images/ which resides in the theme folder with the index.php file.
Ive tried full path and it still doesn’t work i wondered if there was a problem with swf and the OBJECT in wordpress??Rob
Forum: Fixing WordPress
In reply to: SWF file not workingHi Guys,
could someone help me with the following:
I am trying to embed a swf file in my index.php template page and when i browse my wordpress in my browser it doesn’t load. the code i have is below on my index.php file.
<div id=”contentflash”><OBJECT classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
codebase=”;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0″
WIDTH=”439″ HEIGHT=”450″>
<PARAM NAME=movie VALUE=”images/agfpicshow.swf”>
<PARAM NAME=quality VALUE=”high”>
<PARAM NAME=wmode VALUE=”transparent”>
<EMBED src=”images/agfpicshow.swf” WIDTH=”439″ HEIGHT=”450″ ALIGN=”” quality=”high” WMODE=”transparent” TYPE=”application/x-shockwave-flash”
PLUGINSPAGE=”http://www.macromedia.com/go/getflashplayer” movie=”images/agfpicshow.swf”></EMBED>
</OBJECT>
</div>Help appreciated
Rob