<?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>ぺんラボ &#187; Flash</title>
	<atom:link href="http://www.penlabo.net/archives/category/flash/feed" rel="self" type="application/rss+xml" />
	<link>http://www.penlabo.net</link>
	<description>分散コンピューティングと愚痴が少々</description>
	<lastBuildDate>Tue, 20 Jul 2010 10:55:26 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ActionScript3で一度loadした画像をキャッシュとして扱うのにハマった</title>
		<link>http://www.penlabo.net/archives/1279</link>
		<comments>http://www.penlabo.net/archives/1279#comments</comments>
		<pubDate>Wed, 10 Feb 2010 17:04:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[Bitmap]]></category>
		<category><![CDATA[Loader]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=1279</guid>
		<description><![CDATA[Flash的にはインスタンスの複製とでもいうのだろうけど、こういう独自の呼び方はなかなか覚えられない傾向があるで覚える気もない（だから覚えないんだろうけど）。
ライブラリに最初から埋め込んである画像はクラスとして書き出し [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/1279/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ActionScript3のthisに悶え苦しんだ</title>
		<link>http://www.penlabo.net/archives/1241</link>
		<comments>http://www.penlabo.net/archives/1241#comments</comments>
		<pubDate>Mon, 18 Jan 2010 08:50:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[global]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[this]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=1241</guid>
		<description><![CDATA[Javascriptがそれなりに使いこなせれば、ActionScript2も特に問題がなかったわけですが、今頃になっていじり始めたActionScript3（以下AS3）で悶え苦しみました。
イベントやシンボルの扱いが変 [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/1241/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash MXにはマイターリミットが無い</title>
		<link>http://www.penlabo.net/archives/480</link>
		<comments>http://www.penlabo.net/archives/480#comments</comments>
		<pubDate>Wed, 24 Sep 2008 06:34:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[マイター]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=480</guid>
		<description><![CDATA[Flashに図形を描く機能を持たせたツールを作ってますが、
PostScriptにはあるはずの機能が無いことに気がつきました。
そう、線をつなげた場合の角のパラメータ、マイターリミット。
検索してみたらAdobeのサイト [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/480/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript2には円を描く関数が無い？</title>
		<link>http://www.penlabo.net/archives/478</link>
		<comments>http://www.penlabo.net/archives/478#comments</comments>
		<pubDate>Sun, 21 Sep 2008 18:31:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[図形]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=478</guid>
		<description><![CDATA[今頃にFlash MXを引っ張り出してActionScriptの勉強してます。
図形で円を動的に描こうと思って調べているとdrawCircleなる関数があるという。
しかしよくよく調べていくと、この関数が使えるのはAct [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/478/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flashでカーソルの座標を得る</title>
		<link>http://www.penlabo.net/archives/441</link>
		<comments>http://www.penlabo.net/archives/441#comments</comments>
		<pubDate>Thu, 18 Sep 2008 14:37:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[カーソル]]></category>
		<category><![CDATA[座標]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=441</guid>
		<description><![CDATA[Flashを始めました。
JavaScriptで処理するにも、いろいろと限界もありますし、
ActionScriptを利用すれば非常に簡単に実行できることもあったりします。
クロスブラウザを気にしなくていいのが最大の利点 [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/441/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
