<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Autopost Mochiads games in your WordPress arcade website</title>
	<atom:link href="http://blog.creative-webdesign.info/2010/05/29/autopost-mochiads-games-in-your-wordpress-arcade-website.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.creative-webdesign.info/2010/05/29/autopost-mochiads-games-in-your-wordpress-arcade-website.html</link>
	<description>Php tips, wordpress hacks</description>
	<lastBuildDate>Sat, 09 Apr 2011 23:33:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: admin</title>
		<link>http://blog.creative-webdesign.info/2010/05/29/autopost-mochiads-games-in-your-wordpress-arcade-website.html/comment-page-1#comment-148</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 23 Jul 2010 11:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creative-webdesign.info/?p=76#comment-148</guid>
		<description>Hi, Matt. Did you modified your wordpress theme files? This method uses custom fields, so in your single.php file you must have  the code to embed the swf. Example:
[php]$width = get_post_meta($post-&gt;ID, &quot;width&quot;, true);
$height = get_post_meta($post-&gt;ID, &quot;height&quot;, true);
&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;&lt;?php echo get_post_meta($post-&gt;ID, &quot;swf_url&quot;, true); ?&gt;&quot; width=&quot;&lt;?php echo $width; ?&gt;&quot; height=&quot;&lt;?php echo $height; ?&gt;&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;&lt;?php echo get_post_meta($post-&gt;ID, &quot;swf_url&quot;, true); ?&gt;&quot; /&gt;&lt;param name=&quot;quality&quot; value=&quot;high&quot;/&gt;&lt;/object&gt;[/php]</description>
		<content:encoded><![CDATA[<p>Hi, Matt. Did you modified your wordpress theme files? This method uses custom fields, so in your single.php file you must have  the code to embed the swf. Example:</p>
<pre class="brush: php;">$width = get_post_meta($post-&gt;ID, &quot;width&quot;, true);
$height = get_post_meta($post-&gt;ID, &quot;height&quot;, true);
&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;&lt;?php echo get_post_meta($post-&gt;ID, &quot;swf_url&quot;, true); ?&gt;&quot; width=&quot;&lt;?php echo $width; ?&gt;&quot; height=&quot;&lt;?php echo $height; ?&gt;&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;&lt;?php echo get_post_meta($post-&gt;ID, &quot;swf_url&quot;, true); ?&gt;&quot; /&gt;&lt;param name=&quot;quality&quot; value=&quot;high&quot;/&gt;&lt;/object&gt;</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.creative-webdesign.info/2010/05/29/autopost-mochiads-games-in-your-wordpress-arcade-website.html/comment-page-1#comment-146</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 22 Jul 2010 17:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creative-webdesign.info/?p=76#comment-146</guid>
		<description>Hi, I&#039;ve tried setting this up. All appears to be working with adding new games to my blog etc. but the game itself doesn&#039;t appear.

Do I have to manually add the SWF link? I&#039;ve set the Settings to download the game and thumbnail.

Thanks
Matt</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve tried setting this up. All appears to be working with adding new games to my blog etc. but the game itself doesn&#8217;t appear.</p>
<p>Do I have to manually add the SWF link? I&#8217;ve set the Settings to download the game and thumbnail.</p>
<p>Thanks<br />
Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

