<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Greenass hansune</title>
		<link>http://blog.hansune.com/</link>
		<description>my study blog</description>
		<language>ko</language>
		<pubDate>Sun, 14 Mar 2010 01:07:29 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<image>
		<title>Greenass hansune</title>
		<url><![CDATA[http://cfs8.tistory.com/upload_control/download.blog?fhandle=YmxvZzI0Mjc2NEBmczgudGlzdG9yeS5jb206L2F0dGFjaC8wLzI4MDAwMDAwMDAwMC5qcGc%3D]]></url>
		<link>http://blog.hansune.com/</link>
		<description>my study blog</description>
		</image>
		<item>
			<title>네임스페이스 생성하기</title>
			<link>http://blog.hansune.com/210</link>
			<description>refer to : Essential ActionScript 3.0 by Colin Moock 네임스페이스 이름은 통상 URI를 가리키는 문자열이 된다. URI 라는 용어는 일반화된 리소르 식별 표준으로서, URL 또한 이 범주의 종류이다. URI 는 웹사이트 주소를 주로 사용하는데, 실재 존재하는 주소가 아니어도 된다. 단지 구분을 위한 것. 정의 형식 : namespace identifier = URI; 네임스페이스는 어느 곳에서든 정의할 수 있..&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-210-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-210-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-210-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Flash&amp;ActionScript</category>
			<category>ActionScript 3.0</category>
			<category>as3</category>
			<category>namespace</category>
			<author>hansune</author>
			<guid>http://blog.hansune.com/210</guid>
			<comments>http://blog.hansune.com/210#entry210comment</comments>
			<pubDate>Sun, 07 Mar 2010 01:23:23 +0900</pubDate>
		</item>
		<item>
			<title>액션스크립트 깊이 더하기</title>
			<link>http://blog.hansune.com/209</link>
			<description>for each, for in var info:Object =new Object(); info.city=&quot;toronto&quot;; info.country=&quot;canada&quot;; 순환문으로 변수값 접근하기 for each(var detal:* in info) { trace(detail); } 변수명 알아내기 for (var detailName:* in info) { trace(detalName); } 속성값 접근 for (var detailName:* in inf..</description>
			<category>Flash&amp;ActionScript</category>
			<category>ActionScript</category>
			<category>as3</category>
			<category>for each</category>
			<category>Prototype</category>
			<category>try catch</category>
			<author>hansune</author>
			<guid>http://blog.hansune.com/209</guid>
			<comments>http://blog.hansune.com/209#entry209comment</comments>
			<pubDate>Fri, 05 Mar 2010 23:24:49 +0900</pubDate>
		</item>
		<item>
			<title>이벤트 처리</title>
			<link>http://blog.hansune.com/208</link>
			<description>eventsExample (from OF_0061/apps/) event를 sprintf로 처리하는 구나. 이벤트가 뭐 이런거겠죠. sprintf : http://www.winapi.co.kr/clec/cpp1/12-2-3.htm&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-208-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-208-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-208-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>openframworks</category>
			<category>OF</category>
			<category>openframeworks</category>
			<author>hansune</author>
			<guid>http://blog.hansune.com/208</guid>
			<comments>http://blog.hansune.com/208#entry208comment</comments>
			<pubDate>Thu, 04 Mar 2010 16:54:35 +0900</pubDate>
		</item>
		<item>
			<title>Flex3 metadata tag(flex, flash)</title>
			<link>http://blog.hansune.com/151</link>
			<description>swf 설정 [SWF(width=&#039;1024&#039;, height=&#039;768&#039;, backgroundColor=&#039;#ffffff&#039;, frameRate=&#039;120&#039;)] from : http://livedocs.adobe.com/flex/3/html/help.html?content=metadata_3.html Metadata tags(flex3) The following table describes the metadata tags that you can use in..&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-151-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-151-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-151-2&quot; class=&quot;entry-ccl-nd&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black03.png&quot; alt=&quot;변경 금지&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Flash&amp;ActionScript</category>
			<category>flex metadata</category>
			<category>swf metadata tag</category>
			<author>hansune</author>
			<guid>http://blog.hansune.com/151</guid>
			<comments>http://blog.hansune.com/151#entry151comment</comments>
			<pubDate>Tue, 02 Mar 2010 18:31:18 +0900</pubDate>
		</item>
		<item>
			<title>noday but today - motiongraphics</title>
			<link>http://blog.hansune.com/207</link>
			<description>처음으로 만들었던 작업이다. 그저 좋아하는 노래, 어디서 본 듯한 움직임 ㅋ&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-207-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-207-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-207-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>projects</category>
			<category>motiongraphics</category>
			<author>hansune</author>
			<guid>http://blog.hansune.com/207</guid>
			<comments>http://blog.hansune.com/207#entry207comment</comments>
			<pubDate>Mon, 01 Mar 2010 22:30:22 +0900</pubDate>
		</item>
	</channel>
</rss>
