<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>btmup Blog &#187; Flash</title>
	<atom:link href="http://blog.btmup.com/category/flash/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.btmup.com</link>
	<description>Web 制作のことを中心に、ちょっとした Tips などを掲載しています。「自分用メモ」が基本スタンス。</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:55:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.btmup.com/category/flash/feed" />
		<item>
		<title>外部 AS ファイルを Flash で読み込んで実行する方法。</title>
		<link>http://blog.btmup.com/flash/run-external-as-file-in-flash.html</link>
		<comments>http://blog.btmup.com/flash/run-external-as-file-in-flash.html#comments</comments>
		<pubDate>Thu, 28 Oct 2010 12:50:16 +0000</pubDate>
		<dc:creator>kbysbtmup</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[外部ファイル]]></category>

		<guid isPermaLink="false">http://blog.btmup.com/?p=1364</guid>
		<description><![CDATA[割とハマったのでメモ。
ActionScript （AS3）の色々なサンプルコードが Web 上に公開されていますが、その多くが外部 AS ファイルとして記述されています。
「package」やら「public」やら「p [...]]]></description>
		<wfw:commentRss>http://blog.btmup.com/flash/run-external-as-file-in-flash.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.btmup.com/flash/run-external-as-file-in-flash.html" />
	</item>
		<item>
		<title>ActionScript 3.0 で Javascript を呼び出してウィンドウを閉じる方法。</title>
		<link>http://blog.btmup.com/javascript/actionscript-3-0-javascript-window-close.html</link>
		<comments>http://blog.btmup.com/javascript/actionscript-3-0-javascript-window-close.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:37:05 +0000</pubDate>
		<dc:creator>kbysbtmup</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[JavaScript・jQuery]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[window.close()]]></category>

		<guid isPermaLink="false">http://blog.btmup.com/?p=1315</guid>
		<description><![CDATA[ググっても情報がなぜか少ないので、とりあえずメモ的にアップ。
window.open() なんかで開いたサブウィンドウを、テキストリンクやボタンで閉じるための方法です。
HTML でウィンドウを閉じる
HTML ではこん [...]]]></description>
		<wfw:commentRss>http://blog.btmup.com/javascript/actionscript-3-0-javascript-window-close.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.btmup.com/javascript/actionscript-3-0-javascript-window-close.html" />
	</item>
		<item>
		<title>ActionScript 3.0 で parent を指定したときにコンパイルエラーが発生する件。</title>
		<link>http://blog.btmup.com/flash/actionscript/actionscript-3-0-parent-compile-error.html</link>
		<comments>http://blog.btmup.com/flash/actionscript/actionscript-3-0-parent-compile-error.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 10:31:52 +0000</pubDate>
		<dc:creator>kbysbtmup</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[MovieClip]]></category>
		<category><![CDATA[parent]]></category>
		<category><![CDATA[キャスト]]></category>
		<category><![CDATA[コンパイルエラー]]></category>

		<guid isPermaLink="false">http://blog.btmup.com/?p=1308</guid>
		<description><![CDATA[ActionScript 3.0 （以下、 AS3）で、親 MC に設定したラベルを使って場面を移動したりするときのお話。
「_parent」は AS2 の書き方なので「parent」と書くのは前提として（←でも一応載せ [...]]]></description>
		<wfw:commentRss>http://blog.btmup.com/flash/actionscript/actionscript-3-0-parent-compile-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.btmup.com/flash/actionscript/actionscript-3-0-parent-compile-error.html" />
	</item>
		<item>
		<title>外部テキストファイルを読み込んだときにスクロールバー［UIScrollBar］が反応しない（Desabled状態になる）件とその解決法。</title>
		<link>http://blog.btmup.com/flash/actionscript/external-text-uiscrollbar-desabled.html</link>
		<comments>http://blog.btmup.com/flash/actionscript/external-text-uiscrollbar-desabled.html#comments</comments>
		<pubDate>Mon, 09 Nov 2009 11:24:28 +0000</pubDate>
		<dc:creator>kbysbtmup</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[UIScrollBar]]></category>
		<category><![CDATA[スクロールバー]]></category>
		<category><![CDATA[外部テキスト]]></category>

		<guid isPermaLink="false">http://blog.btmup.com/?p=1300</guid>
		<description><![CDATA[目下「ActionScript 3.0 を頑張って覚えようキャンペーン」を開催中なのですが、さっそくつまづいたのでメモ。
外部ファイルのテキストを読み込んで、テキストフィールド（TextField）に表示しようとしたとき [...]]]></description>
		<wfw:commentRss>http://blog.btmup.com/flash/actionscript/external-text-uiscrollbar-desabled.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.btmup.com/flash/actionscript/external-text-uiscrollbar-desabled.html" />
	</item>
		<item>
		<title>flaファイルは上書きするとサイズが大きくなる</title>
		<link>http://blog.btmup.com/flash/flash-file-size.html</link>
		<comments>http://blog.btmup.com/flash/flash-file-size.html#comments</comments>
		<pubDate>Tue, 28 Oct 2008 14:28:46 +0000</pubDate>
		<dc:creator>kbysbtmup</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ファイルサイズ]]></category>

		<guid isPermaLink="false">http://www.btmup.com/blog_tech/?p=9</guid>
		<description><![CDATA[最近知ったんですが、flaファイルは上書きするとどんどんファイルのサイズが大きくなるんだそうです。
その回避方法はただ一つ。
「別名で保存する」
なんて単純！！
ただ、別名で保存したファイルを（Finderとかで）元の名 [...]]]></description>
		<wfw:commentRss>http://blog.btmup.com/flash/flash-file-size.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.btmup.com/flash/flash-file-size.html" />
	</item>
		<item>
		<title>ActionScriptとモーショントゥイーンとの関係について</title>
		<link>http://blog.btmup.com/flash/actionscript-motiontween.html</link>
		<comments>http://blog.btmup.com/flash/actionscript-motiontween.html#comments</comments>
		<pubDate>Sat, 25 Oct 2008 16:19:24 +0000</pubDate>
		<dc:creator>kbysbtmup</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[フレームアクション]]></category>
		<category><![CDATA[モーショントゥイーン]]></category>

		<guid isPermaLink="false">http://www.btmup.com/blog_tech/?p=3</guid>
		<description><![CDATA[フレームにActionScriptを記述している場合、ターゲットのムービークリップにモーショントゥイーンを設定してたら効かないっぽい。
ということに今日気付きました。
今までにもエラーはないのに何故か動いてくれないことが [...]]]></description>
		<wfw:commentRss>http://blog.btmup.com/flash/actionscript-motiontween.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.btmup.com/flash/actionscript-motiontween.html" />
	</item>
	</channel>
</rss>

