<?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>稀饭的国度 &#187; AS</title>
	<atom:link href="http://blog.thematice.com/html/ytag/as/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.thematice.com</link>
	<description>发现自己的脑袋不好使了，用blog来记录真的很好用。</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:33:00 +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>as3编译器错误中文说明</title>
		<link>http://blog.thematice.com/html/y2007/10/15/10/as3%e7%bc%96%e8%af%91%e5%99%a8%e9%94%99%e8%af%af%e4%b8%ad%e6%96%87%e8%af%b4%e6%98%8e.html#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=as3%25e7%25bc%2596%25e8%25af%2591%25e5%2599%25a8%25e9%2594%2599%25e8%25af%25af%25e4%25b8%25ad%25e6%2596%2587%25e8%25af%25b4%25e6%2598%258e</link>
		<comments>http://blog.thematice.com/html/y2007/10/15/10/as3%e7%bc%96%e8%af%91%e5%99%a8%e9%94%99%e8%af%af%e4%b8%ad%e6%96%87%e8%af%b4%e6%98%8e.html#comments</comments>
		<pubDate>Mon, 15 Oct 2007 08:27:14 +0000</pubDate>
		<dc:creator>稀饭</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[error doc]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.gruelstate.cn/index.php/2007/10/15/as3%e7%bc%96%e8%af%91%e5%99%a8%e9%94%99%e8%af%af%e4%b8%ad%e6%96%87%e8%af%b4%e6%98%8e/</guid>
		<description><![CDATA[as3错误代码对应的中文说明，摘自flash9中文帮助文档 1000 对 _ 的引用不明确。 引用可能指向多项。例如，下面使用了 rss 和 xml 命名空间。每个命名空间为 hello() 函数定义了不同的值。trace(hello()) 语句返回此错误，因为它无法确定使用哪个命名空间。 private namespace rss; private namespace xml;    public function ErrorExamples() {   use namespace rss;   use namespace xml;  trace(hello()); }    rss function hello():String {     return “hola”;   }      xml function hello():String {     return “foo”;   } 通过使用具体的引用来纠正不明确的引用。下面的示例 使用 namespace::function 这种格式指定所要使用的命名空间： public function ErrorExamples() {      trace(rss::hello());   trace(xml::hello()); } 1003 不允许将访问说明符与命名空间属性结合使用。 不能在定义中同时使用访问说明符（如私有或公共）和命名空间属性。 1004 找不到命名空间，或者命名空间不是编译时常量。 该命名空间未知，或是运行时可能具有不同值的表达式。检查命名空间的拼写及其定义的导入是否正确。 1006 super 表达式只能在类实例方法的内部使用。 1007 [...]]]></description>
		<wfw:commentRss>http://blog.thematice.com/html/y2007/10/15/10/as3%e7%bc%96%e8%af%91%e5%99%a8%e9%94%99%e8%af%af%e4%b8%ad%e6%96%87%e8%af%b4%e6%98%8e.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(转)关于FLEX输出时：IE提示”Alternate HTML content should be placed here</title>
		<link>http://blog.thematice.com/html/y2007/10/15/9/%e8%bd%ac%e5%85%b3%e4%ba%8eflex%e8%be%93%e5%87%ba%e6%97%b6%ef%bc%9aie%e6%8f%90%e7%a4%baalternate-html-content-should-be-placed-here.html#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e8%25bd%25ac%25e5%2585%25b3%25e4%25ba%258eflex%25e8%25be%2593%25e5%2587%25ba%25e6%2597%25b6%25ef%25bc%259aie%25e6%258f%2590%25e7%25a4%25baalternate-html-content-should-be-placed-here</link>
		<comments>http://blog.thematice.com/html/y2007/10/15/9/%e8%bd%ac%e5%85%b3%e4%ba%8eflex%e8%be%93%e5%87%ba%e6%97%b6%ef%bc%9aie%e6%8f%90%e7%a4%baalternate-html-content-should-be-placed-here.html#comments</comments>
		<pubDate>Mon, 15 Oct 2007 07:01:18 +0000</pubDate>
		<dc:creator>稀饭</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.gruelstate.cn/index.php/2007/10/15/%e8%bd%ac%e5%85%b3%e4%ba%8eflex%e8%be%93%e5%87%ba%e6%97%b6%ef%bc%9aie%e6%8f%90%e7%a4%baalternate-html-content-should-be-placed-here/</guid>
		<description><![CDATA[最近在用FLEX写东西，运行HTML时候总提示：Alternate HTML content should be placed here. This content requires the Adobe Flash Player，开始以为FLASH版本问题，重新装了几次还是老样子，打开JS文件调试了会，终于知道问题出在哪了。 在生成的JS文件中有段这样的语句： function ControlVersion() &#8230;{     var version;     var axo;     var e;     // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn&#8217;t in the registry     try &#8230;{         // version will be set for 7.X or greater players         axo = new ActiveXObject(“ShockwaveFlash.ShockwaveFlash.7“);         version = axo.GetVariable(“$version“);          } catch (e) &#8230;{          }     if (!version)     &#8230;{         try &#8230;{             // version will be set for 6.X players only             axo = new ActiveXObject(“ShockwaveFlash.ShockwaveFlash.6“);                          // installed player is some revision of 6.0             // GetVariable(“$version”) crashes for versions 6.0.22 through 6.0.29,             // so we have to be careful.                           // default to the first public version             version = “WIN 6,0,21,0“;             // throws if AllowScripAccess does not exist (introduced in 6.0r47)                     axo.AllowScriptAccess = “always“;             // safe to call for 6.0r47 or greater             version = axo.GetVariable(“$version“);         } catch (e) &#8230;{         }     }     if (!version)     &#8230;{         try &#8230;{             // version will be set for 4.X or 5.X player             axo = new ActiveXObject(“ShockwaveFlash.ShockwaveFlash.3“);             version = axo.GetVariable(“$version“);         } catch (e) &#8230;{ [...]]]></description>
		<wfw:commentRss>http://blog.thematice.com/html/y2007/10/15/9/%e8%bd%ac%e5%85%b3%e4%ba%8eflex%e8%be%93%e5%87%ba%e6%97%b6%ef%bc%9aie%e6%8f%90%e7%a4%baalternate-html-content-should-be-placed-here.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

