<?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: CS5.5 Flash PROBLEM: TextField editing (with AS3) leads to BAFFLING MYSTERIES OF DARK MAGIC!</title>
	<atom:link href="http://blogs.oregonstate.edu/warren/2011/11/23/flash-as3problem-cs5-5-textfield-editing-leads-to-baffling-mysteries-of-dark-magic/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.oregonstate.edu/warren/2011/11/23/flash-as3problem-cs5-5-textfield-editing-leads-to-baffling-mysteries-of-dark-magic/</link>
	<description>educational game development  (questions and observations)</description>
	<lastBuildDate>Mon, 24 Sep 2012 22:48:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Stephen</title>
		<link>http://blogs.oregonstate.edu/warren/2011/11/23/flash-as3problem-cs5-5-textfield-editing-leads-to-baffling-mysteries-of-dark-magic/comment-page-1/#comment-6154</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 24 Sep 2012 22:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.oregonstate.edu/warren/?p=498#comment-6154</guid>
		<description><![CDATA[Very grateful to have found this. Made perfect sense when I read the solution. Thank you. After some days of coding some tricky AS3, it seemed to have broken. And now here is the answer. 
Cheers, Stephen]]></description>
		<content:encoded><![CDATA[<p>Very grateful to have found this. Made perfect sense when I read the solution. Thank you. After some days of coding some tricky AS3, it seemed to have broken. And now here is the answer.<br />
Cheers, Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Schneble</title>
		<link>http://blogs.oregonstate.edu/warren/2011/11/23/flash-as3problem-cs5-5-textfield-editing-leads-to-baffling-mysteries-of-dark-magic/comment-page-1/#comment-3856</link>
		<dc:creator>Nick Schneble</dc:creator>
		<pubDate>Fri, 30 Mar 2012 12:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.oregonstate.edu/warren/?p=498#comment-3856</guid>
		<description><![CDATA[Hi Warren,

One, I want to thank you for writing this post. Although you didn&#039;t find a solution, your description lead me to figure it out.

Here&#039;s what&#039;s up:

In a nutshell, this occurs when the embedded font(s) you&#039;re using doesn&#039;t have all the character ranges included when you publish it.

To fix:

- Select your embedded font in CS5.5
- Bring up the context menu and select &quot;Properties...&quot;
- Under &quot;Character ranges:&quot;, make sure &quot;All&quot; is checked

DARK MAGIC DEFEATED.

Nick]]></description>
		<content:encoded><![CDATA[<p>Hi Warren,</p>
<p>One, I want to thank you for writing this post. Although you didn&#8217;t find a solution, your description lead me to figure it out.</p>
<p>Here&#8217;s what&#8217;s up:</p>
<p>In a nutshell, this occurs when the embedded font(s) you&#8217;re using doesn&#8217;t have all the character ranges included when you publish it.</p>
<p>To fix:</p>
<p>- Select your embedded font in CS5.5<br />
- Bring up the context menu and select &#8220;Properties&#8230;&#8221;<br />
- Under &#8220;Character ranges:&#8221;, make sure &#8220;All&#8221; is checked</p>
<p>DARK MAGIC DEFEATED.</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleksiy</title>
		<link>http://blogs.oregonstate.edu/warren/2011/11/23/flash-as3problem-cs5-5-textfield-editing-leads-to-baffling-mysteries-of-dark-magic/comment-page-1/#comment-3676</link>
		<dc:creator>Oleksiy</dc:creator>
		<pubDate>Thu, 22 Mar 2012 21:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.oregonstate.edu/warren/?p=498#comment-3676</guid>
		<description><![CDATA[I believ it is because of embedded fonts.

Char &#039;d&#039; is displayed because it was present in original string - chars was embedded...

you should use embedd font with all needed chars included.

How it works in depth is mystery to mee. But i know there are people there on the internet who knows. They even understand difference between TTF and CFF (or how it is)...]]></description>
		<content:encoded><![CDATA[<p>I believ it is because of embedded fonts.</p>
<p>Char &#8216;d&#8217; is displayed because it was present in original string &#8211; chars was embedded&#8230;</p>
<p>you should use embedd font with all needed chars included.</p>
<p>How it works in depth is mystery to mee. But i know there are people there on the internet who knows. They even understand difference between TTF and CFF (or how it is)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren Blyth</title>
		<link>http://blogs.oregonstate.edu/warren/2011/11/23/flash-as3problem-cs5-5-textfield-editing-leads-to-baffling-mysteries-of-dark-magic/comment-page-1/#comment-1345</link>
		<dc:creator>Warren Blyth</dc:creator>
		<pubDate>Thu, 24 Nov 2011 01:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.oregonstate.edu/warren/?p=498#comment-1345</guid>
		<description><![CDATA[http://infiniteskills.com/blog/2011/04/adobe-flash-cs5-tutorial-working-with-fonts-in-classic-text/ 
is a video I found, googling for &quot;CS5.5 textField AS3 editing&quot;)]]></description>
		<content:encoded><![CDATA[<p><a href="http://infiniteskills.com/blog/2011/04/adobe-flash-cs5-tutorial-working-with-fonts-in-classic-text/" rel="nofollow">http://infiniteskills.com/blog/2011/04/adobe-flash-cs5-tutorial-working-with-fonts-in-classic-text/</a><br />
is a video I found, googling for &#8220;CS5.5 textField AS3 editing&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren Blyth</title>
		<link>http://blogs.oregonstate.edu/warren/2011/11/23/flash-as3problem-cs5-5-textfield-editing-leads-to-baffling-mysteries-of-dark-magic/comment-page-1/#comment-1344</link>
		<dc:creator>Warren Blyth</dc:creator>
		<pubDate>Thu, 24 Nov 2011 01:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.oregonstate.edu/warren/?p=498#comment-1344</guid>
		<description><![CDATA[Some links that don&#039;t seem to solve my specific problem, but dance around similar things? maybe? (recording these for reference, so when I return to work next week, i can resume wasting time at the exact same point!)

http://www.capstrat.com/insights/blog/having-trouble-embedded-fonts-and-html-text-flash-cs5/

http://stackoverflow.com/questions/2770055/flash-cs5-screwed-up-all-my-textfields-how-can-i-correct-this

(I was googling with &quot;CS5 AS3 TextField gibberish&quot; and &quot;CS5.5 textField broken&quot; - if these are not the best ways to google this problem please let me know!)]]></description>
		<content:encoded><![CDATA[<p>Some links that don&#8217;t seem to solve my specific problem, but dance around similar things? maybe? (recording these for reference, so when I return to work next week, i can resume wasting time at the exact same point!)</p>
<p><a href="http://www.capstrat.com/insights/blog/having-trouble-embedded-fonts-and-html-text-flash-cs5/" rel="nofollow">http://www.capstrat.com/insights/blog/having-trouble-embedded-fonts-and-html-text-flash-cs5/</a></p>
<p><a href="http://stackoverflow.com/questions/2770055/flash-cs5-screwed-up-all-my-textfields-how-can-i-correct-this" rel="nofollow">http://stackoverflow.com/questions/2770055/flash-cs5-screwed-up-all-my-textfields-how-can-i-correct-this</a></p>
<p>(I was googling with &#8220;CS5 AS3 TextField gibberish&#8221; and &#8220;CS5.5 textField broken&#8221; &#8211; if these are not the best ways to google this problem please let me know!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
