<?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>BBMaxi.com &#187; cooliris</title>
	<atom:link href="http://bbmaxi.com/category/cooliris/feed" rel="self" type="application/rss+xml" />
	<link>http://bbmaxi.com</link>
	<description>Broadband, maximum lifestyle</description>
	<lastBuildDate>Tue, 27 Jul 2010 14:05:57 +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>nextgen-gallery＋cooliris（Flash版）　ギャラリー指定方法</title>
		<link>http://bbmaxi.com/2009/05/298.html</link>
		<comments>http://bbmaxi.com/2009/05/298.html#comments</comments>
		<pubDate>Mon, 11 May 2009 14:43:00 +0000</pubDate>
		<dc:creator>kaz</dc:creator>
				<category><![CDATA[HEADLINE]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cooliris]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://bbmaxi.com/?p=298</guid>
		<description><![CDATA[WordPress + nextgen-gallery の環境でcooliris(Flash版）を投稿する際、１つのギャラリー内の画像だけに限定したい場合があります。
media-rss.phpのパラメータ
media- [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress + nextgen-gallery の環境でcooliris(Flash版）を投稿する際、１つのギャラリー内の画像だけに限定したい場合があります。</p>
<p><span style="color: #3366ff;">media-rss.phpのパラメータ</span></p>
<pre>media-rss.php?gid=ギャラリーID&amp;mode=gallery</pre>
<p><span style="color: #ff0000;">＊mode=galleryが無いとrss内部に次のギャラリーへのリンクが付加されます。</span></p>
<p><span style="color: #3366ff;">cooliris（Flash版）のHTMLタグ例(自動整形済み)</span></p>
<pre>&lt;object width="700" height="420" data="http://apps.cooliris.com/embed/cooliris.swf"
type="application/x-shockwave-flash"&gt;
&lt;param name="id" value="o" /&gt;
&lt;param name="flashvars" value="feed=http://********/**/
wp-content/plugins/nextgen-gallery/xml/<span style="color: #ff0000;">media-rss.php?gid=6<strong>%26</strong>mode=gallery</span>" /&gt;
&lt;param name="allowFullScreen" value="true" /&gt;
&lt;param name="allowScriptAccess" value="always" /&gt;
&lt;param name="src" value="http://apps.cooliris.com/embed/cooliris.swf" /&gt;
&lt;param name="allowfullscreen" value="true" /&gt;&lt;/object&gt;</pre>
<p><span style="color: #ff0000;">注）＆は%26に置換えます。</span></p>
]]></content:encoded>
			<wfw:commentRss>http://bbmaxi.com/2009/05/298.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>coolirisのFlash版登場！　早速WordPressで試してみました。</title>
		<link>http://bbmaxi.com/2009/05/274.html</link>
		<comments>http://bbmaxi.com/2009/05/274.html#comments</comments>
		<pubDate>Fri, 08 May 2009 14:53:43 +0000</pubDate>
		<dc:creator>kaz</dc:creator>
				<category><![CDATA[HEADLINE]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cooliris]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://bbmaxi.com/?p=274</guid>
		<description><![CDATA[cooliris for DeveloperからFlash版のcoolirisが公開されていたので、早速WordPressで試してみました。
現状、WordPressのplugin”nextgen-gallery”で写真 [...]]]></description>
			<content:encoded><![CDATA[<p><a title="cooliris for Developer" href="http://developer.cooliris.com/?p=embed" target="_blank">cooliris for Developer</a>からFlash版のcoolirisが公開されていたので、早速WordPressで試してみました。</p>
<p>現状、WordPressのplugin”nextgen-gallery”で写真を整理するだけで、coolirisの3D Wallに対応できています。<br />
個人的には現状で満足していますが、coolirisのプラグインをインストールしていないユーザーは迫力のある”3D Wall”を体験できませんので、とりあえずFlash版で簡易体験してもらうことにします。<br />
<span style="color: #ff0000;">注1）写真のタイトルや説明の日本語の文字化け問題もcoolirisのバージョンアップでFirefox、Safari共にFixされています。<br />
注2）Flash版はYouTubeなどの動画には対応しておりませんが、Frickrには対応しています。</span><br />
<span id="more-274"></span><br />
1.　crossdomain.xml　をサイトのルートに用意する。</p>
<pre>&lt;?xml version="1.0"?&gt;
&lt;!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/
dtds/cross-domain-policy.dtd"&gt;
&lt;cross-domain-policy&gt;
&lt;allow-access-from domain="*.cooliris.com" secure="false" /&gt;
&lt;/cross-domain-policy&gt;</pre>
<p>2.　MediaRSSのパスを確認する。</p>
<pre>http://********/**/wp-content/plugins/nextgen-gallery/xml/media-rss.php</pre>
<p>3.　coolirisのFlash版のobjectタグを&lt;code&gt;&lt;/code&gt;内に貼付ける。</p>
<pre>&lt;object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="720" height="405"&gt;
&lt;param name="movie"  value="http://apps.cooliris.com/embed/cooliris.swf" /&gt;
&lt;param name="flashvars" value="feed=http://*******/**/wp-content/
plugins/nextgen-gallery/xml/media-rss.php" /&gt;
&lt;param name="allowFullScreen" value="true" /&gt;
&lt;param name="allowScriptAccess" value="always" /&gt;&lt;embed type="application/
x-shockwave-flash" src="http://apps.cooliris.com/embed/cooliris.swf"  width
="720" height="405"  flashvars="feed=http://*******/**/wp-content/
plugins/nextgen-gallery/xml/media-rss.php"  allowFullScreen="true"
 allowScriptAccess="always"&gt;&lt;/embed&gt;
&lt;/object&gt;</pre>
<p>4.　するとこの様に表示されます。（マウスホイールにも対応していますが、広い画面で使いたいです。）<br />
<code><object width="600" height="450" data="http://apps.cooliris.com/embed/cooliris.swf" type="application/x-shockwave-flash"><param name="id" value="o" /><param name="flashvars" value="feed=http://bbmaxi.com/wp/wp-content/plugins/nextgen-gallery/xml/media-rss.php" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://apps.cooliris.com/embed/cooliris.swf" /><param name="allowfullscreen" value="true" /></object><br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://bbmaxi.com/2009/05/274.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>coolirisのインターフェイスでFLASHゲームもできてしまうとは、凄い</title>
		<link>http://bbmaxi.com/2009/05/253.html</link>
		<comments>http://bbmaxi.com/2009/05/253.html#comments</comments>
		<pubDate>Thu, 30 Apr 2009 21:35:59 +0000</pubDate>
		<dc:creator>kaz</dc:creator>
				<category><![CDATA[HEADLINE]]></category>
		<category><![CDATA[cooliris]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://bbmaxi.com/?p=253</guid>
		<description><![CDATA[coolirisの画面左上メニューにはスポーツ、ニュース、ライフスタイル、映画、ゲーム等、色々なチャンネルが用意されていて今後増々充実していくだろうと期待しています。今回はその中のGAMEをクリックしてみました。
ジャン [...]]]></description>
			<content:encoded><![CDATA[<p>coolirisの画面左上メニューにはスポーツ、ニュース、ライフスタイル、映画、ゲーム等、色々なチャンネルが用意されていて今後増々充実していくだろうと期待しています。今回はその中のGAMEをクリックしてみました。</p>
<p>ジャンル表記は無いものの、ゲームのサムネイル画像から一覧表示されるのは圧巻です。<br />
数多い画像からゲームの内容を想像しなければならないので、期待通りのゲームを選択することは難しいですが、別窓が開くことなく、coolirisのインターフェイス内で任意の大きさまでゲーム窓を広げられるので24inchモニターを十分生かすことができます。</p>
<p><span id="more-253"></span></p>
<p><span style="text-decoration: underline;">GAMEのスクリーンショット</span></p>
<p>楽器のシーケンスソフト（GarageBandのレッスン譜を入力したり、童謡を入力したりと、アレンジでハマります）</p>

<a href="http://bbmaxi.com/wp/wp-content/uploads/gallery/cooliris/cooliris_game_2.png" title="Flash版のシーケンスソフト　★★★" class="thickbox" rel="singlepic22" >
	<img class="ngg-singlepic" src="http://bbmaxi.com/wp/wp-content/uploads/gallery/cache/22__480x320_cooliris_game_2.png" alt="cooliris game sample 2" title="cooliris game sample 2" />
</a>

<p>こんなストリートファイター風のFalshもあった。（オバマさんキャラも選択できる..笑）</p>

<a href="http://bbmaxi.com/wp/wp-content/uploads/gallery/cooliris/cooliris_game_1.png" title="ストリートファイター風のFlashゲーム" class="thickbox" rel="singlepic20" >
	<img class="ngg-singlepic" src="http://bbmaxi.com/wp/wp-content/uploads/gallery/cache/20__480x320_cooliris_game_1.png" alt="cooliris game sample 1" title="cooliris game sample 1" />
</a>

]]></content:encoded>
			<wfw:commentRss>http://bbmaxi.com/2009/05/253.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>coolirisが1.10になりfackbookとローカルディスクに対応</title>
		<link>http://bbmaxi.com/2009/04/176.html</link>
		<comments>http://bbmaxi.com/2009/04/176.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 12:52:56 +0000</pubDate>
		<dc:creator>kaz</dc:creator>
				<category><![CDATA[cooliris]]></category>
		<category><![CDATA[cover flow]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flicker]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://bbmaxi.com/?p=176</guid>
		<description><![CDATA[以前からcoolirisのインターフェイスには美しすぎて虜となっているが、今回1.10にバージョンアップしたことで、なんとPC内の画像もこのcoolirisで表示できてしまう。
OSXのCover Flowより閲覧性が良 [...]]]></description>
			<content:encoded><![CDATA[<p>以前から<a title="cooliris" href="http://www.cooliris.com/" target="_blank">cooliris</a>のインターフェイスには美しすぎて虜となっているが、今回1.10にバージョンアップしたことで、なんとPC内の画像もこのcoolirisで表示できてしまう。<br />
OSXのCover Flowより閲覧性が良いので、OSXの標準として組み込んで欲しいインターフェイスです。</p>
<p>ローカルディスクの画像はこのように表示されます。（日本語フォルダ名等の文字化けが気になる）</p>

<a href="http://bbmaxi.com/wp/wp-content/uploads/gallery/cooliris/cooliris110_local_01.png" title="" class="thickbox" rel="singlepic14" >
	<img class="ngg-singlepic" src="http://bbmaxi.com/wp/wp-content/uploads/gallery/cache/14__480x320_cooliris110_local_01.png" alt="cooliris1.10 local対応 --New!" title="cooliris1.10 local対応 --New!" />
</a>

<p><span id="more-176"></span></p>
<p style="clear:both">
<p>OSXのCover FLowはMacユーザならおなじみ<br />

<a href="http://bbmaxi.com/wp/wp-content/uploads/gallery/cooliris/osx105_cover_flow.png" title="" class="thickbox" rel="singlepic16" >
	<img class="ngg-singlepic" src="http://bbmaxi.com/wp/wp-content/uploads/gallery/cache/16__480x320_osx105_cover_flow.png" alt="osx10.5 Cover Flow" title="osx10.5 Cover Flow" />
</a>
</p>
<p style="clear:both">
<p>更に1.10でfacebookにも対応しました。（フォントが明朝体なのはどうしてなのでしょうか？）<br />
facebookは最近登録したばかりですが、機能が多くて活用方法を悩んでしまいます。</p>

<a href="http://bbmaxi.com/wp/wp-content/uploads/gallery/cooliris/cooliris110_facebook_01.png" title="" class="thickbox" rel="singlepic10" >
	<img class="ngg-singlepic" src="http://bbmaxi.com/wp/wp-content/uploads/gallery/cache/10__480x320_cooliris110_facebook_01.png" alt="cooliris1.10 Facebook対応　--New！" title="cooliris1.10 Facebook対応　--New！" />
</a>


<a href="http://bbmaxi.com/wp/wp-content/uploads/gallery/cooliris/cooliris110_facebook_02.png" title="" class="thickbox" rel="singlepic11" >
	<img class="ngg-singlepic" src="http://bbmaxi.com/wp/wp-content/uploads/gallery/cache/11__480x320_cooliris110_facebook_02.png" alt="cooliris1.10 Facebook対応　--New！" title="cooliris1.10 Facebook対応　--New！" />
</a>

<p style="clear:both">
<p>YouTubeはこの様な表示になります。（クリックするとそのまま再生してくれます。画質に合わせて拡大縮小ができるので使い易い）</p>

<a href="http://bbmaxi.com/wp/wp-content/uploads/gallery/cooliris/cooliris110_youtube_01.png" title="" class="thickbox" rel="singlepic15" >
	<img class="ngg-singlepic" src="http://bbmaxi.com/wp/wp-content/uploads/gallery/cache/15__480x320_cooliris110_youtube_01.png" alt="cooliris1.10 YouTube" title="cooliris1.10 YouTube" />
</a>

<p style="clear:both">
<p>Flickerはこのような表示になります。</p>

<a href="http://bbmaxi.com/wp/wp-content/uploads/gallery/cooliris/cooliris110_flicker_01.png" title="" class="thickbox" rel="singlepic12" >
	<img class="ngg-singlepic" src="http://bbmaxi.com/wp/wp-content/uploads/gallery/cache/12__480x320_cooliris110_flicker_01.png" alt="cooliris1.10 Flicker" title="cooliris1.10 Flicker" />
</a>


<a href="http://bbmaxi.com/wp/wp-content/uploads/gallery/cooliris/cooliris110_flicker_02.png" title="" class="thickbox" rel="singlepic13" >
	<img class="ngg-singlepic" src="http://bbmaxi.com/wp/wp-content/uploads/gallery/cache/13__480x320_cooliris110_flicker_02.png" alt="cooliris1.10 Flicker" title="cooliris1.10 Flicker" />
</a>

<p style="clear:both">
<p>coolirisの対応ブラウザは表を見て分かる通り、Firefoxが１番、IEは劣勢。<br />
（私はBootCamp含めWindowsを使う時、Firefoxをデフォルトで使い、DRM絡みのコンテンツ閲覧のみIEを使っています。）</p>

<a href="http://bbmaxi.com/wp/wp-content/uploads/gallery/cooliris/cooliris110_compatibility.png" title="firefox win!" class="thickbox" rel="singlepic9" >
	<img class="ngg-singlepic" src="http://bbmaxi.com/wp/wp-content/uploads/gallery/cache/9__480x320_cooliris110_compatibility.png" alt="cooliris1.10 compatibility" title="cooliris1.10 compatibility" />
</a>

]]></content:encoded>
			<wfw:commentRss>http://bbmaxi.com/2009/04/176.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
