                    <?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>Way&#039;s Blog &#187; wmode</title>
	<atom:link href="http://way.cubeforge.net/blog/tag/wmode/feed/" rel="self" type="application/rss+xml" />
	<link>http://way.cubeforge.net/blog</link>
	<description>Hong Kong Adobe Flex Developer</description>
	<lastBuildDate>Fri, 06 Jan 2012 04:04:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flash / Flex application: Can&#8217;t type chinese character</title>
		<link>http://way.cubeforge.net/blog/2009/08/flash-flex-application-cant-type-chinese-character/</link>
		<comments>http://way.cubeforge.net/blog/2009/08/flash-flex-application-cant-type-chinese-character/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 03:52:50 +0000</pubDate>
		<dc:creator>Way</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Note]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[chinese]]></category>
		<category><![CDATA[not work]]></category>
		<category><![CDATA[textinput]]></category>
		<category><![CDATA[wmode]]></category>

		<guid isPermaLink="false">http://way.cubeforge.net/blog/?p=500</guid>
		<description><![CDATA[If you have added parameter &#8220;wmode&#8221; (e.g. opaque, transparent) into the flash application object tag in the HTML. You may not able to type non-English character into the text input of the flex application by using non-IE browsers. &#60;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="flashapp" width="100%" height="500" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"&#62; &#60;param name="movie" value="teacher.swf" /&#62; &#60;param name="quality" value="high" /&#62; &#60;param name="bgcolor" value="#869ca7" [...]]]></description>
			<content:encoded><![CDATA[<p>If you have added parameter &#8220;wmode&#8221; (e.g. opaque, transparent) into the flash application object tag in the HTML. You may not able to type non-English character into the text input of the flex application by using non-IE browsers.</p>
<p><code> </code></p>
<p><code></p>
<blockquote><p><span style="white-space: pre;"> </span>&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"</p>
<p><span style="white-space: pre;"> </span>id="flashapp" width="100%" height="500"</p>
<p><span style="white-space: pre;"> </span>codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"&gt;</p>
<p><span style="white-space: pre;"> </span>&lt;param name="movie" value="teacher.swf" /&gt;</p>
<p><span style="white-space: pre;"> </span>&lt;param name="quality" value="high" /&gt;</p>
<p><span style="white-space: pre;"> </span>&lt;param name="bgcolor" value="#869ca7" /&gt;</p>
<p><span style="white-space: pre;"> </span>&lt;param name="allowScriptAccess" value="sameDomain" /&gt;</p>
<p><span style="white-space: pre;"> </span><strong><span style="color: #800000;">&lt;param name="wmode" value="opaque" /&gt;</span></strong></p>
<p><span style="white-space: pre;"> </span>&lt;embed src="teacher.swf" quality="high" bgcolor="#869ca7"</p>
<p><span style="white-space: pre;"> </span>width="100%" height="500" name="flashapp" align="middle"</p>
<p><span style="white-space: pre;"> </span>play="true"</p>
<p><span style="white-space: pre;"> </span>loop="false"</p>
<p><span style="white-space: pre;"> </span>quality="high"</p>
<p><span style="white-space: pre;"> </span>allowScriptAccess="sameDomain"</p>
<p><span style="white-space: pre;"> </span><strong><span style="color: #800000;">wmode="opaque"</span></strong></p>
<p><span style="white-space: pre;"> </span>type="application/x-shockwave-flash"</p>
<p><span style="white-space: pre;"> </span>pluginspage="http://www.adobe.com/go/getflashplayer"&gt;</p>
<p><span style="white-space: pre;"> </span>&lt;/embed&gt;</p>
<p><span style="white-space: pre;"> </span>&lt;/object&gt;</p></blockquote>
<p></code></p>
<p>To solve this issue, you can simply remove the wmode paramater. And you can type Chinese normally.<br />
References:</p>
<p><a href="http://blog.rive.be/2009/03/25/flash-wmodetransparent-breaks-textinput-field/">http://blog.rive.be/2009/03/25/flash-wmodetransparent-breaks-textinput-field/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://way.cubeforge.net/blog/2009/08/flash-flex-application-cant-type-chinese-character/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

