<?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>SOOHEI.NET_BLOG &#187; Tips</title>
	<atom:link href="http://soohei.net/blog/archives/category/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://soohei.net/blog</link>
	<description>SOHEI KITADA DIARY</description>
	<lastBuildDate>Fri, 13 Aug 2010 02:44:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex Builder ショートカットキー覚書</title>
		<link>http://soohei.net/blog/archives/2008/08/02214421.html</link>
		<comments>http://soohei.net/blog/archives/2008/08/02214421.html#comments</comments>
		<pubDate>Sat, 02 Aug 2008 12:44:21 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[新規タグの追加]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/?p=168</guid>
		<description><![CDATA[(09/06/23 追加)
・Ctrl + alt + D　　ASDocコメント追加
・Ctrl + alt + O　　インポートの整理
=
・Ctrl + alt + ↓　　行複製
FlashDevelopではCtrl [...]]]></description>
			<content:encoded><![CDATA[<p>(09/06/23 追加)</p>
<p>・Ctrl + alt + D　　ASDocコメント追加</p>
<p>・Ctrl + alt + O　　インポートの整理</p>
<p>=</p>
<p>・Ctrl + alt + ↓　　行複製<br />
FlashDevelopではCtrl + Dでお世話になっていた機能。<br />
Flex使うようになって半年でようやく発見。</p>
<p>・Ctrl + alt + R　　変数名変更<br />
非常に便利</p>
<p>・Ctrl + Shift + C　　コメントアウト<br />
これも便利</p>
<p>また何かあったら書き足す</p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2008/08/02214421.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyntaxHighlighter</title>
		<link>http://soohei.net/blog/archives/2008/05/06144249.html</link>
		<comments>http://soohei.net/blog/archives/2008/05/06144249.html#comments</comments>
		<pubDate>Tue, 06 May 2008 05:42:49 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/?p=163</guid>
		<description><![CDATA[SyntaxHighlighterを導入。
&#60;pre name=&#34;code&#34; class=&#34;actionscript&#34;&#62;&#60;/pre&#62;
でコードに色を付けてく [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/syntaxhighlighter/" targe="_blank">SyntaxHighlighter</a>を導入。<br />
&lt;pre name=&quot;code&quot; class=&quot;actionscript&quot;&gt;&lt;/pre&gt;<br />
でコードに色を付けてくれる。</p>
<p>× WordPressのプラグインを使えば、</p>
<pre class="brush: css;"> … </pre>
<p> や </p>
<pre class="brush: css;"> … </pre>
<p> のような表記でもいけるらしいが、色々微妙で削除。<br />
- <a href="http://wordpress.org/extend/plugins/syntaxhighlighter/" target="_blank">WordPress › SyntaxHighlighter« WordPress Plugins</a><br />
- <a href="http://wordpress.org/extend/plugins/syntaxhighlighter-plus/" target="_blank">WordPress › SyntaxHighlighter Plus « WordPress Plugins</a></p>
<p>× WorPress上に設定パネルができて、使う言語とかオプションを設定できる<br />
プラグインもあったが、&lt;pre&gt;タグではなく、&lt;textarea&gt;タグで<br />
挿入されるのがなんとなく気持ち悪いので削除。<br />
- <a href="http://erik.range-it.de/wordpress/plugins/syntaxhighlighter/" target="_blank">SyntaxHighlighter @ Open Sourced Brain.</a></p>
<p>○ 結局、Mark氏が公開しているAS3用のjsだけ追加した。<br />
- <a href="http://www.digitalflipbook.com/archives/2007/09/as3_syntax_high.php" target="_blank">AS3 Syntax Highlighting (with SyntaxHighlighter)</a></p>
<p>△ また、IE6 (Mac OSX 10.5 &#8211; Parellels &#8211; Win xp) で奇数の行番号が<br />
なぜか全部1になってしまったのだが、対策を考えるのが面倒になって、<br />
&lt;pre name=&quot;code&quot; class=&quot;actionscript:nogutter&quot;&gt;<br />
と書いて、行番号を出さないことにした。<br />
- <a href="http://code.google.com/p/syntaxhighlighter/wiki/Configuration" target="_blank">Configuration &#8211; syntaxhighlighter &#8211; Google Code</a></p>
<p>&#8212;-<br />
やり方をまとめると、</p>
<p>1) syntaxhigHlighterをダウンロード<br />
 &#8211; <a href="http://code.google.com/p/syntaxhighlighter/" target="_blank">http://code.google.com/p/syntaxhighlighter/</a></p>
<p>2) Mark氏のサイトからAS3用拡張をダウンロード<br />
 &#8211; <a href="http://www.digitalflipbook.com/archives/2007/09/as3_syntax_high.php" target="_blank">http://www.digitalflipbook.com/archives/2007/09/as3_syntax_high.php</a></p>
<p>3) 1を解凍したフォルダ内、dp.SyntaxHighlighter/Scripts に<br />
shBrushAS3.js を追加</p>
<p>4) 3と同様に dp.SyntaxHighlighter/Styles/SyntaxHighlighter.css を<br />
2のStyles内のものと置き換え（見やすいので）</p>
<p>5) jsとcssの入ったフォルダをアップロード</p>
<p>6) js, cssへのパスを通す</p>
<pre>&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;/blog/styes/SyntaxHighlighter.css&quot;&gt;&lt;/link&gt;
&lt;script language=&quot;javascript&quot; src=&quot;/blog/scripts/shCore.js&quot;&gt;&lt;/script&gt;
&lt;script language=&quot;javascript&quot; src=&quot;/blog/scripts/shBrushAS3.js&quot;&gt;&lt;/script&gt;
&lt;script language=&quot;javascript&quot; src=&quot;/blog/scripts/shBrushXml.js&quot;&gt;&lt;/script&gt;
&lt;script language=&quot;javascript&quot;&gt;
window.onload = function () {
dp.SyntaxHighlighter.ClipboardSwf = '/blog/scripts/clipboard.swf';
dp.SyntaxHighlighter.HighlightAll('code');
}
&lt;/script&gt;</pre>
<p>7) 以下のタグでコードを囲む。</p>
<pre>&lt;pre name=&quot;code&quot; class=&quot;actionscript&quot;&gt;
 ...
