<?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>wszz</title>
	<atom:link href="http://blog.wszz.org/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.wszz.org</link>
	<description>Flash関係のメモ</description>
	<lastBuildDate>Sat, 30 Jul 2011 03:05:01 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<image>
  <link>http://blog.wszz.org</link>
  <url>http://blog.wszz.org/favicon.ico</url>
  <title>wszz</title>
</image>
		<item>
		<title>flashにSNS共有ボタンを設置する方法</title>
		<link>http://blog.wszz.org/archives/1193</link>
		<comments>http://blog.wszz.org/archives/1193#comments</comments>
		<pubDate>Thu, 21 Jul 2011 16:46:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[サービス]]></category>
		<category><![CDATA[問題解決メモ]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[mixi]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.wszz.org/?p=1193</guid>
		<description><![CDATA[flashサイトにSNSボタンを乗せる方法覚書。Twitter / Mixi / Facebookの現在メジャーなSNS共有ボタンを作成する方法です。 &#160; &#160; Twitter/ツイート var req [...]]]></description>
		<wfw:commentRss>http://blog.wszz.org/archives/1193/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>続・オブジェクトをBitmapに変換して軽量なオブジェクトとして扱うクラス</title>
		<link>http://blog.wszz.org/archives/1181</link>
		<comments>http://blog.wszz.org/archives/1181#comments</comments>
		<pubDate>Mon, 30 May 2011 13:47:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://blog.wszz.org/?p=1181</guid>
		<description><![CDATA[パスの多い10個のオブジェクトに回転移動をさせるスピードテスト &#160; 通常のSprite &#160; var japan:Sprite = new Japan &#40;&#41; addChild&#40;j [...]]]></description>
		<wfw:commentRss>http://blog.wszz.org/archives/1181/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>オブジェクトをBitmapに変換して軽量なオブジェクトとして扱うクラス</title>
		<link>http://blog.wszz.org/archives/1170</link>
		<comments>http://blog.wszz.org/archives/1170#comments</comments>
		<pubDate>Sun, 29 May 2011 13:35:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://blog.wszz.org/?p=1170</guid>
		<description><![CDATA[オブジェクトをBitmapに変換して軽量なオブジェクトとして扱うクラスの使い方。 複雑な形状、パスが多いオブジェクトは描画時に多くのリソースが必要になるので軽く扱う必要があります。 そこで継承するだけで勝手にBitmap [...]]]></description>
		<wfw:commentRss>http://blog.wszz.org/archives/1170/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>サイトアイデア出しの為の参考サイト集</title>
		<link>http://blog.wszz.org/archives/1120</link>
		<comments>http://blog.wszz.org/archives/1120#comments</comments>
		<pubDate>Sun, 06 Mar 2011 13:13:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サイト]]></category>

		<guid isPermaLink="false">http://blog.wszz.org/?p=1120</guid>
		<description><![CDATA[国内外、質の高いものから、質より量といった感じで多くのアーカイブを持つものまでサイトアイデア出しに個人的に使っているサイトをまとめました。 &#160; AnotherBookmark http://www.anothe [...]]]></description>
		<wfw:commentRss>http://blog.wszz.org/archives/1120/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>埋め込む文字種を指定してフォントを軽く扱う方法</title>
		<link>http://blog.wszz.org/archives/1106</link>
		<comments>http://blog.wszz.org/archives/1106#comments</comments>
		<pubDate>Sun, 27 Feb 2011 14:24:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[問題解決メモ]]></category>

		<guid isPermaLink="false">http://blog.wszz.org/?p=1106</guid>
		<description><![CDATA[フォントをまるまる埋め込んでしまうと2、3MBの容量を取ってしまいます。英数字など文字種が決まっている場合は出来るだけ軽く埋め込みたいですね。しかしフォント名を指定してプログラムを組んでも表示されない事があります。そんな [...]]]></description>
		<wfw:commentRss>http://blog.wszz.org/archives/1106/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>splitで文字列分割を正しく</title>
		<link>http://blog.wszz.org/archives/1097</link>
		<comments>http://blog.wszz.org/archives/1097#comments</comments>
		<pubDate>Wed, 02 Feb 2011 16:52:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[問題解決メモ]]></category>

		<guid isPermaLink="false">http://blog.wszz.org/?p=1097</guid>
		<description><![CDATA[文字分割でハマったのでメモ。 カンマで区切りで分割する前提のルールで 文字列を分割する簡単なプログラムですが このままでは思い通りの動きをしません。 &#160; 文字列に要素がある場合 var str:String=&#038; [...]]]></description>
		<wfw:commentRss>http://blog.wszz.org/archives/1097/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Googleトレンドが面白い</title>
		<link>http://blog.wszz.org/archives/1090</link>
		<comments>http://blog.wszz.org/archives/1090#comments</comments>
		<pubDate>Wed, 17 Nov 2010 10:28:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.wszz.org/?p=1090</guid>
		<description><![CDATA[最近暇があったら触ってしまうほど、Googleトレンドが面白い。検索ワードの検索動向がわかるこのサービスで各ブームをグラフで見ることができます。 小島よしおお笑いブームのさなか、「そんなの関係ねえ」でブレイクしたのが20 [...]]]></description>
		<wfw:commentRss>http://blog.wszz.org/archives/1090/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE/FIREFOXブラウザの拡大・縮小機能でswfを崩れずに正しく表示する</title>
		<link>http://blog.wszz.org/archives/1071</link>
		<comments>http://blog.wszz.org/archives/1071#comments</comments>
		<pubDate>Tue, 26 Oct 2010 16:48:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[問題解決メモ]]></category>

		<guid isPermaLink="false">http://blog.wszz.org/?p=1071</guid>
		<description><![CDATA[IE/FIREFOXブラウザの拡大・縮小機能を使うユーザがどれだけ…と思っても対応しなければならないことが有ると思うのでメモします。 ブラウザの拡大縮小に合わない表示 これに対応するflashの設定方法。 &#160;  [...]]]></description>
		<wfw:commentRss>http://blog.wszz.org/archives/1071/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>イラレをFlashに読み込む場合のTIPS</title>
		<link>http://blog.wszz.org/archives/1066</link>
		<comments>http://blog.wszz.org/archives/1066#comments</comments>
		<pubDate>Tue, 28 Sep 2010 15:38:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[問題解決メモ]]></category>
		<category><![CDATA[イラレ]]></category>

		<guid isPermaLink="false">http://blog.wszz.org/?p=1066</guid>
		<description><![CDATA[aiからダイレクトにFlashに読み込めるようになってすごく便利になったものの思い通りに読み込めずせっかくの作業効率化にならない場合があります。 &#160; 余分な余白ができてしまうパターン イラレに配置された画像をF [...]]]></description>
		<wfw:commentRss>http://blog.wszz.org/archives/1066/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>サヨナラBloglines</title>
		<link>http://blog.wszz.org/archives/1052</link>
		<comments>http://blog.wszz.org/archives/1052#comments</comments>
		<pubDate>Mon, 27 Sep 2010 16:06:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[サービス]]></category>
		<category><![CDATA[Bloglines]]></category>
		<category><![CDATA[Feedly]]></category>
		<category><![CDATA[rssリーダー]]></category>

		<guid isPermaLink="false">http://blog.wszz.org/?p=1052</guid>
		<description><![CDATA[RSSをチェックしようといつも通りBloglinesアクセスしてみると赤文字でアナウンスされていました… The Bloglines service will officially close November 1, 2 [...]]]></description>
		<wfw:commentRss>http://blog.wszz.org/archives/1052/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

