<?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>ゲーム機 | ウダ2Blog</title>
	<atom:link href="https://uda2.com/blog/tag/%e3%82%b2%e3%83%bc%e3%83%a0%e6%a9%9f/feed/" rel="self" type="application/rss+xml" />
	<link>https://uda2.com/blog</link>
	<description>大阪でフリーランスとしてWEB制作している管理人が気になった技術をメモったり、作ったツールの紹介などを綴っているブログです。</description>
	<lastBuildDate>Wed, 15 Oct 2008 03:24:54 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>ゲーム機のブラウザとFlashの対応</title>
		<link>https://uda2.com/blog/flash/</link>
					<comments>https://uda2.com/blog/flash/#respond</comments>
		
		<dc:creator><![CDATA[uda2]]></dc:creator>
		<pubDate>Wed, 15 Oct 2008 03:24:54 +0000</pubDate>
				<category><![CDATA[制作日記]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[ゲーム機]]></category>
		<category><![CDATA[ブラウザ]]></category>
		<guid isPermaLink="false">http://uda2.com/wordpress/2008/10/flash.html</guid>

					<description><![CDATA[<p>PS3が10月末のアップデートでとうとうflash Player 9に対応する事を発表した。by GIGAZIN 最近、履歴を見てるとちらほらゲーム機が出てくる。 もちろんPCや携帯と比べると少ないがこれらを完全に無視し</p>
The post <a href="https://uda2.com/blog/flash/">ゲーム機のブラウザとFlashの対応</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>PS3が10月末のアップデートでとうとうflash Player 9に対応する事を発表した。by <a href="http://gigazine.net/index.php?/news/comments/20081015_ps3_flash/" target="_blank">GIGAZIN</a><br />
最近、履歴を見てるとちらほらゲーム機が出てくる。<br />
もちろんPCや携帯と比べると少ないがこれらを完全に無視してFlashのみでメニューを作ると閲覧者は全く見れない状態になる虞がある。<br />
携帯でもフルブラウザでの閲覧を考えると殆ど対応していない。</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th>&nbsp;</th>
<th>ブラウザ</th>
<th>Flash</th>
<th>解像度</th>
</tr>
<tr>
<th>PSP</th>
<td>NetFront</td>
<td nowrap>flash player 6 相当</td>
<td>480×270(1677万色)</td>
</tr>
<tr>
<th>PS3</th>
<td>独自（NetFront？）</td>
<td>flash player 9 相当</td>
<td>1280×1024（ズーム可）</td>
</tr>
<tr>
<th>DSi</th>
<td>Opera 8.5</td>
<td>非搭載</td>
<td>256×192(26万色)（ズーム可）</td>
</tr>
<tr>
<th>Wii</th>
<td>Opera 9 相当</td>
<td>flash player 7 相当</td>
<td nowrap>800×628（472）(1677万色)（ズーム可）</td>
</tr>
<tr>
<th>&nbsp;</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<th>docomo</th>
<td>NetFront</td>
<td>非搭載</td>
<td>&nbsp;</td>
</tr>
<tr>
<th>au</th>
<td>Opera</td>
<td>非搭載</td>
<td>&nbsp;</td>
</tr>
<tr>
<th>softbank</th>
<td>NetFront</td>
<td>非搭載</td>
<td>&nbsp;</td>
</tr>
<tr>
<th>iphone</th>
<td>Safari</td>
<td>非搭載</td>
<td>320×356 or 480×208（ズーム可）</td>
</tr>
<tr>
<th>WILLCOM</th>
<td>Opera 9相当 </td>
<td>Flash Lite 3<br />（WILLCOM 03）</td>
<td>&nbsp;</td>
</tr>
</table>
<p>※ざっくりとしか調べてないのでバージョンや機種によって異なります。</p>
<p>色々みていくとCSSやJavaScriptは結構対応している様だがバージョンが不明なので実機での確認が必要になる。<br />
<br />
あと、ゲーム機や携帯はメモリが少ないので<br />
画像を張りまっくったりすると表示できないかもしれないし、パソコンと比べると遅いのでJavaScriptを切ってる可能性もある。<br />
<br />
どこまで対応させるかはコンテンツ次第だけどDSiとかiPhoneはそこそこのユーザー数になるかもしれない。<br />
<br />
ちなみにパソコンでもOS9はflash player 7までしか対応してませんので未だOS9が現役なDTP向けのサイトを作るならそれ7以下のバージョンにする必要があるかと思います。</p>The post <a href="https://uda2.com/blog/flash/">ゲーム機のブラウザとFlashの対応</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://uda2.com/blog/flash/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
