<?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>イテルの一日一問 &#187; Flash</title>
	<atom:link href="http://oneday.ter.jp/tag/flash/feed" rel="self" type="application/rss+xml" />
	<link>http://oneday.ter.jp</link>
	<description>一日にひとつは何かを考える。</description>
	<lastBuildDate>Tue, 25 May 2010 00:35:11 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://oneday.ter.jp/tag/flash/feed" />
		<item>
		<title>背景にFlashを置く</title>
		<link>http://oneday.ter.jp/flash/471.html</link>
		<comments>http://oneday.ter.jp/flash/471.html#comments</comments>
		<pubDate>Thu, 23 Jul 2009 04:36:35 +0000</pubDate>
		<dc:creator>イテル</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[css＋xhtmlなど]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[背景にFlash設置]]></category>

		<guid isPermaLink="false">http://oneday.ter.jp/?p=471</guid>
		<description><![CDATA[
3日目の伊藤商店サイトを作った際のチップス。
FLASHを背景にしきたい場合、次のような感じにするといいみたい。
HTMLソース：Swfobjectを使用して配置

&#60;div id=&#34;content&#038;q [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://oneday.ter.jp/wp-content/uploads/2009/07/090724-700x200.jpg" alt="090724" title="090724" width="700" height="200" class="alignnone size-thumbnail wp-image-496" /></p>
<p>3日目の<a href="http://ito.ter.jp" target="_blank">伊藤商店</a>サイトを作った際のチップス。<br />
FLASHを背景にしきたい場合、次のような感じにするといいみたい。</p>
<h3>HTMLソース：Swfobjectを使用して配置</h3>
<pre class="brush: xml;">
&lt;div id=&quot;content&quot;&gt;
&lt;h1&gt;伊藤商店&lt;/h1&gt;
&lt;p&gt;伊藤商店はステキなwebクリエイターです&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&quot;flash&quot;&gt;
&lt;div id=&quot;flashcontent&quot;&gt;
&lt;strong&gt;このサイトでは&lt;a href=&quot;http://www.adobe.com/jp/products/flashplayer/&quot; target=&quot;_blank&quot;&gt;Adobe Flash Player&lt;/a&gt;が必要です。&lt;/strong&gt;&lt;br /&gt;
Adobeのサイトより最新の&lt;a href=&quot;http://www.adobe.com/jp/products/flashplayer/&quot; target=&quot;_blank&quot;&gt;FlashPlayerをダウンロード&lt;/a&gt;してください。
&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
// &lt;![CDATA[
var so = new SWFObject(&quot;itoshoten.swf&quot;, &quot;sotester&quot;, &quot;100%&quot;, &quot;100%&quot;, &quot;10&quot;, &quot;#000000&quot;);
so.addVariable(&quot;flashVarText&quot;, &quot;this is passed in via FlashVars for example only&quot;);
so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
so.addParam(&quot;scale&quot;, &quot;noscale&quot;);
so.write(&quot;flashcontent&quot;);
// ]]&gt;
&lt;/script&gt;
&lt;/div&gt;
</pre>
<p>※swfobjectについては<a href="http://oneday.ter.jp/css-xhtml/265.html" target="_blank">過去の記事</a>を参照してちょ。</p>
<h3>CSSソース</h3>
<pre class="brush: css;">
#content {
	position: relative;
	z-index: 1;
}
#flash {
	position: absolute;
	z-index:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
</pre>
<p>z-indexでレイヤーを指定して使う。<br />
古いブラウザによっては正常に見えない可能性もあるが、<br />
IE6より前のブラウザとかは、無視したいところ。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://oneday.ter.jp/flash/471.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://oneday.ter.jp/flash/471.html" />
	</item>
		<item>
		<title>wordpressのswf埋め込みプラグインがメモリを食いつぶしてた</title>
		<link>http://oneday.ter.jp/wordpress/360.html</link>
		<comments>http://oneday.ter.jp/wordpress/360.html#comments</comments>
		<pubDate>Sat, 11 Jul 2009 11:02:50 +0000</pubDate>
		<dc:creator>イテル</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[wp-al-swfobject]]></category>
		<category><![CDATA[埋め込み]]></category>

		<guid isPermaLink="false">http://oneday.ter.jp/?p=360</guid>
		<description><![CDATA[
昨日まで何も疑うことなく「XHTML Video Embed」というswfおよびビデオを埋め込めるプラグインを使用していたが、昨日タカハシデザインの作品をアップて表示させたところ、めっさメモリを食い散らかしていた。
気 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-361" title="090710" src="http://oneday.ter.jp/wp-content/uploads/2009/07/090710-700x200.jpg" alt="090710" width="700" height="200" /></p>
<p>昨日まで何も疑うことなく「XHTML Video Embed」というswfおよびビデオを埋め込めるプラグインを使用していたが、昨日タカハシデザインの作品をアップて表示させたところ、めっさメモリを食い散らかしていた。<br />
気がつけば700MB。firefoxがフリーズしてるしｗ</p>
<p>ということで、一昨日見つけていたalumicanさんの「wp-al-swfobject_2.1_ja」を入れてみた。</p>
<p>動作は快適で問題ないっす！！！<br />
利用させていただきます！</p>
<p>「XHTML Video Embed」はビデオ埋め込み用として使い分けが必要かもしれません。</p>
<p>どうでもいいのですが、「ｓｗｆ」って「スウィッフ」って読むらしいっす。<br />
2年ほど前のセミナーでadobeの方が言ってたし。<br />
初めて聞いたときキョトンとしてしまった。</p>
]]></content:encoded>
			<wfw:commentRss>http://oneday.ter.jp/wordpress/360.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://oneday.ter.jp/wordpress/360.html" />
	</item>
		<item>
		<title>NextGen Gallery-フォトギャラリーの使い方</title>
		<link>http://oneday.ter.jp/wordpress/287.html</link>
		<comments>http://oneday.ter.jp/wordpress/287.html#comments</comments>
		<pubDate>Fri, 03 Jul 2009 14:31:45 +0000</pubDate>
		<dc:creator>イテル</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[フォトギャラリー]]></category>
		<category><![CDATA[使い方]]></category>
		<category><![CDATA[使用方法]]></category>

		<guid isPermaLink="false">http://oneday.ter.jp/?p=287</guid>
		<description><![CDATA[
昨日に引き続き、wordpressでFlashフォトギャラリーを使う方法をまとめる。
昨日はセットアップだったので、本日は画像の登録と設置方法について解説する。

まずはギャラリーにアクセスする。
左側メニューの一番下 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-300" title="090702" src="http://oneday.ter.jp/wp-content/uploads/2009/07/0907021-700x200.jpg" alt="090702" width="700" height="200" /></p>
<p>昨日に引き続き、wordpressでFlashフォトギャラリーを使う方法をまとめる。</p>
<p>昨日はセットアップだったので、本日は画像の登録と設置方法について解説する。</p>
<ol>
<li>まずはギャラリーにアクセスする。<br />
左側メニューの一番下にgalleryという項目が追加されいるのを確認。</li>
<li>その中の「AddGallery / Images」というボタンをクリック。</li>
<li>すると右側に「Add new gallery」というのが表示される。<br />
名称を入力するとギャラリー（カテゴリ）が追加される。</li>
<li>さらに、上のほうにある「UploadImages」というタブをクリックすることで、ファイルをアップするためのページに移動する。</li>
<li>Brouseをクリックして、3で追加したカテゴリを選択して、「UploadImages」をクリックすると画像が追加されるます。<br />
この作業を延々と続けるか、もしくはさらに右側にある「Upload a Zip-File」で画像をzipでまとめてアップすることができる。</li>
<li>アップが一通り終わったら確認してみる。<br />
再び、左側のGalleryメニュー中の「Manage Garllery」をクリックすると、３で追加したカテゴリが表示されるのでクリックすると登録された画像が確認できる。</li>
<li>「Alt &amp; Title Text / Description」に画像のキャプションを入力して、「SaveChanges」をクリック。<br />
消したい画像があれば消す。</li>
<li>最後に「Manage Garllery」のページで、表示したいカテゴリのIDを覚えておく。</li>
<li>投稿もしくはページの本文に、以下のいずれかの構文を入力する。<br />
○simpleviewerの場合</p>
<pre class="brush: xml;">
[simpleviewer=【ID】,【幅】,【高さ】]
</pre>
<p>○tiltviewerの場合</p>
<pre class="brush: xml;">
[tiltviewer=【ID】,【幅】,【高さ】]
</pre>
<p>○autoviewerの場合</p>
<pre class="brush: xml;">
[autoviewer=【ID】,【幅】,【高さ】]
</pre>
<p>○pcviewer（ポストカード）の場合</p>
<pre class="brush: xml;">
[pcviewer=【ID】,【幅】,【高さ】]
</pre>
<p>※【】の部分は数値を入力します。</li>
<li>列数行数やサムネイルの幅などの詳細設定は「管理画面」→「ギャラリー」→「Flashviewer」→「各ビューアーのタブ」で設定できる。</li>
</ol>
<p>表示例は「<a href="http://diary.ter.jp/leave/1284.html" target="_blank">イテル日記</a>」にて公開中。</p>
<p>個人のブログの写真集などで利用はできるが、コーポレートサイトなどで使うシチュエーションがあまり浮かばないかも。</p>
<p>なんか有効活用したいけど思いつかない・・・。</p>
]]></content:encoded>
			<wfw:commentRss>http://oneday.ter.jp/wordpress/287.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://oneday.ter.jp/wordpress/287.html" />
	</item>
		<item>
		<title>WordPressにFlashのフォトギャラリーを設置する（NextGen Gallery）</title>
		<link>http://oneday.ter.jp/wordpress/278.html</link>
		<comments>http://oneday.ter.jp/wordpress/278.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 08:30:16 +0000</pubDate>
		<dc:creator>イテル</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[フォトギャラリー]]></category>
		<category><![CDATA[設置方法]]></category>

		<guid isPermaLink="false">http://oneday.ter.jp/?p=278</guid>
		<description><![CDATA[
撮りためた写真をwordpress上で公開したい場合に、使えるプラグイン「NextrGen Gallery」をご紹介。
NextGen Flashviewerの効果がステキな様子。
はじめに、「NextGen Gall [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-282" title="090702" src="http://oneday.ter.jp/wp-content/uploads/2009/07/090702-700x200.jpg" alt="090702" width="700" height="200" /></p>
<p>撮りためた写真をwordpress上で公開したい場合に、使えるプラグイン「NextrGen Gallery」をご紹介。</p>
<p><a href="http://wordpress.org/extend/plugins/nextgen-flashviewer/" target="_blank">NextGen Flashviewer</a>の効果がステキな様子。</p>
<p>はじめに、「NextGen Gallery」を入れておく必要がある。</p>
<ol>
<li>「<a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/" target="_blank">NextGen Gallery</a>」をインストールする。<br />
インストール方法はプラグインの「新規追加」から追加、もしくはダウンロード＆アップロードで追加する。</li>
<li>「NextGen Gallery Flashviewer」をインストールする。<br />
インストール方法はプラグインの「新規追加」から追加、もしくはダウンロード＆アップロードで追加する。</li>
<li>「<a href="http://www.airtightinteractive.com/viewers/" target="_blank">Airtight Viewers</a>」より「SimpleViewer」「TiltViewer」「AutoViewer」「PostCardViewer」の各ビューアーのzipファイルをダウンロードし解凍する。</li>
<li>解凍したフォルダに含まれるswfファイルを、デスクトップなどに「nggflash-swf」というフォルダを作成してコピーしておく。<br />
「PostCardViewer」の「viewer.swf」のみ、「pcviewer.swf」にリネームが必要なので注意する。</li>
<li>「wp-content/plugins/」に「nggflash-swf」フォルダをswfファイルごとアップする。</li>
<li>プラグインの使用を開始する。</li>
</ol>
<p>以上で、左側のナビゲーションに「Gallary」ボタンが追加され使用できるようになる。</p>
<p>具体的な使い方は明日説明する予定。</p>
]]></content:encoded>
			<wfw:commentRss>http://oneday.ter.jp/wordpress/278.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://oneday.ter.jp/wordpress/278.html" />
	</item>
		<item>
		<title>プルダウンメニューがFlashに隠れるのを回避（wmode ＆ swfobject.jp）</title>
		<link>http://oneday.ter.jp/css-xhtml/265.html</link>
		<comments>http://oneday.ter.jp/css-xhtml/265.html#comments</comments>
		<pubDate>Wed, 01 Jul 2009 08:48:37 +0000</pubDate>
		<dc:creator>イテル</dc:creator>
				<category><![CDATA[css＋xhtmlなど]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[wmode]]></category>
		<category><![CDATA[隠れる]]></category>

		<guid isPermaLink="false">http://oneday.ter.jp/?p=265</guid>
		<description><![CDATA[
初歩的なことを忘れていたのでメモ。
jsのプルダウンメニューがflashにかかってしまう場合、objectタグで何も指定しないとflashの後ろにプルダウンメニューが入り込んでしまう。
また、ドリ標準のflash埋め込 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-271" title="0906701-w3c" src="http://oneday.ter.jp/wp-content/uploads/2009/07/0906701-w3c-700x200.jpg" alt="0906701-w3c" width="700" height="200" /></p>
<p>初歩的なことを忘れていたのでメモ。</p>
<p>jsのプルダウンメニューがflashにかかってしまう場合、objectタグで何も指定しないとflashの後ろにプルダウンメニューが入り込んでしまう。</p>
<p>また、ドリ標準のflash埋め込みは分かりにくいのでswfobjectを使用してみる。</p>
<pre class="brush: xml;">
&lt;script src=&quot;js/swfobject.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
<p>ヘッダー内に上記記述を入れる。</p>
<pre class="brush: xml;">
&lt;div id=&quot;flashcontent&quot;&gt;
	ここはswfobjectでは読み込まないっす。
	flash playerがないとき表示されます。
&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
	var so = new SWFObject(&quot;flashdata.swf&quot;, &quot;flas data&quot;, &quot;500&quot;, &quot;300&quot;, &quot;9&quot;, &quot;#ffffff&quot;);
	so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
	so.write(&quot;flashcontent&quot;);
&lt;/script&gt;
</pre>
<p><em>※tenteruさんのご指摘により「so.addParam」と「so.write」が逆になっておりましたので修正しました［2009/12/18］</em></p>
<p><cite></cite></p>
<p>と書けばok</p>
<pre class="brush: xml;">
so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
</pre>
<p>これが肝。<br />
プルダウンが上に表示される。</p>
<p>ちなみにswfobjectのパラメータは次の通り。</p>
<p>SWFObject(&#8220;flashdata.swf&#8221;, &#8220;flash movie&#8221;, &#8220;500&#8243;, &#8220;300&#8243;, &#8220;9&#8243;, &#8220;#ffffff&#8221;)</p>
<ul>
<li>flashdata.swf＝swfファイルのソース。</li>
<li>flash movie＝このムービーの名称。特に気にする必要はない。</li>
<li>500＝swfの幅。</li>
<li>300＝swfの高さ。</li>
<li>9＝flash playerの対応バージョン。</li>
<li>#ffffff＝背景色。</li>
</ul>
<p>とのこと。</p>
]]></content:encoded>
			<wfw:commentRss>http://oneday.ter.jp/css-xhtml/265.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://oneday.ter.jp/css-xhtml/265.html" />
	</item>
	</channel>
</rss>
