<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>Lab@vizualizer.com</title>
<link>http://vizualizer.com/lab/</link>
<description>talk about money-making stuff</description>
<dc:language>euc-kr</dc:language>
<dc:creator>something@vizualizer.com</dc:creator>
<dc:date>2006-03-31T17:29:07+09:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>


<item>
<title>naver open API</title>
<link>http://vizualizer.com/lab/000571.html</link>
<description><![CDATA[<a title="네이버 Open API" href="http://openapi.naver.com/" target="_blank">네이버 Open API</a>

등록 필요]]></description>
<guid isPermaLink="false">571@http://vizualizer.com/lab/</guid>
<dc:subject>Server Side</dc:subject>
<dc:date>2006-03-31T17:29:07+09:00</dc:date>
<comments>0</comments>
<body>네이버 Open API 등록 필요</body>
</item>

<item>
<title>AsBroadcaster class example</title>
<link>http://vizualizer.com/lab/000562.html</link>
<description>사용자가 정의한 객체에 추가할 수 있는 이벤트 알림 기능 및 리스너 관리 기능을 제공합니다. 이 클래스는 사용자 정의 이벤트 처리 메커니즘을 만들고자 하는 고급 사용자들을 위한 것입니다. 이 클래스를 사용하면 어떤 객체든 이벤트 브로드캐스터로 만들 수 있고 broadcasting 객체가 broadcastMessage()...</description>
<guid isPermaLink="false">562@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2006-02-24T16:43:20+09:00</dc:date>
<comments>0</comments>
<body>사용자가 정의한 객체에 추가할 수</body>
</item>

