<?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>Hit Your Market &#187; Flash</title>
	<atom:link href="http://hityourmarket.com/articles/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://hityourmarket.com/articles</link>
	<description>“You can&#039;t sit around and wait for the storm to be over. You&#039;ve got to learn how to dance in the rain.”</description>
	<lastBuildDate>Fri, 02 Jul 2010 19:35:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<atom:link rel='hub' href='http://hityourmarket.com/articles/?pushpress=hub'/>
		<item>
		<title>How to validate flash in a XHTML webpage</title>
		<link>http://hityourmarket.com/articles/2010/01/06/how-to-validate-falsh-in-a-xhtml-webpage/</link>
		<comments>http://hityourmarket.com/articles/2010/01/06/how-to-validate-falsh-in-a-xhtml-webpage/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 20:51:37 +0000</pubDate>
		<dc:creator>Lee Johnson</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[validating flash]]></category>
		<category><![CDATA[xhtml flash]]></category>

		<guid isPermaLink="false">http://www.seodesignstudio.com/?p=419</guid>
		<description><![CDATA[How many times have you seen websites that have the odd peice of flash and they profess to be SEO professionals and their site does not validate. It pains me. It so much easier than you can imagine. Just paste the code below and add your own domain, folder for the flash. You may notice ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 15px; margin-bottom: 15px; margin-top: 5px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fhityourmarket.com%2Farticles%2F2010%2F01%2F06%2Fhow-to-validate-falsh-in-a-xhtml-webpage%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fhityourmarket.com%2Farticles%2F2010%2F01%2F06%2Fhow-to-validate-falsh-in-a-xhtml-webpage%2F&amp;source=hymseo&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>How many times have you seen websites that have the odd peice of flash and they profess to be <a href="http://hityourmarket.com/training.php"title="SEO Training" >SEO</a> professionals and their site does not validate. It pains me. It so much easier than you can imagine.<span id="more-419"></span></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-427" title="adobe-flash" src="http://hityourmarket.com/articles/wp-content/uploads/2009/10/adobe-flash.jpg" alt="adobe-flash" width="192" height="192" /></p>
<p>Just paste the code below and add your own domain, folder for the flash. You may notice this nees to be done twice. The only other thing you need to do is add the height and width of the flash file.</p>
<h4 class="statement">Background Image Accessability</h4>
<p>For those who are into the accessability side of things who think of others; you can also add a background image for those browsers that do not have flash enabled. Helping the reader of your site understand in picture form what is supposed to be in the space where the flash is attached.</p>
<p>[copy code below and paste into your page]</p>
<p><code><span style="color: #000000;"><span style="color: #007700;">&lt;!-- </span><span style="color: #0000bb;">xhtml compliant flash code from http</span><span style="color: #007700;">:</span><span style="color: #ff8000;">//www.seodesignstudio.com/ --&gt;</span></span></code><br />
<code><span style="color: #007700;">&lt;</span><span style="color: #0000bb;">object type</span><span style="color: #007700;">=</span><span style="color: #dd0000;">"application/x-shockwave-flash" </span><span style="color: #0000bb;">data</span><span style="color: #007700;">=</span><span style="color: #dd0000;">"</span><span style="color: #dd0000;">http://www.domain.com/flash-folder/your-swf-file.swf</span><span style="color: #dd0000;">" </span><span style="color: #0000bb;">width</span><span style="color: #007700;">=</span><span style="color: #dd0000;">"add width" </span><span style="color: #0000bb;">height</span><span style="color: #007700;">=</span><span style="color: #dd0000;">"add height"</span><span style="color: #007700;">&gt;<br />
&lt;</span><span style="color: #0000bb;">param name</span><span style="color: #007700;">=</span><span style="color: #dd0000;">"movie" </span><span style="color: #0000bb;">value</span><span style="color: #007700;">=</span><span style="color: #dd0000;">"http://www.domain.com/flash-folder/your-swf-file.swf" </span><span style="color: #007700;">/&gt;<br />
&lt;</span><span style="color: #0000bb;">img src</span><span style="color: #007700;">=</span><span style="color: #dd0000;">"http://www.domain.com/images/flash-replacement-image.jpg" </span></code><code><span style="color: #0000bb;">width</span><span style="color: #007700;">=</span><span style="color: #dd0000;">"add width" </span><span style="color: #0000bb;">height</span><span style="color: #007700;">=</span><span style="color: #dd0000;">"add height"</span></code><code><span style="color: #dd0000;"> </span><span style="color: #0000bb;">alt</span><span style="color: #007700;">=</span><span style="color: #dd0000;">"no flash" </span><span style="color: #007700;">/&gt;<br />
&lt;/</span><span style="color: #0000bb;">object</span><span style="color: #007700;">&gt; </span></code></p>
<p>I hope you find this useful. Told you it was easier than you thought.</p>
<img src="http://hityourmarket.com/articles/?ak_action=api_record_view&id=419&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hityourmarket.com/articles/2010/01/06/how-to-validate-falsh-in-a-xhtml-webpage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
