<?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://splitchin.com/tech/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://splitchin.com/tech</link>
	<description>Macや, iPhoneでの,Webデザイン,アプリ開発などを綴ってます。</description>
	<lastBuildDate>Sun, 06 May 2012 01:09:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flashを1回クリックしないと操作できなくなる問題</title>
		<link>http://splitchin.com/tech/2011/04/05/flash%e3%82%921%e5%9b%9e%e3%82%af%e3%83%aa%e3%83%83%e3%82%af%e3%81%97%e3%81%aa%e3%81%84%e3%81%a8%e6%93%8d%e4%bd%9c%e3%81%a7%e3%81%8d%e3%81%aa%e3%81%8f%e3%81%aa%e3%82%8b%e5%95%8f%e9%a1%8c/</link>
		<comments>http://splitchin.com/tech/2011/04/05/flash%e3%82%921%e5%9b%9e%e3%82%af%e3%83%aa%e3%83%83%e3%82%af%e3%81%97%e3%81%aa%e3%81%84%e3%81%a8%e6%93%8d%e4%bd%9c%e3%81%a7%e3%81%8d%e3%81%aa%e3%81%8f%e3%81%aa%e3%82%8b%e5%95%8f%e9%a1%8c/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 15:46:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash/ActionScript]]></category>
		<category><![CDATA[JavaScrpit]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://splitchin.com/tech/?p=1673</guid>
		<description><![CDATA[				Flash　プロの現場の仕事術 CS5/CS4/CS3対応
				2006.04.12のIEの更新プログラムをインストールすると、
				Flashを1回クリックしないと操作できなくなる問題について、Adob [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://www.amazon.co.jp/gp/product/4839936757/ref=as_li_ss_tl?ie=UTF8&#038;tag=i7llcom-22&#038;linkCode=as2&#038;camp=247&#038;creative=7399&#038;creativeASIN=4839936757">Flash　プロの現場の仕事術 CS5/CS4/CS3対応</a><img src="http://www.assoc-amazon.jp/e/ir?t=&#038;l=as2&#038;o=9&#038;a=4839936757" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
				<p>2006.04.12のIEの更新プログラムをインストールすると、<br />
				Flashを1回クリックしないと操作できなくなる問題について、Adobeの解決策。</p>
				<h3>1. Adobe資料</h3>
				<dl>
				<dt>アクティブコンテンツデベロッパーセンター &#8211; ADOBE DEVELOPER CONNECTION</dt>
				<dd><a href="http://www.adobe.com/jp/devnet/activecontent/" target="new">http://www.adobe.com/jp/devnet/activecontent</a></dd>
				</dl>
				<dl>
				<dt> ブラウザの更新に備えたアクティブコンテンツ使用Webサイトの準備</dt>
				<dd><a href="http://www.adobe.com/jp/devnet/activecontent/articles/devletter.html/" target="new">http://www.adobe.com/jp/devnet/activecontent/articles/devletter.html</a></dd>
				</dl>
				<h3>2.Adobe Active Contents Developer Centerより引用</h3>
				<blockquote><p>HTMLファイル内部に記述された&lt;object&gt;、&lt;embed&gt;、または&lt;apple&gt;tタグを使用してコーディングされたアクティブコンテンツを表示する前に、ユーザにクリックを促すメッセージが表示されます。ただし、複雑なFlash検出スクリプトを使用したサイトなど、外部スクリプトファイル（JavaScriptなど）によって生成されたタグを使用するHTMLページは、変化なく正常な動作を続けます。</p></blockquote>
				<ul>
				<li>外部JavaScriptソリューション1：埋め込みコンテンツが1つまたは数個の場合</li>
				<li>外部JavaScriptソリューション2：複数の埋め込みコンテンツがある場合</li>
				</ul>
				<h4>AC_RunActiveContent.js：</h4>
				<p><a href="http://download.macromedia.com/pub/developer/activecontent_samples.zip" target="new">AC_RunActiveContent.jsのダウンロード</a><br />
				外部JavaScriptソリューション2：複数の埋め込みコンテンツがある場合で、FlashおよびShockwaveコンテンツの回避策に使用するファイル。</p>
				<h4>利用方法</h4>
				<ul>
				<li>1. AC_FL_RunContent.jsをアップして、読み込む。</li>
				<li>2. AC_FL_RunContent()にパラメーターを記述して呼び出す。</li>
				<li>3. noscript部分に、JavaScript OFF時の代替手段を記述する。代替Gifでも可能。</li>
				</ul>
				<pre class="brush: plain;">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
&lt;title&gt;Untitled Document&lt;/title&gt;
&lt;script src=&quot;Scripts/AC_RunActiveContent.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','100','height','22','src','button1','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','button1' ); //end AC code
&lt;/script&gt;&lt;noscript&gt;&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0&quot; width=&quot;100&quot; height=&quot;22&quot;&gt;
  &lt;param name=&quot;movie&quot; value=&quot;button1.swf&quot; /&gt;
  &lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
  &lt;embed src=&quot;button1.swf&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;100&quot; height=&quot;22&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;&lt;/noscript&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
				<p><!-- Amazon area --></p>
				<div class="ad-area">
				<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&#038;bc1=FFFFFF&#038;IS2=1&#038;npa=1&#038;bg1=FFFFFF&#038;fc1=333333&#038;lc1=333333&#038;t=i7llcom-22&#038;o=9&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=4839931658" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
				</div>
				<p><!-- /Amazon area --></p>
]]></content:encoded>
			<wfw:commentRss>http://splitchin.com/tech/2011/04/05/flash%e3%82%921%e5%9b%9e%e3%82%af%e3%83%aa%e3%83%83%e3%82%af%e3%81%97%e3%81%aa%e3%81%84%e3%81%a8%e6%93%8d%e4%bd%9c%e3%81%a7%e3%81%8d%e3%81%aa%e3%81%8f%e3%81%aa%e3%82%8b%e5%95%8f%e9%a1%8c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm+Piece ブログパーツをリリース！</title>
		<link>http://splitchin.com/tech/2010/08/12/palmpiece-%e3%83%96%e3%83%ad%e3%82%b0%e3%83%91%e3%83%bc%e3%83%84%e3%82%92%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9%ef%bc%81/</link>
		<comments>http://splitchin.com/tech/2010/08/12/palmpiece-%e3%83%96%e3%83%ad%e3%82%b0%e3%83%91%e3%83%bc%e3%83%84%e3%82%92%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9%ef%bc%81/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 13:56:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash/ActionScript]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[palm+piece]]></category>
		<category><![CDATA[ブログパーツ]]></category>

		<guid isPermaLink="false">http://splitchin.com/tech/?p=1260</guid>
		<description><![CDATA[				
				
				iPhoneアプリ「Palm+Piece」のブログパーツをリリースしました！
				Graphic Designer @fromfmさんとのコラボアプリです。
				ブログパーツは、W:1 [...]]]></description>
			<content:encoded><![CDATA[				<p><script type="text/javascript" src="http://splitchin.com/work/blogparts/palm+piece/palmpieceblog.js"></script></p>
				<p>
				iPhoneアプリ「<a href="http://splitchin.com/work/palm+piece/">Palm+Piece</a>」の<a href="http://splitchin.com/work/palm+piece/blogparts.html">ブログパーツ</a>をリリースしました！</p>
				<p>Graphic Designer @fromfmさんとのコラボアプリです。</p>
				<p>ブログパーツは、W:160px-H:320pxの、Flash時計パーツとなっていて、<br />
				<a href="http://www.blog-parts.com/link/6826.htm" target="new">ブログパーツ.com</a>さんのサイトにも掲載して頂いております。<br />
				<br/><br />
				<a href="http://splitchin.com/work/palm+piece/blogparts.html" >詳細はこちら</a></p>
				<p>↓　iPhoneアプリ、&#8221;Palm+Piece”の、ダウンロードはこちらから<br />
				<a href="http://ax.itunes.apple.com/jp/app/palm-piece/id385538935?mt=8" target="new"><img src="http://splitchin.com/tech/wp-content/uploads/2010/08/apstlogo.gif" alt="AppStoreからダウンロード" title="apstlogo" width="150" height="51" class="alignleft size-full wp-image-1246" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://splitchin.com/tech/2010/08/12/palmpiece-%e3%83%96%e3%83%ad%e3%82%b0%e3%83%91%e3%83%bc%e3%83%84%e3%82%92%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9%ef%bc%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash環境構築 &#8211;  EclipseにActionScript3.0プラグインを入れる。</title>
		<link>http://splitchin.com/tech/2010/01/11/flash%e7%92%b0%e5%a2%83%e6%a7%8b%e7%af%89-eclipse%e3%81%abactionscript3-0%e3%83%97%e3%83%a9%e3%82%b0%e3%82%a4%e3%83%b3%e3%82%92%e5%85%a5%e3%82%8c%e3%82%8b%e3%80%82/</link>
		<comments>http://splitchin.com/tech/2010/01/11/flash%e7%92%b0%e5%a2%83%e6%a7%8b%e7%af%89-eclipse%e3%81%abactionscript3-0%e3%83%97%e3%83%a9%e3%82%b0%e3%82%a4%e3%83%b3%e3%82%92%e5%85%a5%e3%82%8c%e3%82%8b%e3%80%82/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 12:27:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash/ActionScript]]></category>
		<category><![CDATA[ActionScript3.0]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://splitchin.com/tech/?p=616</guid>
		<description><![CDATA[				最上位ＳＥＯ
				
				
				大体、思いつく限りだと、ActionScript3.0で制作するためのツール・環境は、下記の様になると思います。
				
				
				
				No.
				ツ [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://px.a8.net/svt/ejp?a8mat=1NLQR5+7NNREQ+1ZMC+60OXE" target="_blank">最上位ＳＥＯ</a><br />
				<img border="0" width="1" height="1" src="http://www19.a8.net/0.gif?a8mat=1NLQR5+7NNREQ+1ZMC+60OXE" alt=""></p>
				<p><img class="alignright size-full wp-image-651" title="adobeFlex" src="http://splitchin.com/tech/wp-content/uploads/2010/01/adobeFlex.png" alt="Adobe Flex" width="329" height="100" /></p>
				<p>大体、思いつく限りだと、ActionScript3.0で制作するためのツール・環境は、下記の様になると思います。</p>
				<table>
				<tbody>
				<tr>
				<th>No.</th>
				<th>ツール</th>
				<th>ライセンス</th>
				<th>Windows</th>
				<th>Mac</th>
				</tr>
				<tr>
				<td>1</td>
				<td>Flash CS</td>
				<td>有料</td>
				<td>◯</td>
				<td>◯</td>
				</tr>
				<tr>
				<td>2</td>
				<td>Flex Builder</td>
				<td>有料</td>
				<td>◯</td>
				<td>◯</td>
				</tr>
				<tr>
				<td>3</td>
				<td>Flex SDK + テキストエディタ</td>
				<td>無料</td>
				<td>◯</td>
				<td>◯</td>
				</tr>
				<tr>
				<td>4</td>
				<td>FlashDevelop</td>
				<td>無料</td>
				<td>◯</td>
				<td>×</td>
				</tr>
				<tr>
				<td>5</td>
				<td>Carbon Emacs + ECMAScript-mode</td>
				<td>無料</td>
				<td>×</td>
				<td>◯</td>
				</tr>
				<tr>
				<td>6</td>
				<td>XCode +CoreSWF</td>
				<td>無料</td>
				<td>×</td>
				<td>◯</td>
				</tr>
				<tr>
				<td>7</td>
				<td>Eclipse + AXDT</td>
				<td>無料</td>
				<td>◯</td>
				<td>◯</td>
				</tr>
				</tbody>
				</table>
				<p>スタンダートなところだと、FlashDevelopか、FlexBuilderだと思いますが、お金がないのと、会社だとWindows,家だとMacという困った環境なので、IDEが違うと作業効率が悪いのと、Android SDK、Google Apps Engineで、Eclipseを使用していたので、Eclipseに、AXDTプラグインをインストールする方法を試してみました。</p>
				<h3>1. Eclipseを入手する。</h3>
				<p>もし、Eclipseをまだインストールしていなければ、<a href="http://www.eclipse.org/" target="new">こちら</a>から入手して、インストールします。</p>
				<p>私は、Google Apps EngineやAndroidで、Javaを勉強中なので、「Eclipse IDE for Java Developers」を使っています。</p>
				<h3>2.EclipseのActionScript用プラグイン「Axdt」を追加する。</h3>
				<h4> Axdt(ActionScript x Development Tools)とは</h4>
				<p><a href="http://axdt.org/" target="new">http://axdt.org/</a><br />
				ActionScript3開発用Eclipseプラグイン。<br />
				EclipseでFlexでのActionScriptやMXML開発を支援します。</p>
				<ul>
				<li>Flex Design View：ドラッグ＆ドロップでの、UIデザイン</li>
				<li>xsd4mxml project：ソースコードの自動補完</li>
				<li>ActionScript・MXMLのビルド＆実行</li>
				</ul>
				<h3>3. Eclipse にAXDTをインストールする</h3>
				<p>Eclipse 3.5での設定方法の履歴です。<br />
				※他のVersionの方は、<a href="http://axdt.org/wiki/InstallAxdt" target="new">こちら</a>から。</p>
				<h4>1. Eclipseを起動します。</h4>
				<p>「Help」- 「Install New Software」を選択します。</p>
				<p><img class="alignright size-full wp-image-620" title="EclipseNewSoftware" src="http://splitchin.com/tech/wp-content/uploads/2010/01/EclipseNewSoftware.png" alt="Eclipse - Install New Software" width="280" height="211" /></p>
				<h4>2. IMPサイト「http://download.eclipse.org/technology/imp/updates」を、追加します。</h4>
				<p><img class="alignright size-full wp-image-622" title="eclipse-imp" src="http://splitchin.com/tech/wp-content/uploads/2010/01/eclipse-imp.png" alt="Eclipse imp" width="320" height="273" /></p>
				<p>Eclipseを再起動します。</p>
				<h4>3. AXDTサイト「http://update.axdt.org/」を追加します。</h4>
				<p><img class="alignright size-full wp-image-623" title="eclipse-axdt" src="http://splitchin.com/tech/wp-content/uploads/2010/01/eclipse-axdt.png" alt="Eclipse AXDT" width="320" height="260" /></p>
				<p>Eclipseを再起動します。</p>
				<h4>4. Parspectiveを開きます。</h4>
				<p>「Window」-　「Open Parspective」- 「Other」-「AXDT」を開きます。</p>
				<p><img src="http://splitchin.com/tech/wp-content/uploads/2010/01/Parspective1.png" alt="Parspective" title="Parspective" width="200" height="218" class="alignright size-full wp-image-659" /></p>
				<p>これで、Eclipseで、ActionScript3.0の記述とビルド環境が整いました。<br />
				次に、サンプルコードを入れて、ビルドできるか確認してみます。</p>
				<h3>4. ActionScript3.0 を書いて、Buildしてみる</h3>
				<p>新規AXDT Projectを作成します。</p>
				<p>とりあえず、円を作るサンプルを動かすので、「circle」としておきます。</P></p>
				<p><img src="http://splitchin.com/tech/wp-content/uploads/2010/01/NewAXDTProject.png" alt="AXDT Project" title="NewAXDTProject" width="280" height="155" class="alignright size-full wp-image-660" /></p>
				<p>「src」フォルダに、新規ActionScript3.0ファイルを作成します。<br />
				左メニューから、「src」フォルダを、右クリックして、「New AS3 File」を選択します。</p>
				<p><img src="http://splitchin.com/tech/wp-content/uploads/2010/01/NewAS3Circle01.png" alt="New ActionScript3.0" title="NewAS3Circle01" width="320" height="258" class="alignright size-full wp-image-661" /></p>
				<p>ファイル名「circle」の、ラジオボタン「Class」で作成します。</p>
				<p><img src="http://splitchin.com/tech/wp-content/uploads/2010/01/AS3NewCircle.png" alt="New ActionScript3.0" title="AS3NewCircle" width="320" height="251" class="alignright size-full wp-image-663" /></p>
				<p>src/circle.as に、以下のような、円を表示するサンプルActionScript3.0を記述します。</p>
				<p><img src="http://splitchin.com/tech/wp-content/uploads/2010/01/ActionScript3.png" alt="ActionScript3_0" title="ActionScript3" width="320" height="198" class="alignright size-full wp-image-664" /></p>
				<p>circle.as 円を描くサンプル</p>
				<pre class="brush: java;">
// Test ActionScript3.0 on AXDT
package  {
	 	import flash.display.*;

        public class circle extends Sprite {
                //--------------------------------------
                //  CONSTRUCTOR
                //--------------------------------------
                public function circle() {
                        //Setting Stage
                        stage.align = StageAlign.TOP_LEFT;
                        stage.scaleMode = StageScaleMode.NO_SCALE;

                        var circle:Sprite = new Sprite;
                        circle.graphics.beginFill(0x333333);
                        circle.graphics.drawCircle(320, 240, 100);
                        addChild(circle);
                }
        }
}
</pre>
				<p>ビルドします。</p>
				<p><img src="http://splitchin.com/tech/wp-content/uploads/2010/01/NewFlexSDK.png" alt="AXDT　SWF実行" title="NewFlexSDK" width="320" height="272" class="alignright size-full wp-image-657" /></p>
				<p>SWFが実行され、円が表示されました。尚、実行ファイルは、/deployにあります。</p>
				<p><!-- Amazon --></p>
				<div class="amazon-area">
				<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&#038;bc1=FFFFFF&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=333333&#038;t=i7llcom-22&#038;o=9&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;md=1X69VDGQCMF7Z30FM082&#038;asins=4881665901" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
				</div>
				<p><!-- /Amazon --></p>
]]></content:encoded>
			<wfw:commentRss>http://splitchin.com/tech/2010/01/11/flash%e7%92%b0%e5%a2%83%e6%a7%8b%e7%af%89-eclipse%e3%81%abactionscript3-0%e3%83%97%e3%83%a9%e3%82%b0%e3%82%a4%e3%83%b3%e3%82%92%e5%85%a5%e3%82%8c%e3%82%8b%e3%80%82/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash CS4 ボタンシンボルに、アクションが記述できない。</title>
		<link>http://splitchin.com/tech/2009/12/17/flash-cs4-%e3%83%9c%e3%82%bf%e3%83%b3%e3%82%b7%e3%83%b3%e3%83%9c%e3%83%ab%e3%81%ab%e3%80%81%e3%82%a2%e3%82%af%e3%82%b7%e3%83%a7%e3%83%b3%e3%81%8c%e8%a8%98%e8%bf%b0%e3%81%a7%e3%81%8d%e3%81%aa%e3%81%84/</link>
		<comments>http://splitchin.com/tech/2009/12/17/flash-cs4-%e3%83%9c%e3%82%bf%e3%83%b3%e3%82%b7%e3%83%b3%e3%83%9c%e3%83%ab%e3%81%ab%e3%80%81%e3%82%a2%e3%82%af%e3%82%b7%e3%83%a7%e3%83%b3%e3%81%8c%e8%a8%98%e8%bf%b0%e3%81%a7%e3%81%8d%e3%81%aa%e3%81%84/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 14:57:07 +0000</pubDate>
		<dc:creator>arakkyee</dc:creator>
				<category><![CDATA[Flash/ActionScript]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://splitchin.com/tech/?p=43</guid>
		<description><![CDATA[				Flash CS4で、ボタンシンボルのインスタンスに、
				アクションが記述できなくて驚きました。
				AS3.0からは、ボタンシンボルに、
				直接アクション記述出来なくなったんですね。（今更！）
 [...]]]></description>
			<content:encoded><![CDATA[				<p>Flash CS4で、ボタンシンボルのインスタンスに、<br />
				アクションが記述できなくて驚きました。</p>
				<p>AS3.0からは、ボタンシンボルに、<br />
				直接アクション記述出来なくなったんですね。（今更！）</p>
				<ul>
				<li>ActionScript 3.0 イベント処理の以前のバージョンとの違い<a href="http://livedocs.adobe.com/flash/9.0_jp/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000136.html">http://livedocs.adobe.com/flash/9.0_jp/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000136.htm</a></li>
				</ul>
				<p><!-- ad --></p>
				<div class="margin-area">
				<a href="http://px.a8.net/svt/ejp?a8mat=1HWB0Q+FDP6WY+1LLW+61RI9" target="_blank"><br />
				<img border="0" width="468" height="60" alt="" src="http://www28.a8.net/svt/bgt?aid=090526922930&#038;wid=003&#038;eno=01&#038;mid=s00000007466001016000&#038;mc=1"></a><br />
				<img border="0" width="1" height="1" src="http://www13.a8.net/0.gif?a8mat=1HWB0Q+FDP6WY+1LLW+61RI9" alt="">
				</div>
]]></content:encoded>
			<wfw:commentRss>http://splitchin.com/tech/2009/12/17/flash-cs4-%e3%83%9c%e3%82%bf%e3%83%b3%e3%82%b7%e3%83%b3%e3%83%9c%e3%83%ab%e3%81%ab%e3%80%81%e3%82%a2%e3%82%af%e3%82%b7%e3%83%a7%e3%83%b3%e3%81%8c%e8%a8%98%e8%bf%b0%e3%81%a7%e3%81%8d%e3%81%aa%e3%81%84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashのHTMLの埋込み。　SWFObject v2.0</title>
		<link>http://splitchin.com/tech/2009/12/17/flash%e3%81%aehtml%e3%81%ae%e5%9f%8b%e8%be%bc%e3%81%bf%e3%80%82%e3%80%80swfobject-v2-0/</link>
		<comments>http://splitchin.com/tech/2009/12/17/flash%e3%81%aehtml%e3%81%ae%e5%9f%8b%e8%be%bc%e3%81%bf%e3%80%82%e3%80%80swfobject-v2-0/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 14:12:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash/ActionScript]]></category>
		<category><![CDATA[JavaScrpit]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://splitchin.com/tech/?p=37</guid>
		<description><![CDATA[				FlashのSWFファイルを&#60;object&#62;タグ, &#60;embed&#62;タグを使用せずに、
				JSライブラリで、手軽にHTMLに埋込める、SWFObjectを使ってみました。
				ダウ [...]]]></description>
			<content:encoded><![CDATA[				<p>FlashのSWFファイルを&lt;object&gt;タグ, &lt;embed&gt;タグを使用せずに、<br />
				JSライブラリで、手軽にHTMLに埋込める、SWFObjectを使ってみました。</p>
				<h3>ダウンロード＆資料</h3>
				<ul>
				<li>SWFObject v2.0<br />
				<a href="http://code.google.com/p/swfobject/">http://code.google.com/p/swfobject/ </a></li>
				<li>SWFObject v2.0 ドキュメント日本語訳<br />
				<span style="text-decoration: underline;"><a style="text-decoration: none;" href="http://mtl.recruit.co.jp/blog/2007/10/swfobject_v20.html">http://mtl.recruit.co.jp/blog/2007/10/swfobject_v20.html</a></span></li>
				<li>SWFObject 2 HTML and JavaScript ジェネレーター v1.2<br />
				<a href="http://www.tonpoo.com/docs/swfobject_generator/">http://www.tonpoo.com/docs/swfobject_generator/</a><a></a></li>
				<p><a> </a></ul>
				<h3>サンプルページ</h3>
				<ul>
				<li><a href="http://splitchin.com/sample/javascript/swfobject/index_dynamic.html">http://splitchin.com/sample/javascript/swfobject/index_dynamic.html</a></li>
				</ul>
				<h3>1. swfobject.jsを読み込む</h3>
				<pre class="brush: jscript;">
&lt;script type=&quot;text/javascript&quot; src=&quot;swfobject.js&quot;&gt;&lt;/script&gt;
</pre>
				<h3>2. swfobject.jsを読み込む</h3>
				<pre class="brush: jscript;">
&lt;script type=&quot;text/javascript&quot;&gt;
var flashvars = {
// ここに、swfに渡す引数
}
var params = {
wmode: &quot;transparent&quot;　//params指定
};
var attributes = {};
// swf(FLASH素材)ファイル名、
// 置き換えるオブジェクト名(swfを組み込むdivタグのid名)、
// 横の長さ、
// 縦の長さ,
swfobject.embedSWF(&quot;mp3moji.swf&quot;, &quot;mp3moji&quot;, &quot;180&quot;, &quot;15&quot;, &quot;9.0.0&quot;,&quot;&quot;, flashvars, params, attributes);
&lt;/script&gt;
</pre>
				<h3>3. Flash組み込み部分　＆　Flash代替コンテンツ</h3>
				<pre class="brush: xml;">
&lt;div id=&quot;mp3moji&quot;&gt;
&lt;!--  Flash代替コンテンツ --&gt;
&lt;a href=&quot;test.mp3&quot;&gt;voice01&lt;/a&gt;
&lt;!-- / Flash代替コンテンツ --&gt;
&lt;/div&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://splitchin.com/tech/2009/12/17/flash%e3%81%aehtml%e3%81%ae%e5%9f%8b%e8%be%bc%e3%81%bf%e3%80%82%e3%80%80swfobject-v2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

