<?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>FoxLing - 前端开发 &#187; FlashVars</title>
	<atom:link href="http://foxling.org/tag/flashvars/feed/" rel="self" type="application/rss+xml" />
	<link>http://foxling.org</link>
	<description>我还在寻找方向</description>
	<lastBuildDate>Tue, 10 Apr 2012 16:48:41 +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通过FlashVars接收外部参数</title>
		<link>http://foxling.org/as-flex-air/flash-flashvars/</link>
		<comments>http://foxling.org/as-flex-air/flash-flashvars/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 15:32:42 +0000</pubDate>
		<dc:creator>FoxLing</dc:creator>
				<category><![CDATA[AS/Flex/AIR]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[FlashVars]]></category>

		<guid isPermaLink="false">http://foxling.cn/?p=416</guid>
		<description><![CDATA[... &#60;param name="FlashVars" value="tag=as3"/&#62; &#60;embed flashvars="tag=as3"/&#62; ... AS项目，或者Flash里： stage.loaderInfo.parameters.tag Flex3项目： Application.application.parameters.tag Flex4项目： FlexGlobals.topLevelApplication.parameters.tag 备忘.]]></description>
			<content:encoded><![CDATA[<pre>
...
&lt;param name="FlashVars" value="tag=as3"/&gt;
&lt;embed flashvars="tag=as3"/&gt;
...
</pre>
<p>AS项目，或者Flash里：</p>
<pre>
stage.loaderInfo.parameters.tag
</pre>
<p>Flex3项目：</p>
<pre>
Application.application.parameters.tag
</pre>
<p>Flex4项目：</p>
<pre>
FlexGlobals.topLevelApplication.parameters.tag
</pre>
<p>备忘.</p>
]]></content:encoded>
			<wfw:commentRss>http://foxling.org/as-flex-air/flash-flashvars/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

