<?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: Are Flash only sites the SEO Devil?</title>
	<atom:link href="http://www.timnash.co.uk/04/2007/are-flash-only-sites-the-seo-devil/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timnash.co.uk/04/2007/are-flash-only-sites-the-seo-devil/</link>
	<description>The Non SEO Consultant</description>
	<lastBuildDate>Tue, 02 Mar 2010 15:00:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Does Flash SEO still suck? &#8226; Tim Nash UK SEO Blog</title>
		<link>http://www.timnash.co.uk/04/2007/are-flash-only-sites-the-seo-devil/comment-page-1/#comment-3269</link>
		<dc:creator>Does Flash SEO still suck? &#8226; Tim Nash UK SEO Blog</dc:creator>
		<pubDate>Sat, 09 Feb 2008 17:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://ventureskills.wordpress.com/2007/04/19/are-flash-only-sites-the-seo-devil/#comment-3269</guid>
		<description>[...] in April last year I wrote a piece called Are Flash only sites the SEO Devil? it wasn&#039;t ground breaking but did manage to bring out an Adobe Developer who made some pretty odd [...]</description>
		<content:encoded><![CDATA[<p>[...] in April last year I wrote a piece called Are Flash only sites the SEO Devil? it wasn&#8217;t ground breaking but did manage to bring out an Adobe Developer who made some pretty odd [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash 與 SEO &#171; 就是愛程式</title>
		<link>http://www.timnash.co.uk/04/2007/are-flash-only-sites-the-seo-devil/comment-page-1/#comment-3265</link>
		<dc:creator>Flash 與 SEO &#171; 就是愛程式</dc:creator>
		<pubDate>Tue, 04 Sep 2007 07:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://ventureskills.wordpress.com/2007/04/19/are-flash-only-sites-the-seo-devil/#comment-3265</guid>
		<description>[...] Are Flash only sites the SEO Devil? [...]</description>
		<content:encoded><![CDATA[<p>[...] Are Flash only sites the SEO Devil? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.timnash.co.uk/04/2007/are-flash-only-sites-the-seo-devil/comment-page-1/#comment-3268</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 26 Jul 2007 16:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://ventureskills.wordpress.com/2007/04/19/are-flash-only-sites-the-seo-devil/#comment-3268</guid>
		<description>Thank you very much that works a treat...</description>
		<content:encoded><![CDATA[<p>Thank you very much that works a treat&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venture Skills Team</title>
		<link>http://www.timnash.co.uk/04/2007/are-flash-only-sites-the-seo-devil/comment-page-1/#comment-3263</link>
		<dc:creator>Venture Skills Team</dc:creator>
		<pubDate>Wed, 25 Jul 2007 22:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://ventureskills.wordpress.com/2007/04/19/are-flash-only-sites-the-seo-devil/#comment-3263</guid>
		<description>Just repeat this section &lt;code&gt; &lt;div id=&quot;flashcontent&quot;&gt;Hello World&lt;/div&gt; &lt;script type=&quot;text/javascript&quot;&gt; var so = new SWFObject(&quot;helloworld.swf&quot;, &quot;helloworld&quot;, &quot;400&quot;, &quot;200&quot;, &quot;8&quot;, &quot;#000000&quot;); so.write(&quot;flashcontent&quot;); &lt;/script&gt; &lt;/code&gt; For each time you call the file change the div id both in the div tag and in the script below it. So each section is unique for example &lt;code&gt; &lt;div id=&quot;flasharea1&quot;&gt;Area 1&lt;/div&gt; &lt;script type=&quot;text/javascript&quot;&gt; var so = new SWFObject(&quot;area1.swf&quot;, &quot;area1&quot;, &quot;400&quot;, &quot;200&quot;, &quot;8&quot;, &quot;#000000&quot;); so.write(&quot;flasharea1&quot;); &lt;/script&gt; &lt;div id=&quot;flasharea2&quot;&gt;Area 2&lt;/div&gt; &lt;script type=&quot;text/javascript&quot;&gt; var so = new SWFObject(&quot;area2.swf&quot;, &quot;area2&quot;, &quot;400&quot;, &quot;200&quot;, &quot;8&quot;, &quot;#000000&quot;); so.write(&quot;flasharea2&quot;); &lt;/script&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Just repeat this section <code> &lt;div id="flashcontent"&gt;Hello World&lt;/div&gt; &lt;script type="text/javascript"&gt; var so = new SWFObject("helloworld.swf", "helloworld", "400", "200", "8", "#000000"); so.write("flashcontent"); &lt;/script&gt; </code> For each time you call the file change the div id both in the div tag and in the script below it. So each section is unique for example <code> &lt;div id="flasharea1"&gt;Area 1&lt;/div&gt; &lt;script type="text/javascript"&gt; var so = new SWFObject("area1.swf", "area1", "400", "200", "8", "#000000"); so.write("flasharea1"); &lt;/script&gt; &lt;div id="flasharea2"&gt;Area 2&lt;/div&gt; &lt;script type="text/javascript"&gt; var so = new SWFObject("area2.swf", "area2", "400", "200", "8", "#000000"); so.write("flasharea2"); &lt;/script&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.timnash.co.uk/04/2007/are-flash-only-sites-the-seo-devil/comment-page-1/#comment-3267</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 25 Jul 2007 22:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://ventureskills.wordpress.com/2007/04/19/are-flash-only-sites-the-seo-devil/#comment-3267</guid>
		<description>and how do i do that? which bit do i need to copy and paste and replace the.swf for each movie Thanks</description>
		<content:encoded><![CDATA[<p>and how do i do that? which bit do i need to copy and paste and replace the.swf for each movie Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venture Skills Team</title>
		<link>http://www.timnash.co.uk/04/2007/are-flash-only-sites-the-seo-devil/comment-page-1/#comment-3266</link>
		<dc:creator>Venture Skills Team</dc:creator>
		<pubDate>Wed, 25 Jul 2007 21:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://ventureskills.wordpress.com/2007/04/19/are-flash-only-sites-the-seo-devil/#comment-3266</guid>
		<description>yes you can call the script multiple times on the page without any problems :)</description>
		<content:encoded><![CDATA[<p>yes you can call the script multiple times on the page without any problems <img src='http://www.timnash.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.timnash.co.uk/04/2007/are-flash-only-sites-the-seo-devil/comment-page-1/#comment-3262</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 25 Jul 2007 21:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://ventureskills.wordpress.com/2007/04/19/are-flash-only-sites-the-seo-devil/#comment-3262</guid>
		<description>Hi there, I am not a web developer but I am trying to help out a friend. The front page of the site is made up of 2 flash movies and other bits. I have successfully used the SWFObject and can call 1 .swf file and create an html file which only shows if the oerson does not have flash. Can I call 2 .swf files? thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi there, I am not a web developer but I am trying to help out a friend. The front page of the site is made up of 2 flash movies and other bits. I have successfully used the SWFObject and can call 1 .swf file and create an html file which only shows if the oerson does not have flash. Can I call 2 .swf files? thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Venture Skills Blog Cloaking is ok says Google &#171;</title>
		<link>http://www.timnash.co.uk/04/2007/are-flash-only-sites-the-seo-devil/comment-page-1/#comment-3264</link>
		<dc:creator>The Venture Skills Blog Cloaking is ok says Google &#171;</dc:creator>
		<pubDate>Fri, 06 Jul 2007 17:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://ventureskills.wordpress.com/2007/04/19/are-flash-only-sites-the-seo-devil/#comment-3264</guid>
		<description>[...] have already covered using SWFObject in our look at making flash sites SEO friendly but its worth just quickly revisiting it works in much the same way as sIFR and many ajax based [...]</description>
		<content:encoded><![CDATA[<p>[...] have already covered using SWFObject in our look at making flash sites SEO friendly but its worth just quickly revisiting it works in much the same way as sIFR and many ajax based [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Venture Skills Blog 5 CSS Fonts &#38; Typography Tips &#171;</title>
		<link>http://www.timnash.co.uk/04/2007/are-flash-only-sites-the-seo-devil/comment-page-1/#comment-3258</link>
		<dc:creator>The Venture Skills Blog 5 CSS Fonts &#38; Typography Tips &#171;</dc:creator>
		<pubDate>Fri, 18 May 2007 13:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://ventureskills.wordpress.com/2007/04/19/are-flash-only-sites-the-seo-devil/#comment-3258</guid>
		<description>[...] an article without covering sIFR the Javascript and Flash script, that uses a technique similar to SWFObject to &#8220;swap out text&#8221; and replace it with flash, which is a vectorised version of the font [...]</description>
		<content:encoded><![CDATA[<p>[...] an article without covering sIFR the Javascript and Flash script, that uses a technique similar to SWFObject to &#8220;swap out text&#8221; and replace it with flash, which is a vectorised version of the font [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Venture Skills Blog Microformats for search a real possibility? &#171;</title>
		<link>http://www.timnash.co.uk/04/2007/are-flash-only-sites-the-seo-devil/comment-page-1/#comment-3261</link>
		<dc:creator>The Venture Skills Blog Microformats for search a real possibility? &#171;</dc:creator>
		<pubDate>Wed, 02 May 2007 22:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://ventureskills.wordpress.com/2007/04/19/are-flash-only-sites-the-seo-devil/#comment-3261</guid>
		<description>[...] Posts Want to create a site like Digg with no programming?Stumbleupon vs Digg - Voyeurs vs SheepAre Flash only sites the SEO Devil?CCK &amp; Views the ultimate combination - part 1Create a site like Digg - Part2Create a site like [...]</description>
		<content:encoded><![CDATA[<p>[...] Posts Want to create a site like Digg with no programming?Stumbleupon vs Digg &#8211; Voyeurs vs SheepAre Flash only sites the SEO Devil?CCK &amp; Views the ultimate combination &#8211; part 1Create a site like Digg &#8211; Part2Create a site like [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