&lt;/pre&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2008/05/06144249.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Premire &#8211; mov &#8211; flv</title>
		<link>http://soohei.net/blog/archives/2008/02/20012219.html</link>
		<comments>http://soohei.net/blog/archives/2008/02/20012219.html#comments</comments>
		<pubDate>Tue, 19 Feb 2008 16:22:19 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20080220012219</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Premireで切った映像をmovで書き出そうとしたら、<br />
「ムービーの作成中にエラーが発生しました」<br />
というエラーが出て進めなくなった。</p>
<p>aviなら書き出せたので、書き出したものを<br />
CS3 Video Encoderでflvに変換したところ、<br />
今度は音が鳴らなくなった。</p>
<p>1つ目の問題は<br />
<a href="http://support.adobe.co.jp/faq/faq/qadoc.sv?231895+002" target="_blank">［231895］オーディオまたはビデオファイルの書き出しができない</a><br />
という記事を見つけて、色々な場所に保存を試みていたら、<br />
ドライブの直下で保存できた。</p>
<p>quicktime形式はflvに変換した後もちゃんと音が鳴ったので、<br />
2つ目の問題については深追いせずに解決した。</p>
<p>映像系の人には常識かもしれないけど、<br />
2度とつまづかないようにメモ。</p>
<p>- 参考サイト<br />
<a href="http://support.adobe.co.jp/faq/faq/qadoc.sv?231895+002" target="_blank">［231895］オーディオまたはビデオファイルの書き出しができない</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2008/02/20012219.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>swfforcesize.js</title>
		<link>http://soohei.net/blog/archives/2008/02/14124544.html</link>
		<comments>http://soohei.net/blog/archives/2008/02/14124544.html#comments</comments>
		<pubDate>Thu, 14 Feb 2008 03:45:44 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20080214124544</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>swfforcesize.js。</p>
