<?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: 创建基于Flash技术弹性布局的Web应用程序</title>
	<atom:link href="http://www.awflasher.com/blog/archives/822/feed" rel="self" type="application/rss+xml" />
	<link>http://www.awflasher.com/blog/archives/822</link>
	<description>分享互联网, 分享人生</description>
	<lastBuildDate>Sun, 12 Feb 2012 04:59:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: LIUHUAN</title>
		<link>http://www.awflasher.com/blog/archives/822#comment-15092</link>
		<dc:creator>LIUHUAN</dc:creator>
		<pubDate>Fri, 18 May 2007 00:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/822#comment-15092</guid>
		<description>我也来发一个呵呵,

dynamic class com.StageManager {
	var __items, __height, __width, __centerWidth, __centerHeight, __QWidth, __stageWidth, __stageHeight, __maxWidth, __minWidth, __maxHeight, __minHeight, __QHeight, __mode, __get__mode, __align, __get__align;
	function StageManager() {
		__items = new Array();
		Stage.addListener(this);
		this.onResize = function() {
			this.setProps();
			this.alignClips();
		};
	}
	public function init(m, a, maxW, minW, maxH, minH) {
		this.setMode(m &#124;&#124; &quot;noScale&quot;);
		this.setAlign(a &#124;&#124; &quot;TL&quot;);
		this.setHeight(maxH &#124;&#124; 960, minH &#124;&#124; 480);
		this.setWidth(maxW &#124;&#124; 1440, minW &#124;&#124; 960);
	}
	public function alignClips() {
		var i = 0;
		while (i</description>
		<content:encoded><![CDATA[<p>我也来发一个呵呵,</p>
<p>dynamic class com.StageManager {<br />
	var __items, __height, __width, __centerWidth, __centerHeight, __QWidth, __stageWidth, __stageHeight, __maxWidth, __minWidth, __maxHeight, __minHeight, __QHeight, __mode, __get__mode, __align, __get__align;<br />
	function StageManager() {<br />
		__items = new Array();<br />
		Stage.addListener(this);<br />
		this.onResize = function() {<br />
			this.setProps();<br />
			this.alignClips();<br />
		};<br />
	}<br />
	public function init(m, a, maxW, minW, maxH, minH) {<br />
		this.setMode(m || &#8220;noScale&#8221;);<br />
		this.setAlign(a || &#8220;TL&#8221;);<br />
		this.setHeight(maxH || 960, minH || 480);<br />
		this.setWidth(maxW || 1440, minW || 960);<br />
	}<br />
	public function alignClips() {<br />
		var i = 0;<br />
		while (i</p>
<div digg="0" bury="0" class="diggcomment" cid="15092"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: amrabit</title>
		<link>http://www.awflasher.com/blog/archives/822#comment-11927</link>
		<dc:creator>amrabit</dc:creator>
		<pubDate>Thu, 19 Apr 2007 02:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/822#comment-11927</guid>
		<description>牛人讨论，本人只能看着喽！</description>
		<content:encoded><![CDATA[<p>牛人讨论，本人只能看着喽！</p>
<div digg="0" bury="0" class="diggcomment" cid="11927"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: aw</title>
		<link>http://www.awflasher.com/blog/archives/822#comment-10555</link>
		<dc:creator>aw</dc:creator>
		<pubDate>Sun, 25 Mar 2007 14:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/822#comment-10555</guid>
		<description>Flex内建的类似Liquid的类吧。
我这里只是简单讲一下原理吧，不过却是很好奇Flex内部怎么实现这玩意的~ 想学习一下原理code。
因为很多时候用Flex开发实在是不合算，我觉得。</description>
		<content:encoded><![CDATA[<p>Flex内建的类似Liquid的类吧。<br />
我这里只是简单讲一下原理吧，不过却是很好奇Flex内部怎么实现这玩意的~ 想学习一下原理code。<br />
因为很多时候用Flex开发实在是不合算，我觉得。</p>
<div digg="0" bury="0" class="diggcomment" cid="10555"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Kakera</title>
		<link>http://www.awflasher.com/blog/archives/822#comment-10539</link>
		<dc:creator>Kakera</dc:creator>
		<pubDate>Sun, 25 Mar 2007 10:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/822#comment-10539</guid>
		<description>flex 已经实现了 padding 之类的属性, aw 看看他是怎么实现的..</description>
		<content:encoded><![CDATA[<p>flex 已经实现了 padding 之类的属性, aw 看看他是怎么实现的..</p>
<div digg="0" bury="0" class="diggcomment" cid="10539"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: aw</title>
		<link>http://www.awflasher.com/blog/archives/822#comment-10141</link>
		<dc:creator>aw</dc:creator>
		<pubDate>Tue, 20 Mar 2007 02:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/822#comment-10141</guid>
		<description>把两段函数合并作为MC的一个function了。
本来想用一个static function作为MC的一个方法指向，但是发现不好弄。郁闷，写长了as1，换2真有点儿不习惯。不过我相信as2一定对理解as3有用，恩~</description>
		<content:encoded><![CDATA[<p>把两段函数合并作为MC的一个function了。<br />
本来想用一个static function作为MC的一个方法指向，但是发现不好弄。郁闷，写长了as1，换2真有点儿不习惯。不过我相信as2一定对理解as3有用，恩~</p>
<div digg="0" bury="0" class="diggcomment" cid="10141"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: aw</title>
		<link>http://www.awflasher.com/blog/archives/822#comment-10140</link>
		<dc:creator>aw</dc:creator>
		<pubDate>Tue, 20 Mar 2007 02:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/822#comment-10140</guid>
		<description>这个类后来又有改进。
写的不是很好吧……稍后还会更新～</description>
		<content:encoded><![CDATA[<p>这个类后来又有改进。<br />
写的不是很好吧……稍后还会更新～</p>
<div digg="0" bury="0" class="diggcomment" cid="10140"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: CG</title>
		<link>http://www.awflasher.com/blog/archives/822#comment-10113</link>
		<dc:creator>CG</dc:creator>
		<pubDate>Mon, 19 Mar 2007 16:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/822#comment-10113</guid>
		<description>这个类写得真棒，学习了</description>
		<content:encoded><![CDATA[<p>这个类写得真棒，学习了</p>
<div digg="0" bury="0" class="diggcomment" cid="10113"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: ashun</title>
		<link>http://www.awflasher.com/blog/archives/822#comment-9732</link>
		<dc:creator>ashun</dc:creator>
		<pubDate>Sat, 17 Mar 2007 15:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/822#comment-9732</guid>
		<description>你小子 半年不见 更加成熟了！ 赞！

等你回wh 找我喝酒！</description>
		<content:encoded><![CDATA[<p>你小子 半年不见 更加成熟了！ 赞！</p>
<p>等你回wh 找我喝酒！</p>
<div digg="0" bury="0" class="diggcomment" cid="9732"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: aw</title>
		<link>http://www.awflasher.com/blog/archives/822#comment-9706</link>
		<dc:creator>aw</dc:creator>
		<pubDate>Fri, 16 Mar 2007 14:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/822#comment-9706</guid>
		<description>估计还有几天呢……</description>
		<content:encoded><![CDATA[<p>估计还有几天呢……</p>
<div digg="0" bury="0" class="diggcomment" cid="9706"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: yellow</title>
		<link>http://www.awflasher.com/blog/archives/822#comment-9705</link>
		<dc:creator>yellow</dc:creator>
		<pubDate>Fri, 16 Mar 2007 14:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/822#comment-9705</guid>
		<description>apollo出来后,一个新的行业要出现了!</description>
		<content:encoded><![CDATA[<p>apollo出来后,一个新的行业要出现了!</p>
<div digg="0" bury="0" class="diggcomment" cid="9705"></div>]]></content:encoded>
	</item>
</channel>
</rss>

