<?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>Tue, 31 Aug 2010 07:54:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<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>
	<item>
		<title>由：uni</title>
		<link>http://blog.riaproject.com/actionscript/284.html/comment-page-1#comment-310</link>
		<dc:creator>uni</dc:creator>
		<pubDate>Thu, 27 Dec 2007 04:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=284#comment-310</guid>
		<description>(web2.0班)最近還在找工作中...結果今天就有公司打電話來叫我明天去面試...
是一家叫做&quot;瑋智&quot;的公司(不知道老師友沒有聽過？)，
結果我就去網路上查這家家公司...
結果發現這家公司的性質原來是跟&quot;恆逸&quot;一樣是補教業...
然後我又去奇摩知識查...
http://tw.knowledge.yahoo.com/question/article?qid=1707083105600
原來這家公司風評很差，還有騙錢的嫌疑...
所以我決定不去面試了...(害我還高興一下Orz)
大家要小心這家公司...
ps.老師為甚麼不弄個留言板...這樣比較方便說(題外話)！</description>
		<content:encoded><![CDATA[<p>(web2.0班)最近還在找工作中&#8230;結果今天就有公司打電話來叫我明天去面試&#8230;<br />
是一家叫做"瑋智"的公司(不知道老師友沒有聽過？)，<br />
結果我就去網路上查這家家公司&#8230;<br />
結果發現這家公司的性質原來是跟"恆逸"一樣是補教業&#8230;<br />
然後我又去奇摩知識查&#8230;<br />
<a href="http://tw.knowledge.yahoo.com/question/article?qid=1707083105600" rel="nofollow">http://tw.knowledge.yahoo.com/question/article?qid=1707083105600</a><br />
原來這家公司風評很差，還有騙錢的嫌疑&#8230;<br />
所以我決定不去面試了&#8230;(害我還高興一下Orz)<br />
大家要小心這家公司&#8230;<br />
ps.老師為甚麼不弄個留言板&#8230;這樣比較方便說(題外話)！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