<p>swfObjectでflashコンテンツを100%, 100%表示時、<br />
swfの既定サイズよりブラウザが小さくなっても、スクロールバーは出ない。<br />
<a href="http://blog.pixelbreaker.com/flash/swfforcesize/" taregt="_blank">swfforcesize.js</a>を追加することで、スクロールバーが出るようになる。</p>
<p>以下cssの記述と、htmlの記述。（一部省略気味）</p>
<pre><code>/* CSS */
html {
height: 100%;
overflow: auto;
}
#flashcontent {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
body {
height: 100%;
margin: 0px;
padding: 0px;
background-color: #fff;
}<code></pre>
<pre><code>&lt;!-- HTML --&gt;
&lt;div id=&quot;flashcontents&quot;&gt;&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
//&lt;![CDATA[
var so = new SWFObject('./----.swf', 'website', '100%', '100%', '9', '#ffffff');
so.useExpressInstall('./js/expressinstall.swf');
so.addParam('menu', 'false');
so.addParam('scale', 'noscale');
so.addParam('salign', 'lt');
if(so.write('flashcontent')){
var forcesize = new SWFForceSize( so, 1024, 680 ); //←swfの設定サイズ
}
// ]]&gt;
&lt;/script&gt;
<code></pre>
<p>- 参考サイト<br />
<a href="http://blog.pixelbreaker.com/flash/swfforcesize/" taeget="_blank">pixelbreaker : SWFObject add-on: Size limiting for full window flash</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2008/02/14124544.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SWFObjectで100%サイズ</title>
		<link>http://soohei.net/blog/archives/2007/12/27114152.html</link>
		<comments>http://soohei.net/blog/archives/2007/12/27114152.html#comments</comments>
		<pubDate>Thu, 27 Dec 2007 02:41:52 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20071227114152</guid>
		<description><![CDATA[- 最新記事
swfforcesize.js &#8211; SOOHEI.NET/BLOG
SWfObject (v1.5) でswfを100%, 100%で表示する時、
height: 100%; が書かれていないと [...]]]></description>
			<content:encoded><![CDATA[<p>- 最新記事<br />
<a href="http://soohei.net/blog/archives/2008/02/14124544.html">swfforcesize.js &#8211; SOOHEI.NET/BLOG</a></p>
<p>SWfObject (v1.5) でswfを100%, 100%で表示する時、<br />
height: 100%; が書かれていないと高さがフィットしない。</p>
<pre><code>/* CSS */

&lt;style type=&quot;text/css&quot;&gt;

/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}

#flashcontent {
height: 100%;
}
/* end hide */

body {
height: 100%;
margin: 0;
padding: 0;
background-color: #f60;
}

&lt;/style&gt;</code></pre>
<p>- 参考サイト<br />
<a href="http://blog.deconcept.com/swfobject/" target="_blank">deconcept › SWFObject: Javascript Flash Player detection and embed script</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2007/12/27114152.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML メモ</title>
		<link>http://soohei.net/blog/archives/2007/12/18115903.html</link>
		<comments>http://soohei.net/blog/archives/2007/12/18115903.html#comments</comments>
		<pubDate>Tue, 18 Dec 2007 02:59:03 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20071218115903</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>よく使う</p>