<item>
<title>insert one more linefeed url-encoded character</title>
<link>http://vizualizer.com/lab/000551.html</link>
<description><![CDATA[<pre class="entryBodyCodeQuotation">_global.escape2 = function(str:String) {
	var str2 = str.split('%0D');
	var str3 = str2.join('%0D%0A');
	return str3;
};</pre>

put one more linefeed character right after normal carraige return chracter.
You ought to use this function with eacape function]]></description>
<guid isPermaLink="false">551@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2005-09-19T15:28:49+09:00</dc:date>
<comments>0</comments>
<body>_global.escape2 = function(str:String) { var</body>
</item>

<item>
<title>kill the drawing of focus border on any component</title>
<link>http://vizualizer.com/lab/000550.html</link>
<description>You can kill the drawing of focus border on any component by adding [component name].drawFocus = &quot;&quot;; so on a textfield component named &quot;password&quot; password.drawFocus = &quot;&quot;; password.tabIndex = 2; This still aloows tabbing to take place, but no focus...</description>
<guid isPermaLink="false">550@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2005-09-10T09:44:36+09:00</dc:date>
<comments>0</comments>
<body>You can kill the drawing</body>
</item>

<item>
<title>프레임 타이머</title>
<link>http://vizualizer.com/lab/000549.html</link>
<description><![CDATA[<pre class="entryBodyCodeQuotation">var a = getTimer();
this.onEnterFrame = function (){
	//trace(a);
	if((getTimer() - a) &gt;2000){
		this.gotoAndPlay(1);
		this.onEnterFrame = null;
	}
}</pre>

약 2초 뒤에 1번 프레임으로 되돌아감.]]></description>
<guid isPermaLink="false">549@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2005-08-30T08:26:58+09:00</dc:date>
<comments>0</comments>
<body>var a = getTimer(); this.onEnterFrame</body>
</item>

<item>
<title>easing testing(flash MX 2004)</title>
<link>http://vizualizer.com/lab/000548.html</link>
<description><![CDATA[simple example for understanding differences between ease-out and ease-in in flash mx 2004 frame motion.

<a href="http://vizualizer.com/lab/2005/08/26/easing testing.fla" target="_blank">Download file(fla)</a>

<a href="http://vizualizer.com/lab/2005/08/26/easing testing.swf" target="_blank">Download file(swf)</a>
]]></description>
<guid isPermaLink="false">548@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2005-08-26T16:48:25+09:00</dc:date>
<comments>0</comments>
<body>simple example for understanding differences</body>
</item>

<item>
<title>print special characters in random</title>
<link>http://vizualizer.com/lab/000547.html</link>
<description><![CDATA[<pre class="entryBodyCodeQuotation">function randomChar(){
	var a:Number = random(128) + 77;
	var str = String.fromCharCode(a);
	trace(str);
	return str;
}</pre>]]></description>
<guid isPermaLink="false">547@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2005-08-26T16:39:25+09:00</dc:date>
<comments>0</comments>
<body>function randomChar(){ var a:Number =</body>
</item>

<item>
<title>random color code in navigation menu</title>
<link>http://vizualizer.com/lab/000546.html</link>
<description><![CDATA[<pre class="entryBodyCodeQuotation">
#include "lmc_tween.as"
menuCount = 3;
menuTitleArray = ["", "John", "Tim", "Michael"];
function decToHex(dec) {
	var hexStr = "0123456789ABCDEF";
	var low = dec%16;
	var high = (dec-low)/16;
	hex = ""+hexStr.charAt(high)+hexStr.charAt(low);
	return hex;
}
function getRandomColorCode() {
	var colorCode = "0x"+decToHex(random(255));
	colorCode += decToHex(random(255));
	colorCode += decToHex(random(255));
	return colorCode;
}
function colorDice(mc:MovieClip) {
	mc.colorTo(getRandomColorCode(), 1.5, "easeOutCubic", 0);
}
for (var k = 0; k&lt;menuCount+1; k++) {
	var target = eval("menu"+k);
	target.title.shows.text = menuTitleArray[k];
	target.id = k;
	target.onRollOver = function() {
		this.bg.tween("_width", 300, 0.5, "easeOutBounce", 0);
		this.bg.colorTo("0xffff00", 0.5, "easeOutBounce", 0);
	};
	target.onRollOut = function() {
		this.bg.tween("_width", 104, 0.5, "easeOutBounce", 0);
		this.bg.colorTo("0x000000", 0.5, "easeOutBounce", 0);
	};
	target.onRelease = function() {
		trace("menu "+this.id+" pressed!");
	};
	target.rollColorDice = setInterval(colorDice, 2000, target.bg);
	target.rollColorDice = setInterval(colorDice, 2000, target.title);
}</pre>]]></description>
<guid isPermaLink="false">546@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2005-08-26T16:33:48+09:00</dc:date>
<comments>0</comments>
<body> #include "lmc_tween.as" menuCount =</body>
</item>

<item>
<title>random number in specific range</title>
<link>http://vizualizer.com/lab/000545.html</link>
<description><![CDATA[<pre class="entryBodyCodeQuotation">_global.randomNumRange = function(min:Number, max:Number) {
	var r = Math.floor(Math.random()*(max-min+1))+min 
	return r;
};</pre>

return random positive integer in specific range.

<a href="http://vizualizer.com/lab/2005/08/26/randomRange.fla" target="_blank">Download file(fla)</a>
]]></description>
<guid isPermaLink="false">545@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2005-08-26T16:20:24+09:00</dc:date>
<comments>0</comments>
<body>_global.randomNumRange = function(min:Number, max:Number) {</body>
</item>

<item>
<title>good design@serizine</title>
<link>http://vizualizer.com/lab/000544.html</link>
<description>굿디자인의 4대 조건

look different - 독창성
다른 제품과는 구분되는 차별적 매력을 보유

feel good - 교감만족
시각, 청각, 후각, 미각, 촉각, 교감(제품이 주는 느낌)등 모든 감각적 요소를 개선하여 사용자의 감성적 욕구를 충족

easy to use - 사용편의성
기본적으로 안전하면서 신체적, 인지적으로 사용하기 쉬우며, 본래 용도 및 기능에 맞게 작동

identity - 정체성
기업의 디자인 철학이 일관되게 반영되어 기업 고유의 이미지를 구축</description>
<guid isPermaLink="false">544@http://vizualizer.com/lab/</guid>
<dc:subject>e Biz</dc:subject>
<dc:date>2005-08-26T14:19:19+09:00</dc:date>
<comments>0</comments>
<body>Download file this file(PDF format)</body>
</item>

<item>
<title>MovieClipLoader class</title>
<link>http://vizualizer.com/lab/000542.html</link>
<description>single MovieClipLoader instance can load multiple movie clips in seperated objects.
codes are below. this code load multiple jpg files into each movieclip instances.</description>
<guid isPermaLink="false">542@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2005-08-18T14:46:46+09:00</dc:date>
<comments>0</comments>
<body>single MovieClipLoader instance can load</body>
</item>

<item>
<title>swliveconnect</title>
<link>http://vizualizer.com/lab/000541.html</link>
<description><![CDATA[<a href="http://www.authorware.co.kr/FlashMX/Flash/html/20_publish31.html" target="_blank">swliveconnect</a>]]></description>
<guid isPermaLink="false">541@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2005-08-18T12:55:59+09:00</dc:date>
<comments>0</comments>
<body>swliveconnect</body>
</item>

<item>
<title>yp-t8 site curveTo source</title>
<link>http://vizualizer.com/lab/000539.html</link>
<description>yp-t8 site curveTo source

Drawing API based curve line</description>
<guid isPermaLink="false">539@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2005-08-12T19:38:27+09:00</dc:date>
<comments>0</comments>
<body>yp-t8 site curveTo source Drawing</body>
</item>

<item>
<title>flash 8 new features summary</title>
<link>http://vizualizer.com/lab/000537.html</link>
<description><![CDATA[<a href="http://www.macromedia.com/software/studio/" target="_blank">Macromedia studio 8 출시</a>

<a href="http://www.zdnet.co.kr/news/internet/entertainment/0,39031275,39138463,00.htm" target="_blank">비디오 시장 재편? 플래시8 출시 앞두고「속타는 MS」</a>]]></description>
<guid isPermaLink="false">537@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2005-08-09T14:08:07+09:00</dc:date>
<comments>0</comments>
<body>Macromedia studio 8 출시 비디오</body>
</item>

<item>
<title> friends of ED Studio 8 Update</title>
<link>http://vizualizer.com/lab/000536.html</link>
<description>Macromedia has finally confirmed what we have all suspected for a 
while: There is a new version of Macromedia Studio on its way! The latest 
versions of Flash and Dreamweaver are due to arrive with us in the very 
near future, and promise a host of new features as well as revisions to 
existing ones. 

friends of ED have a range of titles in the works to help you get to 
grips with these latest versions, whether you&apos;re upgrading from an 
earlier version, or a first time web designer.  </description>
<guid isPermaLink="false">536@http://vizualizer.com/lab/</guid>
<dc:subject>ActionScript</dc:subject>
<dc:date>2005-08-09T09:52:41+09:00</dc:date>
<comments>0</comments>
<body>Macromedia has finally confirmed what</body>
</item>


</channel>
</rss>
