<?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: Saving an image with AS3 and PHP: 3. ByteArray</title>
	<atom:link href="http://hangunsworld.com/blog/232/feed" rel="self" type="application/rss+xml" />
	<link>http://hangunsworld.com/blog/232</link>
	<description>about ActionScript, Flash, Web and more...</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:06:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: 经典的flash网站地址收集 at Adobe Show Center</title>
		<link>http://hangunsworld.com/blog/232/comment-page-1#comment-33161</link>
		<dc:creator>经典的flash网站地址收集 at Adobe Show Center</dc:creator>
		<pubDate>Thu, 16 Jul 2009 17:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://hangunsworld.com/blog/232#comment-33161</guid>
		<description>[...] http://hangunsworld.com/blog/307 http://hangunsworld.com/blog/230 http://hangunsworld.com/blog/231 http://hangunsworld.com/blog/232 위 링크들 참고해서 보시면 되고, 소스 파일들도 올렸으니 확인해 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://hangunsworld.com/blog/307" rel="nofollow">http://hangunsworld.com/blog/307</a> <a href="http://hangunsworld.com/blog/230" rel="nofollow">http://hangunsworld.com/blog/230</a> <a href="http://hangunsworld.com/blog/231" rel="nofollow">http://hangunsworld.com/blog/231</a> <a href="http://hangunsworld.com/blog/232" rel="nofollow">http://hangunsworld.com/blog/232</a> 위 링크들 참고해서 보시면 되고, 소스 파일들도 올렸으니 확인해 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hangun's World</title>
		<link>http://hangunsworld.com/blog/232/comment-page-1#comment-30234</link>
		<dc:creator>Hangun's World</dc:creator>
		<pubDate>Fri, 12 Dec 2008 01:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://hangunsworld.com/blog/232#comment-30234</guid>
		<description>You can use FileReference.save() method to save a file to the local system without PHP.
&lt;pre lang=&quot;actionscript3&quot;&gt;var ba:ByteArray = [Encoded ByteArray data];
FileReference.save(ba, &quot;image.jpg&quot;);&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>You can use FileReference.save() method to save a file to the local system without PHP.</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #6699cc; font-weight: bold;">var</span> ba<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">ByteArray</span> = <span style="color: #000000;">&#91;</span>Encoded <span style="color: #004993;">ByteArray</span> <span style="color: #004993;">data</span><span style="color: #000000;">&#93;</span><span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #004993;">FileReference</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">save</span><span style="color: #000000;">&#40;</span>ba<span style="color: #000066; font-weight: bold;">,</span> <span style="color: #990000;">&quot;image.jpg&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: gino8080</title>
		<link>http://hangunsworld.com/blog/232/comment-page-1#comment-29967</link>
		<dc:creator>gino8080</dc:creator>
		<pubDate>Wed, 10 Dec 2008 15:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://hangunsworld.com/blog/232#comment-29967</guid>
		<description>how to save without PHP only with thew new flash player 10 FileReference?</description>
		<content:encoded><![CDATA[<p>how to save without PHP only with thew new flash player 10 FileReference?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hangun's World</title>
		<link>http://hangunsworld.com/blog/232/comment-page-1#comment-16340</link>
		<dc:creator>Hangun's World</dc:creator>
		<pubDate>Sun, 10 Feb 2008 23:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://hangunsworld.com/blog/232#comment-16340</guid>
		<description>네, 특히 AS 3.0에서부터 바이트어레이를 지원하니, 플래시에서 할 수 있는 것들이 더욱 더 많아진 것 같네요.</description>
		<content:encoded><![CDATA[<p>네, 특히 AS 3.0에서부터 바이트어레이를 지원하니, 플래시에서 할 수 있는 것들이 더욱 더 많아진 것 같네요.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 윤훈남</title>
		<link>http://hangunsworld.com/blog/232/comment-page-1#comment-16323</link>
		<dc:creator>윤훈남</dc:creator>
		<pubDate>Sat, 09 Feb 2008 19:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://hangunsworld.com/blog/232#comment-16323</guid>
		<description>확장하면 꽤나 확장 가능한 부분이군요. 오래전에 C++로 비슷한 엔진을 제작한적이 있는데 갑자기 문득 그 생각이 나네요.

역시 어떤 언어든지 깊게하다보면 어떻게든 구현이 된다는거죠 ㅎㅎ</description>
		<content:encoded><![CDATA[<p>확장하면 꽤나 확장 가능한 부분이군요. 오래전에 C++로 비슷한 엔진을 제작한적이 있는데 갑자기 문득 그 생각이 나네요.</p>
<p>역시 어떤 언어든지 깊게하다보면 어떻게든 구현이 된다는거죠 ㅎㅎ</p>
]]></content:encoded>
	</item>
</channel>
</rss>

