<?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>aron / philipp development blog &#187; Squiggly</title>
	<atom:link href="http://apdevblog.com/tag/squiggly/feed/" rel="self" type="application/rss+xml" />
	<link>http://apdevblog.com</link>
	<description>flash and actioscript development</description>
	<lastBuildDate>Mon, 02 May 2011 13:59:56 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>ActionScript Spellchecker for Flash Textfields (with source code and example)</title>
		<link>http://apdevblog.com/actionscript-spellchecker-for-flash-textfields-with-source-code-and-example/</link>
		<comments>http://apdevblog.com/actionscript-spellchecker-for-flash-textfields-with-source-code-and-example/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 12:05:31 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[error-highlighting]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[spell]]></category>
		<category><![CDATA[spell-checking]]></category>
		<category><![CDATA[spelling]]></category>
		<category><![CDATA[Squiggly]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[textfield]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=689</guid>
		<description><![CDATA[Finally I had the time to add the missing features to our Spellchecker class v01. You can now right-click the misspelled words and get suggestions from the loaded dictionary in the context-menu. Read more... © Phil for aron / philipp development blog, 2009. &#124; Permalink Post tags: ActionScript, error-highlighting, Flash, Open Source, spell, spell-checking, spelling, [...]]]></description>
			<content:encoded><![CDATA[<p>Finally I had the time to add the missing features to our <a href="http://apdevblog.com/actionscript-spell-checking-with-squiggly-as3-only-and-flash-9-compatible/" target="_blank">Spellchecker class v01</a>.<br />
You can now right-click the misspelled words and get suggestions from the loaded dictionary in the context-menu.</p>
<p><a href="http://apdevblog.com/examples/apdev_spellchecker/" target="_blank"><img src="http://apdevblog.com/wp-content/uploads/2009/10/apdev_spellchecker.gif" alt="apdev spellchecker" title="apdev spellchecker" width="500" height="270" class="alignnone size-full wp-image-691" /></a></p>
<p><a href="http://apdevblog.com/actionscript-spellchecker-for-flash-textfields-with-source-code-and-example/">Read more...</a></p>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/actionscript-spellchecker-for-flash-textfields-with-source-code-and-example/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/error-highlighting/" rel="tag">error-highlighting</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://apdevblog.com/tag/spell/" rel="tag">spell</a>, <a href="http://apdevblog.com/tag/spell-checking/" rel="tag">spell-checking</a>, <a href="http://apdevblog.com/tag/spelling/" rel="tag">spelling</a>, <a href="http://apdevblog.com/tag/squiggly/" rel="tag">Squiggly</a>, <a href="http://apdevblog.com/tag/text/" rel="tag">Text</a>, <a href="http://apdevblog.com/tag/textfield/" rel="tag">textfield</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/actionscript-spellchecker-for-flash-textfields-with-source-code-and-example/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>ActionScript spell-checking with Squiggly &#8211; AS3 only and Flash 9 compatible</title>
		<link>http://apdevblog.com/actionscript-spell-checking-with-squiggly-as3-only-and-flash-9-compatible/</link>
		<comments>http://apdevblog.com/actionscript-spell-checking-with-squiggly-as3-only-and-flash-9-compatible/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 20:54:13 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[helper]]></category>
		<category><![CDATA[labs]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[spell-checking]]></category>
		<category><![CDATA[spelling]]></category>
		<category><![CDATA[Squiggly]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=511</guid>
		<description><![CDATA[Some days ago Adobe released the spell-checking library called &#8220;Squiggly&#8220;. According to Adobe the library &#8220;allows you to easily add spell checking functionality in any Flex 3 based text control&#8221; &#8211; but because most of our projects are AS3 only, we decided to build a class which allows you to use the SpellChecker&#8217;s functionality with [...]]]></description>
			<content:encoded><![CDATA[<p>Some days ago Adobe released the spell-checking library called &#8220;<a href="http://labs.adobe.com/technologies/squiggly/" target="_blank">Squiggly</a>&#8220;. According to Adobe the library &#8220;allows you to easily add spell checking functionality in any Flex 3 based text control&#8221; &#8211; but because most of our projects are AS3 only, we decided to build a class which allows you to use the SpellChecker&#8217;s functionality with every normal TextField in Flash.</p>
<p>Unfortunately Adobe messed up the <a href="http://download.macromedia.com/pub/labs/squiggly/squiggly_p1_asdoc_092109.zip" target="_blank">Docs</a> of the library&#8217;s current version (BTW, why do we need to download it? every other doc is accessible online) &#8211; they are talking about Events and EventDispatcher where no Dispatcher can be found and not even one Event is fired. Great that Adobe releases such a tool but they should definitely try to get the facts/info/docs right! Otherwise it&#8217;s really hard for us developers to work with (and maybe improve) the tools they offer.</p>
<p>So here is the first version of our spell-checker for ActionScript 3 / FlashPlayer 9. Currently there is only error-highlighting, the other features will hopefully come within the next few days (suggesting and replacing words).</p>
<p>Try it for yourself &#8230;</p>
<p><a href="http://apdevblog.com/actionscript-spell-checking-with-squiggly-as3-only-and-flash-9-compatible/">Read more...</a></p>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/actionscript-spell-checking-with-squiggly-as3-only-and-flash-9-compatible/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/helper/" rel="tag">helper</a>, <a href="http://apdevblog.com/tag/labs/" rel="tag">labs</a>, <a href="http://apdevblog.com/tag/library/" rel="tag">library</a>, <a href="http://apdevblog.com/tag/spell-checking/" rel="tag">spell-checking</a>, <a href="http://apdevblog.com/tag/spelling/" rel="tag">spelling</a>, <a href="http://apdevblog.com/tag/squiggly/" rel="tag">Squiggly</a>, <a href="http://apdevblog.com/tag/tool/" rel="tag">tool</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/actionscript-spell-checking-with-squiggly-as3-only-and-flash-9-compatible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

