<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Development Blog &#187; flash</title>
	<atom:link href="http://www.web-development-blog.com/archives/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-development-blog.com</link>
	<description>Web development tutorials, SEO articles and PHP script resources</description>
	<lastBuildDate>Wed, 25 Aug 2010 19:46:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Get your Flash website high ranked at Google</title>
		<link>http://www.web-development-blog.com/archives/get-your-flash-website-high-ranked-at-google/</link>
		<comments>http://www.web-development-blog.com/archives/get-your-flash-website-high-ranked-at-google/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 12:58:01 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[Google, SEO]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[swf object]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/archives/get-your-flash-website-high-ranked-at-google/</guid>
		<description><![CDATA[Often people doesn&#8217;t like to use Flash websites because Google can&#8217;t &#8220;read&#8221; the text inside a flash movie. In the past people used a mirror HTML version to get in the SERP&#8217;s of Google and other search engines. These days I read about some nice project the SWFObject a nice JavaScript solution that enables Flash [...]]]></description>
			<content:encoded><![CDATA[<p>Often people doesn&#8217;t like to use Flash websites because Google can&#8217;t &#8220;read&#8221; the text inside a flash movie. In the past people used a mirror HTML version to get in the SERP&#8217;s of Google and other search engines.</p>
<p>These days I read about some nice project the <a href="http://blog.deconcept.com/swfobject/" target="_blank" rel="nofollow">SWFObject</a> a nice JavaScript solution that enables Flash user to detect the Flash plug-in for each browser. Actually there is no more OBJECT, PARAM or EMBED element in the HTML code required because this is done by the SWFObject. Using this object the security issue that comes with Internet Explorer belongs to the present (people don&#8217;t need to click twice to access a Flash element). How is this working? This is the code you need to add a Flash movie to you web page?<span id="more-115"></span></p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;swfobject.js&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;flashcontent&quot;</span>&gt;</span>
    This text is replaced by the Flash movie.
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;</span>
    var so = new SWFObject(&quot;movie.swf&quot;, &quot;mymovie&quot;, &quot;400&quot;, &quot;200&quot;, &quot;8&quot;, &quot;#336699&quot;);
    so.write(&quot;flashcontent&quot;);
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>

<ol>
<li>Just include the SWFObject JavaScript file</li>
<li>add some DIV container which is used to position the Flash movie</li>
<li> and finally we create/call the SWFObject to play the movie, easy?</li>
</ol>
<p>With DIV container it&#8217;s possible the to add alternative content which is invisible for visitors using the Flash plug-in or just for search engines!</p>
<p>Just in case your flash movie is some nice and dynamic product presentation with a product title, a description and a product photo, please this information using a header element, a paragraph and an image (don&#8217;t forget the &#8220;alt&#8221; tag). This way people without a flash player (and Google) can see am alternative version of your website.</p>
<h2>Is this method valid according the Google Quality guidelines?</h2>
<p>Yes it is, at least this is what <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=66353" rel="nofollow">they</a> say:</p>
<blockquote><p>If you&#8217;re using text to try to describe something search engines can&#8217;t access &#8211; for example, JavaScript, images, or Flash files &#8211; remember that many human visitors using screen readers, mobile browsers, browsers without plug-ins, and slow connections will not be able to view that content either. Using descriptive text for these items will improve the accessibility of your site. You can test accessibility by turning off JavaScript, Flash, and images in your browser, or by using a text-only browser such as Lynx&#8230;</p></blockquote>
<p>Wait, placing hidden text and links is fine if you&#8217;re using Flash? I remember me some <a href="http://www.web-development-blog.com/archives/google-guidelines-against-modern-web-development/">blog post I wrote</a> about hiding text for modern navigation methods or Ajax powered web forms. If this method is valid for Flash then it should be also valid for other website development techniques like Ajax or CSS/JavaScript.</p>
<p>I think hidden text is still bad because people can use it to hide text from the user like and alternative product description using keywords which belongs to some other brand or concurrent company. Will Google fight this back like they do with websites selling links? I hope their budget for new employees is strong enough&#8230;</p>
<p>Sponsor: <a href="http://www.all4yourwebsite.com/flash_templates.php" target="_blank">Flash website templates &amp; Flash Intro Templates</a><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.web-development-blog.com/archives/google-guidelines-against-modern-web-development/" rel="bookmark" title="June 8, 2007">Google guidelines against modern web development?</a></li>
<li><a href="http://www.web-development-blog.com/archives/google-custom-search-in-a-lightbox/" rel="bookmark" title="February 5, 2010">Google Custom Search in a Lightbox!</a></li>
<li><a href="http://www.web-development-blog.com/archives/dynamic-flash-photo-galleries/" rel="bookmark" title="April 29, 2007">Dynamic Flash Photo Galleries!</a></li>
</ul>
<p><!-- Similar Posts took 3.146 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.web-development-blog.com/archives/get-your-flash-website-high-ranked-at-google/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->