<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</p>
<p>&lt;![CDATA[文字列]]&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2007/12/18115903.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mi ActionScript2.0モード</title>
		<link>http://soohei.net/blog/archives/2007/12/16205932.html</link>
		<comments>http://soohei.net/blog/archives/2007/12/16205932.html#comments</comments>
		<pubDate>Sun, 16 Dec 2007 11:59:32 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20071216205932</guid>
		<description><![CDATA[Macの定番エディタ mi に Flash MX 2004モードファイル を入れたら、
AS2に関してはかなり使える環境になったので、配布先をメモ。
- 参考サイト
mi (mi本体)
add some download [...]]]></description>
			<content:encoded><![CDATA[<p>Macの定番エディタ mi に Flash MX 2004モードファイル を入れたら、<br />
AS2に関してはかなり使える環境になったので、配布先をメモ。</p>
<p>- 参考サイト<br />
<a href="http://mimikaki.net/" target="_blank">mi</a> (mi本体)<br />
<a href="http://homepage2.nifty.com/addsome/as_downloads.htm" target="_blank">add some downloads</a> (設定ファイル)</p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2007/12/16205932.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>font-family : &#8216;Kozuka Mincho Pro&#8217; ?</title>
		<link>http://soohei.net/blog/archives/2007/12/15204919.html</link>
		<comments>http://soohei.net/blog/archives/2007/12/15204919.html#comments</comments>
		<pubDate>Sat, 15 Dec 2007 11:49:19 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20071215204919</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>ようやくCSSを更新に着手したが、<br />
Firefoxで小塚明朝の指定が読まれない。<br />
Windows IEで点線が破線になる。serif指定してるはずが効かない。<br />
という問題にぶつかった。</p>
<pre><code>/* CSS */

font-family : 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
<code></pre>
<p>- 参考サイト<br />
<a href="http://www.dspt.net/stylesheet_css/001/ie_error4.html" target="_blank">点線と破線の表示（IE/dashed、dotted）：スタイルシート（CSS）辞典 - HTMLタグボード</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2007/12/15204919.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SWFAddress</title>
		<link>http://soohei.net/blog/archives/2007/12/06212015.html</link>
		<comments>http://soohei.net/blog/archives/2007/12/06212015.html#comments</comments>
		<pubDate>Thu, 06 Dec 2007 12:20:15 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20071206212015</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>SWFAddress</p>
<p>1つのswf内でコンテンツ毎にURLを持てる。<br />
ブラウザのアドレス、タイトルバーを書き換える。<br />
ブラウザの「戻る」が使えるようになる。</p>
<p>フレーム1</p>
<pre><code>/* ActionScript2 */

var init:Init = new Init(this);<code></pre>
<p>Init.as (要: SWFAddress.as, SWFAddressEvent.as)</p>
<pre><code>/* ActionScript2 */

import mx.utils.Delegate;

class Init {

private var _mc:MovieClip;

public function Init(mc:MovieClip){
this._mc = mc;
this.initSWFAddress();
//ボタンイベント(仮)
this._mc.btn_mc.onRelease = Delegate.create(this, function(){
this.sendSWFA();
});
}

//SWFAddressの初期設定
function initSWFAddress() {
SWFAddress.onChange = Delegate.create(this, this.onChangeSWFA);
};

//SWFAddress変化時のイベント受取り
private function onChangeSWFA():Void{
var val = SWFAddress.getValue();
//とりあえず画面上に出力
this._mc.tf.text = val;
//タイトルを変える
SWFAddress.setTitle("test");
}

//SWFAddressに値を送る
private function sendSWFA():Void{
SWFAddress.setValue(String(Math.random()));
}
}<code></pre>
<p>index.html</p>
<pre><code>&lt;!-- HTML --&gt;

&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;title&gt;swfa&lt;/title&gt;
&lt;meta http-equiv="content-type" content="text/html; charset=utf-8" /&gt;
&lt;script type="text/javascript" src="js/swfobject.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="js/swfaddress.js"&gt;&lt;/script&gt;
&lt;style type="text/css"&gt;&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id="content"&gt;&lt;/div&gt;
&lt;script type="text/javascript"&gt;
// &lt;![CDATA[
var so = new SWFObject('swfa.swf', 'website', '640', '480', '8', '#000000');
so.useExpressInstall('js/expressinstall.swf');
so.addParam('menu', 'false');
so.write('content');
// ]]&gt;
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
<code></pre>
<p>- 参考サイト<br />
<a href="http://un-q.net/2006/11/flashswfaddress.html" target="_blank">Flashのパーマリンク問題をSWFAddressで解決</a><br />
<a href="http://www.asual.com/swfaddress/" target="_blank">Asual >> SWFAddress - Deep linking for Flash</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2007/12/06212015.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SWFMacMouseWheel</title>
		<link>http://soohei.net/blog/archives/2007/12/04155731.html</link>
		<comments>http://soohei.net/blog/archives/2007/12/04155731.html#comments</comments>
		<pubDate>Tue, 04 Dec 2007 06:57:31 +0000</pubDate>
		<dc:creator>soohei</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://soohei.net/blog/archives/20071204155731</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>SWFObjectの拡張、SWFMacMouseWheelを使って<br />
Macでマウスホイールの値を取得する。</p>
<p><a href="http://blog.pixelbreaker.com/2006/11/08/flash/swfmacmousewheel/" target="_blank">pixelbreaker : SWFObject add-on: MouseWheel on Mac OS</a>からダウンロード</p>
<blockquote><p>It&#8217;s straight forward to implement. Download <u>SWFMacMouseWheel here</u>.</p></blockquote>
<p><span id="more-116"></span><br />
swfを埋め込むhtml</p>
<pre><code>&lt;!-- HTML --&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=shift_jis" /&gt;
&lt;title&gt;SWFMacMouseWheelTest&lt;/title&gt;
&lt;style type=text/css&gt;
.bg{margin:0px; padding:0px;}
.fla{margin:0px; padding:0px;}
&lt;/style&gt;
&lt;script type="text/javascript" src="./js/swfobject.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="./js/swfmacmousewheel.js"&gt;&lt;/script&gt;
&lt;/head&gt;
<br/>
&lt;body&gt;
&lt;div class="fla"&gt;
&lt;div id="flashcontent"&gt;&lt;/div&gt;
&lt;script type="text/javascript"&gt;
var so = new SWFObject("swfMacMouseWheelTest.swf", "test", "400", "300", "8", "#FFFFFF");
so.useExpressInstall('js/expressinstall.swf');
so.addParam('menu', 'false');
so.addParam('scale', 'noscale');
so.addParam('salign', 'lt');
if(so.write('flashcontent'))
{
var macmousewheel = new SWFMacMouseWheel(so);
}
&lt;/script&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
<code></pre>
<p>asファイル内に記述</p>
<pre><code>/* ActionScript2 */

import com.pixelbreaker.ui.MouseWheel;

MouseWheel.addListener(this);

public function onMouseWheel(delta:Number):Void{
trace("delta: " + delta);
}
<code></pre>
<p>- 参考サイト<br />
<a href="http://blog.pixelbreaker.com/2006/11/08/flash/swfmacmousewheel/" target="_blank">pixelbreaker : SWFObject add-on: MouseWheel on Mac OS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soohei.net/blog/archives/2007/12/04155731.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
