<?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>5ive.blog &#187; as2</title>
	<atom:link href="http://www.5ive.info/blog/archives/category/as2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.5ive.info/blog</link>
	<description>ActionScriptを中心としたWeb全般プログラムのメモサイトです。</description>
	<lastBuildDate>Tue, 07 Sep 2010 01:08:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CASAを使ってPHPとやりとりする</title>
		<link>http://www.5ive.info/blog/archives/32</link>
		<comments>http://www.5ive.info/blog/archives/32#comments</comments>
		<pubDate>Fri, 03 Aug 2007 03:55:27 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as2]]></category>
		<category><![CDATA[CASA]]></category>
		<category><![CDATA[通信]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/archives/32</guid>
		<description><![CDATA[通常はsendAndLoadを使うけど、CASAを使うともっと手軽に出来ます。new VarsLoad()の第1引数でPHPのパスを指定し、第2引数で「GET」か「POST」の送信方法を指定する。myVarsLoad.s [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/32/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ロモフィルター</title>
		<link>http://www.5ive.info/blog/archives/28</link>
		<comments>http://www.5ive.info/blog/archives/28#comments</comments>
		<pubDate>Tue, 31 Jul 2007 04:31:48 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as2]]></category>
		<category><![CDATA[effect]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/archives/28</guid>
		<description><![CDATA[	
	
	
	
	
	
	
	
	
ロシアのトイカメラLOMOで撮影したような効果を与えるフィルターを作ってみた。全体的にハイコントラストにして四隅が暗くなるように調整。勝手にロモフィルターと命名することに。
LomoF [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>オブジェクトの中身を調べる</title>
		<link>http://www.5ive.info/blog/archives/26</link>
		<comments>http://www.5ive.info/blog/archives/26#comments</comments>
		<pubDate>Thu, 26 Jul 2007 10:15:08 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as2]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/archives/26</guid>
		<description><![CDATA[ Object型の変数をトレースすると[object Object]としか表示されず、いまいち中身が良く分からない。中のプロパティを確認したいときに使うのが「ObjectDumper.toString()」メソッド。トレ [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ダイナミックテキストに網掛け</title>
		<link>http://www.5ive.info/blog/archives/22</link>
		<comments>http://www.5ive.info/blog/archives/22#comments</comments>
		<pubDate>Fri, 20 Jul 2007 02:58:20 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as2]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[TextField]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/archives/22</guid>
		<description><![CDATA[	
	
	
	
	
	
	
	
	
ダイナミックテキストにビットマップ塗りでマスクをかけて網掛け状態にしてみる。

上記のような斜線のpngを用意してライブラリに読み込んでおく。リンケージ名を「bg04.png」にして、 [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CASA Frameworkを試す</title>
		<link>http://www.5ive.info/blog/archives/12</link>
		<comments>http://www.5ive.info/blog/archives/12#comments</comments>
		<pubDate>Mon, 02 Jul 2007 03:19:00 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as2]]></category>
		<category><![CDATA[CASA]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/archives/12</guid>
		<description><![CDATA[CASAが良いらしい、とよく聞くので使ってみる。クラスを一通り見てみると「LoadGroup」と「XmlUtil」あたりが便利そうだ。
「LoadGroup」を使うと複数のxmlや画像を一括管理で読み込む事ができる。今回 [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/12/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>AMFPHPを試す</title>
		<link>http://www.5ive.info/blog/archives/11</link>
		<comments>http://www.5ive.info/blog/archives/11#comments</comments>
		<pubDate>Mon, 18 Jun 2007 14:51:15 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as2]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[通信]]></category>

		<guid isPermaLink="false">http://www.5ive.info/wordpress/archives/11</guid>
		<description><![CDATA[AMF通信をやってみる。まずはFlash Remoting用のコンポーネントをダウンロードしてインストールする。
次にamfphpをダウンロード。現時点でのバージョンはamfphp-1.2.6。解凍してamfphpフォル [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ドメイン間ポリシーファイルについて</title>
		<link>http://www.5ive.info/blog/archives/7</link>
		<comments>http://www.5ive.info/blog/archives/7#comments</comments>
		<pubDate>Thu, 17 May 2007 05:24:02 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[通信]]></category>

		<guid isPermaLink="false">http://www.5ive.info/wordpress/archives/7</guid>
		<description><![CDATA[異なるドメイン間でXMLとかをやり取りする場合、「crossdomain.xml」を設置する必要がある。Flash側にはcrossdomain.xmlが置かれているドメインを設定することでクロスアクセスが可能になる。アク [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharedObjectのデフォルト保存場所</title>
		<link>http://www.5ive.info/blog/archives/4</link>
		<comments>http://www.5ive.info/blog/archives/4#comments</comments>
		<pubDate>Tue, 01 May 2007 09:30:09 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as2]]></category>
		<category><![CDATA[SharedObject]]></category>

		<guid isPermaLink="false">http://www.5ive.info/wordpress/?p=4</guid>
		<description><![CDATA[ローカルにデータを保存するときに使うSharedObject。第2引数を指定しない場合はここに保存される。
win
C:\Documents and Settings\&#8221;ユーザー名&#8221;\Applic [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flashとjavascriptとphpでやりとりするには</title>
		<link>http://www.5ive.info/blog/archives/3</link>
		<comments>http://www.5ive.info/blog/archives/3#comments</comments>
		<pubDate>Thu, 12 Apr 2007 11:01:08 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as2]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ExternalInterface]]></category>
		<category><![CDATA[通信]]></category>

		<guid isPermaLink="false">http://www.5ive.info/wordpress/?p=3</guid>
		<description><![CDATA[flashとjavascriptのやり取りは「ExternalInterface」を使う。
function getJavascript()
{
   var obj = new Object();
   obj.inf [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
