<?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>「用 ActionScript 2.0 和 ActionScript 3.0 播放 H264 Mp4 影片」的迴響</title>
	<atom:link href="http://blog.riaproject.com/actionscript/284.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.riaproject.com/actionscript/284.html</link>
	<description>Rich Internet Application 知識誌</description>
	<lastBuildDate>Thu, 05 Jan 2012 05:57:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>由：anistar</title>
		<link>http://blog.riaproject.com/actionscript/284.html/comment-page-1#comment-18328</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Mon, 31 Oct 2011 02:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=284#comment-18328</guid>
		<description>你的Connection數量有升高嗎? 因為這個問題不能只看記憶體, 還要看他的其他數據才能判斷.</description>
		<content:encoded><![CDATA[<p>你的Connection數量有升高嗎? 因為這個問題不能只看記憶體, 還要看他的其他數據才能判斷.</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Victor</title>
		<link>http://blog.riaproject.com/actionscript/284.html/comment-page-1#comment-18293</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Fri, 28 Oct 2011 04:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=284#comment-18293</guid>
		<description>想請問一下

我用NetStream + NetConnection + Video播放影片，一共2部影片輪播，總長度約30秒

一開始記憶體佔用量約8Mb，放了一個晚上，今早看時變成80Mb，記憶體佔用量狂增了10倍!!

我在監聽事件部份都是觸發後隨即移除，所以看起來應該不是監聽的問題

會是影片佔用記憶體沒釋放掉的原因嗎? 我Google不到相關的釋放方法，請問這問題該怎麼解決呢???</description>
		<content:encoded><![CDATA[<p>想請問一下</p>
<p>我用NetStream + NetConnection + Video播放影片，一共2部影片輪播，總長度約30秒</p>
<p>一開始記憶體佔用量約8Mb，放了一個晚上，今早看時變成80Mb，記憶體佔用量狂增了10倍!!</p>
<p>我在監聽事件部份都是觸發後隨即移除，所以看起來應該不是監聽的問題</p>
<p>會是影片佔用記憶體沒釋放掉的原因嗎? 我Google不到相關的釋放方法，請問這問題該怎麼解決呢???</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：anistar</title>
		<link>http://blog.riaproject.com/actionscript/284.html/comment-page-1#comment-14225</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Tue, 29 Mar 2011 12:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=284#comment-14225</guid>
		<description>這是不行的</description>
		<content:encoded><![CDATA[<p>這是不行的</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：marheun</title>
		<link>http://blog.riaproject.com/actionscript/284.html/comment-page-1#comment-14202</link>
		<dc:creator>marheun</dc:creator>
		<pubDate>Sun, 27 Mar 2011 11:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=284#comment-14202</guid>
		<description>想請問一下Flash CS4 ActionScript 3.0   可否轉換成  Flash CS4 ActionScript 2.0</description>
		<content:encoded><![CDATA[<p>想請問一下Flash CS4 ActionScript 3.0   可否轉換成  Flash CS4 ActionScript 2.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：anistar</title>
		<link>http://blog.riaproject.com/actionscript/284.html/comment-page-1#comment-7645</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Thu, 31 Dec 2009 09:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=284#comment-7645</guid>
		<description>你把addEventListener(”click”,playVideo) 的寫法改成onPress=function(){}的做法就差不多了, 加油囉.</description>
		<content:encoded><![CDATA[<p>你把addEventListener(”click”,playVideo) 的寫法改成onPress=function(){}的做法就差不多了, 加油囉.</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Ce</title>
		<link>http://blog.riaproject.com/actionscript/284.html/comment-page-1#comment-7566</link>
		<dc:creator>Ce</dc:creator>
		<pubDate>Fri, 25 Dec 2009 12:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=284#comment-7566</guid>
		<description>您好可否請問一下讀取flv檔的AS2寫法，這是3.0的請問改成2.0該怎麼寫呢?如果有空時可否為我解答一下呢?感激不盡
var my_nc:NetConnection = new NetConnection();
my_nc.connect(null);
var my_ns = new NetStream(my_nc);
my_ns.client=this;
var myPlayer:Video=new Video(478,330);
videohere_mc.addChild(myPlayer);

play_btn.addEventListener(”click”,playVideo);
function playVideo(Event:MouseEvent):void{
my_ns.play(”film/mov1.flv”);
myPlayer.attachNetStream(my_ns);
}

pause_btn.addEventListener(”click”,pauseVideo);
function pauseVideo(Event:MouseEvent):void{
my_ns.togglePause();
}

stop_btn.addEventListener(”click”,stopVideo);
function stopVideo(Event:MouseEvent):void{
myPlayer.attachNetStream(null);
myPlayer.clear();
my_ns.close();
}</description>
		<content:encoded><![CDATA[<p>您好可否請問一下讀取flv檔的AS2寫法，這是3.0的請問改成2.0該怎麼寫呢?如果有空時可否為我解答一下呢?感激不盡<br />
var my_nc:NetConnection = new NetConnection();<br />
my_nc.connect(null);<br />
var my_ns = new NetStream(my_nc);<br />
my_ns.client=this;<br />
var myPlayer:Video=new Video(478,330);<br />
videohere_mc.addChild(myPlayer);</p>
<p>play_btn.addEventListener(”click”,playVideo);<br />
function playVideo(Event:MouseEvent):void{<br />
my_ns.play(”film/mov1.flv”);<br />
myPlayer.attachNetStream(my_ns);<br />
}</p>
<p>pause_btn.addEventListener(”click”,pauseVideo);<br />
function pauseVideo(Event:MouseEvent):void{<br />
my_ns.togglePause();<br />
}</p>
<p>stop_btn.addEventListener(”click”,stopVideo);<br />
function stopVideo(Event:MouseEvent):void{<br />
myPlayer.attachNetStream(null);<br />
myPlayer.clear();<br />
my_ns.close();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：tka</title>
		<link>http://blog.riaproject.com/actionscript/284.html/comment-page-1#comment-314</link>
		<dc:creator>tka</dc:creator>
		<pubDate>Tue, 15 Jan 2008 09:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=284#comment-314</guid>
		<description>小弟公司 http://verywed.com/video 已經用h264編碼上線囉
效果還可己接受 如果給更大的頻寬畫質真的是會很不錯的</description>
		<content:encoded><![CDATA[<p>小弟公司 <a href="http://verywed.com/video" rel="nofollow">http://verywed.com/video</a> 已經用h264編碼上線囉<br />
效果還可己接受 如果給更大的頻寬畫質真的是會很不錯的</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：anistar</title>
		<link>http://blog.riaproject.com/actionscript/284.html/comment-page-1#comment-313</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Fri, 28 Dec 2007 08:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=284#comment-313</guid>
		<description>各位觀眾，留言板已經設好了，聊天說地以後就可以在留言板聊了。
接下來該不會要討論區吧？ XD</description>
		<content:encoded><![CDATA[<p>各位觀眾，留言板已經設好了，聊天說地以後就可以在留言板聊了。<br />
接下來該不會要討論區吧？ XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Ryo</title>
		<link>http://blog.riaproject.com/actionscript/284.html/comment-page-1#comment-312</link>
		<dc:creator>Ryo</dc:creator>
		<pubDate>Thu, 27 Dec 2007 17:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=284#comment-312</guid>
		<description>留言板！ 推x1000!!!
雖然最近很操，有空還是回來阿尼這逛逛~</description>
		<content:encoded><![CDATA[<p>留言板！ 推x1000!!!<br />
雖然最近很操，有空還是回來阿尼這逛逛~</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：anistar</title>
		<link>http://blog.riaproject.com/actionscript/284.html/comment-page-1#comment-311</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Thu, 27 Dec 2007 04:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=284#comment-311</guid>
		<description>Dear Uni:
找工作眼睛要睜大小心喔，還好你有先到網路上搜尋一下，年前年後職缺會比較多，可以把握機會朝自己的優勢邁進。
回答你的ps，因為我偷懶 Orz，趁這次週末來弄個留言板或是自己寫一個好了。</description>
		<content:encoded><![CDATA[<p>Dear Uni:<br />
找工作眼睛要睜大小心喔，還好你有先到網路上搜尋一下，年前年後職缺會比較多，可以把握機會朝自己的優勢邁進。<br />
回答你的ps，因為我偷懶 Orz，趁這次週末來弄個留言板或是自己寫一個好了。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

