<?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>ActionScript 3 Lover &#187; flashplayer</title>
	<atom:link href="http://as3blog.com/tag/flashplayer/feed/" rel="self" type="application/rss+xml" />
	<link>http://as3blog.com</link>
	<description>Focus on ActionScript 3</description>
	<lastBuildDate>Thu, 19 Nov 2009 04:51:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>一些结论，松散地记录一下</title>
		<link>http://as3blog.com/as3/flashplayer9-memory-leak-betterin-flashplayer10/</link>
		<comments>http://as3blog.com/as3/flashplayer9-memory-leak-betterin-flashplayer10/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 09:02:11 +0000</pubDate>
		<dc:creator>Aw</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[flashplayer]]></category>
		<category><![CDATA[flashplayer9]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[memory leak]]></category>

		<guid isPermaLink="false">http://as3blog.com/as3/flashplayer9-memory-leak-betterin-flashplayer10/</guid>
		<description><![CDATA[
FlashPlayer9内存管理方面比如FlashPlayer10好，尤其是在一些cacheAsBitmap属性为true的复杂图形进行一定幅度的缩放时（即重绘区域足够大） 
FlashPlayer10在性能和内存管理方面均优于FlashPlayer9 
对于大量复杂的矢量动画，可以采用动态切换stage.quailty的做法让性能缓解（节约CPU占用） 
看到我这篇博客的读者，如果你认识我一段时间（并认为彼此性格相符）并有兴趣与我合作一个项目，可以看看这篇文章；

]]></description>
			<content:encoded><![CDATA[<ul>
<li>FlashPlayer9内存管理方面比如FlashPlayer10好，尤其是在一些cacheAsBitmap属性为true的复杂图形进行一定幅度的缩放时（即重绘区域足够大） </li>
<li>FlashPlayer10在性能和内存管理方面均优于FlashPlayer9 </li>
<li>对于大量复杂的矢量动画，可以采用动态切换stage.quailty的做法让性能缓解（节约CPU占用） </li>
<li>看到我这篇博客的读者，如果你认识我一段时间（并认为彼此性格相符）并有兴趣与我合作一个项目，可以看看<a title="Looking for Flash Developers" href="http://www.awflasher.com/blog/archives/1712">这篇文章</a>；</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://as3blog.com/as3/flashplayer9-memory-leak-betterin-flashplayer10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6无法将Gzip包正确地传输给FlashPlayer</title>
		<link>http://as3blog.com/as3/ie6-fails-to-unpack-gzip-compressed-content-to-flashplayer/</link>
		<comments>http://as3blog.com/as3/ie6-fails-to-unpack-gzip-compressed-content-to-flashplayer/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 12:06:11 +0000</pubDate>
		<dc:creator>Aw</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[flashplayer]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://as3blog.com/as3/ie6-fails-to-unpack-gzip-compressed-content-to-flashplayer/</guid>
		<description><![CDATA[我尝试了各种版本的FlashPlayer，最终确定，IE6无法与FlashPlayer通信（无论是AS3的URLLoader还是AS2的LoadVars）。
这个问题早在2005年就有人提出，然而到现在IE6都没有解决。看来微软确实是彻底放弃IE6了：
drusunlimited said on Jun 16, 2005 at 7:18 AM:       I have found a bug in Internet Explorer that affect flash: when a query is done to a server an the server response in content enconding:gzip, the explorer don´t communicate with the flash activex.       [...]]]></description>
			<content:encoded><![CDATA[<p>我尝试了各种版本的FlashPlayer，最终确定，IE6无法与FlashPlayer通信（无论是AS3的URLLoader还是AS2的LoadVars）。</p>
<p>这个问题早在2005年就有人提出，然而到现在IE6都没有解决。看来微软确实是彻底放弃IE6了：</p>
<blockquote><p><b>drusunlimited said on Jun 16, 2005 at 7:18 AM:</b>       <br />I have found a bug in Internet Explorer that affect flash: when a query is done to a server an the server response in content enconding:gzip, the explorer don´t communicate with the flash activex.       <br />I finally found a solution, changing the server settings in order of don´t use this content encoding mode. But the problem exists.       <br />Good luck.</p>
</blockquote>
<p>2007年7月，也<a href="http://mentalized.net/journal/2007/07/31/warning_gzip_content_flash_player_and_internet_explorer_6/">有人</a>遇到类似问题：</p>
<p>It seems there is an issue when Flash Player 9 running in Internet Explorer receives GZip-encoded content from the server. While <acronym>IE</acronym> has no problem with GZipped content on it’s own, it apparently fails to unpack and deliver the content to the Flash player.</p>
</p>
<p><strong>这是IE6若干安全问题之后的又一败笔。请立即升级IE6到IE7（</strong><a title="为什么要升级ie6" href="http://www.awflasher.com/blog/archives/1417"><strong>为什么要升级</strong></a><strong>），以确保您能正确地观看网页，并且足够安全。</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://as3blog.com/as3/ie6-fails-to-unpack-gzip-compressed-content-to-flashplayer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Astro&#8221;的Flash Player 10 Build10.0.1.525 发布！</title>
		<link>http://as3blog.com/news/flashplayer10-released-beta-1001525/</link>
		<comments>http://as3blog.com/news/flashplayer10-released-beta-1001525/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 04:04:36 +0000</pubDate>
		<dc:creator>Aw</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flashplayer]]></category>
		<category><![CDATA[flashplayer10]]></category>

		<guid isPermaLink="false">http://as3blog.com/news/flashplayer10-released-beta-1001525/</guid>
		<description><![CDATA[
新闻来源：cnbeta , Tinic Uro’s blog
Adobe近日发布了代号“Astro”的Flash Player 10的第二个Beta测试版,Build版本号10.0.1.525,进一步增强了性能,并加入了不少用户反馈的新功能.    对Mac用户而言,新版Flash Player的文字渲染性能得到了很大提升,同时播放器速度也更快了,根据Adobe工程师Tinic Uro的说法最快可以达到原来的三倍. 
Linux 版本增加了对“WMode=transparent”的支持,可以在无窗口模式下渲染SWF,既可以透明也可以不透明.这就是说,使用 Opera 9.50和Firefox 3.0的Linux用户可以和Windows、Mac OS X用户一样“享受”占满整个浏览器的爆炸式广告了. 
根据用户反馈,新测试版增加了大量新特性,比如之前提到的WMode、Video4Linux v2摄像头API(V4L2)、unloadAndStop for ActionScript 2.0等等,其中最后一项可以立刻移除已加载的内容、停止声音、移除事件监听器,另外还支持在全屏模式下通过非文字按键控制游戏和视频,比如箭头、回车、空格、Shift、Tab等.

Go get it here and make sure you read the release notes.
另：据好友Danger报导，Adobe在FlashPlayer的管理上存在很多问题：
Danger&#160; 2:06:47 PM     &#160; “Astro”的Flash Player 10 Build10.0.1.525 发布！       Danger&#160; [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>新闻来源：<a href="http://www.cnbeta.com">cnbeta</a> , <a href="http://www.kaourantin.net/2008/07/adobe-flash-player-10-pre-release.html">Tinic Uro’s blog</a></p>
<p>Adobe近日发布了代号“Astro”的<a title="Flash Player 10" href="http://aw.awflasher.com/flashplayer/">Flash Player 10</a>的第二个Beta测试版,Build版本号10.0.1.525,进一步增强了性能,并加入了不少用户反馈的新功能.    <br />对Mac用户而言,新版Flash Player的文字渲染性能得到了很大提升,同时播放器速度也更快了,根据Adobe工程师<a title="Flashplayer渲染效率" href="http://www.awflasher.com/blog/archives/814">Tinic Uro</a>的说法最快可以达到原来的三倍. </p>
<p>Linux 版本增加了对“WMode=transparent”的支持,可以在无窗口模式下渲染SWF,既可以透明也可以不透明.这就是说,使用 Opera 9.50和Firefox 3.0的Linux用户可以和Windows、Mac OS X用户一样“享受”占满整个浏览器的爆炸式广告了. </p>
<p>根据用户反馈,新测试版增加了大量新特性,比如之前提到的WMode、Video4Linux v2摄像头API(V4L2)、unloadAndStop for ActionScript 2.0等等,其中最后一项可以立刻移除已加载的内容、停止声音、移除事件监听器,另外还支持在全屏模式下通过非文字按键控制游戏和视频,比如箭头、回车、空格、Shift、Tab等.</p>
</p>
<p>Go get it <a href="http://labs.adobe.com/downloads/flashplayer10.html">here</a> and make sure you read the <a href="http://labs.adobe.com/technologies/flashplayer10/releasenotes.html">release notes</a>.</p>
<p>另：据好友<a href="http://dengjie.com">Danger</a>报导，Adobe在FlashPlayer的管理上存在很多问题：</p>
<blockquote><p>Danger&#160; 2:06:47 PM     <br />&#160; “Astro”的Flash Player 10 Build10.0.1.525 发布！       <br />Danger&#160; 2:06:59 PM      <br />实际装上 ,getVersion()</p>
<p>10.0.0.525 </p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://as3blog.com/news/flashplayer10-released-beta-1001525/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

