<?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; HTML</title>
	<atom:link href="http://splitchin.com/tech/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://splitchin.com/tech</link>
	<description>Macや, iPhoneでの,Webデザイン,アプリ開発などを綴ってます。</description>
	<lastBuildDate>Sat, 04 Sep 2010 15:49:45 +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の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>
		<item>
		<title>Mac OS X 10.0 TextEdit を HTML エディタとして設定する方法</title>
		<link>http://splitchin.com/tech/2009/12/17/mac-os-x-10-0-textedit-%e3%82%92-html-%e3%82%a8%e3%83%87%e3%82%a3%e3%82%bf%e3%81%a8%e3%81%97%e3%81%a6%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95/</link>
		<comments>http://splitchin.com/tech/2009/12/17/mac-os-x-10-0-textedit-%e3%82%92-html-%e3%82%a8%e3%83%87%e3%82%a3%e3%82%bf%e3%81%a8%e3%81%97%e3%81%a6%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 15:14:59 +0000</pubDate>
		<dc:creator>arakkyee</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://splitchin.com/tech/?p=27</guid>
		<description><![CDATA[				よく、検証機のMacなどでエディタが入っていなくて、
				テキストエディタでHTMLを開くと、レンダリングされてしまいます。
				ちょっとしたHTMLを修正したいのになぁ、というとき、
				標準の、T [...]]]></description>
			<content:encoded><![CDATA[				<p>よく、検証機のMacなどでエディタが入っていなくて、<br />
				テキストエディタでHTMLを開くと、レンダリングされてしまいます。</p>
				<p>ちょっとしたHTMLを修正したいのになぁ、というとき、</p>
				<p>標準の、TextEditをHTMLエディタにする方法が、<br />
				Appleのサポートにありました。</p>
				<p><img class="aligncenter size-full wp-image-65" title="textedit" src="http://splitchin.com/tech/wp-content/uploads/2009/12/textedit.jpg" alt="textedit" width="541" height="127" /></p>
				<ul style="margin-top: 4px;margin-right: 0px;margin-bottom: 5px;margin-left: 2em;padding: 0px">
				<li>Mac OS X 10.0: TextEdit を HTML エディタとして設定する方法<br />
				<a href="http://support.apple.com/kb/TA20406?viewlocale=ja_JP">http://support.apple.com/kb/TA20406?viewlocale=ja_JP<br />
				</a></li>
				<li>解決方法</li>
				<p>1. TextEdit をオープンします。<br />
				2. TextEdit のアプリケーションメニューから「環境設定&#8230;」を選択します。<br />
				3.“新規書類のフォーマット”の設定欄で“標準テキスト”ラジオボタンをクリックして選択します。<br />
				4.“保存オプション”の設定欄で“標準テキストファイルに拡張子を追加する”のチェックボックスをクリックし、チェックを外します。<br />
				5.“リッチテキスト処理”の設定欄で“HTML ファイル中のリッチテキストコマンドを無視”をクリックし、選択します。</ul>
				<p>これで、HTMLを編集できます！</p>
]]></content:encoded>
			<wfw:commentRss>http://splitchin.com/tech/2009/12/17/mac-os-x-10-0-textedit-%e3%82%92-html-%e3%82%a8%e3%83%87%e3%82%a3%e3%82%bf%e3%81%a8%e3%81%97%e3%81%a6%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
