<?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>Kimkijeung.com &#187; stage.quality</title>
	<atom:link href="http://kimkijeung.com/tag/stage-quality/feed/" rel="self" type="application/rss+xml" />
	<link>http://kimkijeung.com</link>
	<description>Interactive development,flash,Actionscript</description>
	<lastBuildDate>Wed, 25 Aug 2010 09:12:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<image>
			<title>Kimkijeung.com</title>
			<url>http://kimkijeung.com/blog/wp-content/uploads/2009/12/index.gif</url>
			<link>http://kimkijeung.com</link>
			<width></width>
			<height></height>
			<description>Interactive development,flash,Actionscript</description>
		</image>		<item>
		<title>Why not change stage.quality in AIR ?</title>
		<link>http://kimkijeung.com/2010/02/22/why-not-change-stage-quality-in-air/</link>
		<comments>http://kimkijeung.com/2010/02/22/why-not-change-stage-quality-in-air/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 09:20:44 +0000</pubDate>
		<dc:creator>vkimone</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[stage.quality]]></category>

		<guid isPermaLink="false">http://kimkijeung.com/?p=646</guid>
		<description><![CDATA[비트맵 연산이 많이 사용되는 컨텐츠를 제작할 시에  가변적인 stage.quality 조정은 상당한 performance 향상을 가져올 수 있어 즐겨 사용하는 팁중에 하나이다. 하지만 안타깝게도 아래와 같이 공식적으로 Adobe AIR 에서는 StageQuality.BEST 나 StageQuality.HIGH 만 지원할 뿐 StageQuality.MEDIUM 또는 StageQuality.LOW 를 지원하지 않는다. AIR 에서 이 속성을 사용하게 되면 그냥 무시되어버린다. For content running in Adobe AIR, quality can [...]]]></description>
			<content:encoded><![CDATA[<p>비트맵 연산이 많이 사용되는 컨텐츠를 제작할 시에  가변적인 stage.quality 조정은 상당한 performance 향상을 가져올 수 있어 즐겨 사용하는 팁중에 하나이다. 하지만 안타깝게도 아래와 같이 공식적으로 Adobe AIR 에서는 StageQuality.BEST 나 StageQuality.HIGH 만 지원할 뿐 StageQuality.MEDIUM 또는 StageQuality.LOW 를 지원하지 않는다.</p>
<p>AIR 에서 이 속성을 사용하게 되면 그냥 무시되어버린다.</p>
<blockquote><p>For content running in Adobe AIR, <code style="font-family: 'Lucida Console', 'Courier New', Courier, monospace; font-size: 12px;">quality</code> can be set to <code style="font-family: 'Lucida Console', 'Courier New', Courier, monospace; font-size: 12px;">StageQuality.BEST</code> or <code style="font-family: 'Lucida Console', 'Courier New', Courier, monospace; font-size: 12px;">StageQuality.HIGH</code> (and the default value is <code style="font-family: 'Lucida Console', 'Courier New', Courier, monospace; font-size: 12px;">StageQuality.HIGH</code>). Attempting to set it to another value has no effect (and the property remains unchanged).</p>
<p>For content running in Adobe AIR, setting the <code style="font-family: 'Lucida Console', 'Courier New', Courier, monospace; font-size: 12px;">quality</code> property of one Stage object changes the rendering quality for all Stage objects (used by different NativeWindow objects).</p>
<p>- from  <a href="http://help.adobe.com/en_US/AS3LCR/Flash_10.0/index.html" target="_blank">Flash CS4 Professional ActionScript 3.0 Language Reference</a></p></blockquote>
<p>물론 AIR 사용 목적이 과도한 비트뱁 연산을 주로 사용한 비쥬얼적인 요소의 표현이 아닌 desktop application 의 목적이 강한지라 원래의 의도(?) 대로 사용한다면 별다른 아쉬움이 없을 것이다.</p>
<p>하지만, 나와 같이 actionscript 를 visualization 도구로 사용하는 개발자는 아쉬움이 상당히 클것이다.  플래시 컨텐츠를  desktop application 범위로서 좀더 다듬고 싶은 생각이 들어 AIR 로 접근했지만 위 문제로 접어야만 했다.</p>
<p>AIR 가 기본적으로 다중 window 를 지원하여 일괄적인 stage.quality 를 조정할려고 강제로 위 기능을 막아놓은것 같은 생각이 들지만 굳이 위 기능을 지원 안했어야만 했는지는 의문이 풀리진 않는다.</p>
<p>AIR 2.0 beta 도 지원하지 않는다..아쉽다.</p>
]]></content:encoded>
			<wfw:commentRss>http://kimkijeung.com/2010/02/22/why-not-change-stage-quality-in-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
