<?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 for Pete Shand</title>
	<atom:link href="http://peteshand.net/blog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://peteshand.net/blog</link>
	<description>Flash and New Media</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:04:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Flash 11 Platform Game Prototype by hudsno</title>
		<link>http://peteshand.net/blog/index.php/flash-11-platform-game/comment-page-1/#comment-1177</link>
		<dc:creator>hudsno</dc:creator>
		<pubDate>Thu, 09 Feb 2012 16:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://peteshand.net/blog/?p=690#comment-1177</guid>
		<description>nice game really love to play</description>
		<content:encoded><![CDATA[<p>nice game really love to play</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextToSpeech Accessibility by Pete Shand</title>
		<link>http://peteshand.net/blog/index.php/texttospeech-accessibility-made-easy-2/comment-page-1/#comment-694</link>
		<dc:creator>Pete Shand</dc:creator>
		<pubDate>Sat, 24 Dec 2011 00:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://peteshand.net/blog/?p=131#comment-694</guid>
		<description>Hey Andre. yep, absolutely. You just need to set the Lang property on your TextToSpeech object. 
eg:
&lt;pre lang=&quot;actionscript&quot; line=&quot;1&quot; colla=&quot;+&quot;&gt;
textToSpeech.Lang = &#039;fr&#039;;
&lt;/pre&gt;

or you can import ps.GTranslate.Language and this will give you code hinting for all the supported languages.
eg: 
&lt;pre lang=&quot;actionscript&quot; line=&quot;1&quot; colla=&quot;+&quot;&gt;
import ps.GTranslate.Language;

textToSpeech.Lang = Language.FRENCH;
&lt;/pre&gt;


Also if you haven&#039;t already seen the other posts on google text to speech you can check them out &lt;a href=&quot;http://peteshand.net/blog/index.php/category/text-to-speech/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; (although some of these examples might be out of date)</description>
		<content:encoded><![CDATA[<p>Hey Andre. yep, absolutely. You just need to set the Lang property on your TextToSpeech object.<br />
eg:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p131code1'); return false;">View Code</a> ACTIONSCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1311"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p131code1"><pre class="actionscript" style="font-family:monospace;">textToSpeech.<span style="color: #006600;">Lang</span> = <span style="color: #ff0000;">'fr'</span>;</pre></td></tr></table></div>

<p>or you can import ps.GTranslate.Language and this will give you code hinting for all the supported languages.<br />
eg:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p131code2'); return false;">View Code</a> ACTIONSCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1312"><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code" id="p131code2"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">import</span> ps.<span style="color: #006600;">GTranslate</span>.<span style="color: #0066CC;">Language</span>;
&nbsp;
textToSpeech.<span style="color: #006600;">Lang</span> = <span style="color: #0066CC;">Language</span>.<span style="color: #006600;">FRENCH</span>;</pre></td></tr></table></div>

<p>Also if you haven&#8217;t already seen the other posts on google text to speech you can check them out <a href="http://peteshand.net/blog/index.php/category/text-to-speech/" rel="nofollow">here</a> (although some of these examples might be out of date)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextToSpeech Accessibility by Andre</title>
		<link>http://peteshand.net/blog/index.php/texttospeech-accessibility-made-easy-2/comment-page-1/#comment-691</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Fri, 23 Dec 2011 16:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://peteshand.net/blog/?p=131#comment-691</guid>
		<description>Hi there Pete, congrats for the awesome job, I have a question for you, could this class be used with other languages like brazilian portuguese or french...?

Regards...</description>
		<content:encoded><![CDATA[<p>Hi there Pete, congrats for the awesome job, I have a question for you, could this class be used with other languages like brazilian portuguese or french&#8230;?</p>
<p>Regards&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash 11 Platform Game Prototype by alban</title>
		<link>http://peteshand.net/blog/index.php/flash-11-platform-game/comment-page-1/#comment-644</link>
		<dc:creator>alban</dc:creator>
		<pubDate>Fri, 04 Nov 2011 23:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://peteshand.net/blog/?p=690#comment-644</guid>
		<description>Nice
I like it</description>
		<content:encoded><![CDATA[<p>Nice<br />
I like it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Fanpage PSD Template 2011 by Face</title>
		<link>http://peteshand.net/blog/index.php/facebook-fanpage-psd-template-2011/comment-page-1/#comment-638</link>
		<dc:creator>Face</dc:creator>
		<pubDate>Mon, 31 Oct 2011 13:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://peteshand.net/blog/?p=601#comment-638</guid>
		<description>Just great! I have it link to my website!
http://photoshop-template.de/psd-webseiten/facebook-gui-psd-photoshop-templates</description>
		<content:encoded><![CDATA[<p>Just great! I have it link to my website!<br />
<a href="http://photoshop-template.de/psd-webseiten/facebook-gui-psd-photoshop-templates" rel="nofollow">http://photoshop-template.de/psd-webseiten/facebook-gui-psd-photoshop-templates</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Fanpage PSD Template 2011 by Tommy Saputra</title>
		<link>http://peteshand.net/blog/index.php/facebook-fanpage-psd-template-2011/comment-page-1/#comment-637</link>
		<dc:creator>Tommy Saputra</dc:creator>
		<pubDate>Sat, 29 Oct 2011 10:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://peteshand.net/blog/?p=601#comment-637</guid>
		<description>thank&#039;s Pete for sharing.</description>
		<content:encoded><![CDATA[<p>thank&#8217;s Pete for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash 11 Platform Game Prototype by Cool Stuff with the Flash Platform - 10/24/2011 &#124; Remote Synthesis</title>
		<link>http://peteshand.net/blog/index.php/flash-11-platform-game/comment-page-1/#comment-630</link>
		<dc:creator>Cool Stuff with the Flash Platform - 10/24/2011 &#124; Remote Synthesis</dc:creator>
		<pubDate>Mon, 24 Oct 2011 19:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://peteshand.net/blog/?p=690#comment-630</guid>
		<description>[...] Shand shares a video of a Flash 11 platform game prototype he is working on that uses Away3d and [...]</description>
		<content:encoded><![CDATA[<p>[...] Shand shares a video of a Flash 11 platform game prototype he is working on that uses Away3d and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trace Event by Sébastien</title>
		<link>http://peteshand.net/blog/index.php/trace-event/comment-page-1/#comment-629</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Tue, 11 Oct 2011 23:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://peteshand.net/blog/?p=279#comment-629</guid>
		<description>Yes ! 

It would be great to track trace events within the browser ! I agree !!</description>
		<content:encoded><![CDATA[<p>Yes ! </p>
<p>It would be great to track trace events within the browser ! I agree !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Fanpage PSD Template 2011 by nico</title>
		<link>http://peteshand.net/blog/index.php/facebook-fanpage-psd-template-2011/comment-page-1/#comment-628</link>
		<dc:creator>nico</dc:creator>
		<pubDate>Fri, 07 Oct 2011 13:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://peteshand.net/blog/?p=601#comment-628</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Fanpage PSD Template 2011 by Pete Shand</title>
		<link>http://peteshand.net/blog/index.php/facebook-fanpage-psd-template-2011/comment-page-1/#comment-617</link>
		<dc:creator>Pete Shand</dc:creator>
		<pubDate>Mon, 26 Sep 2011 11:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://peteshand.net/blog/?p=601#comment-617</guid>
		<description>yeah sure</description>
		<content:encoded><![CDATA[<p>yeah sure</p>
]]></content:encoded>
	</item>
</channel>
</rss>

