<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/hamatya/">
    <title>memo+</title>
    <link>http://w.atwiki.jp/hamatya/</link>
    <atom:link href="https://w.atwiki.jp/hamatya/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>memo+</description>

    <dc:language>ja</dc:language>
    <dc:date>2008-04-15T02:13:24+09:00</dc:date>
    <utime>1208193204</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/hamatya/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/hamatya/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/hamatya/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/hamatya/pages/10.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/hamatya/pages/9.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/hamatya/pages/8.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/hamatya/pages/7.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/hamatya/pages/6.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/hamatya/pages/5.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/hamatya/pages/4.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/hamatya/pages/13.html">
    <title>test</title>
    <link>https://w.atwiki.jp/hamatya/pages/13.html</link>
    <description>
      package myproject{
	import jp.progression.casts.CastButton;
	import jp.progression.scenes.SceneId;
	import caurina.transitions.Equations;
	import jp.nium.graphics.Square;
	import jp.progression.commands.*;
	import fl.transitions.easing.Elastic;
	
	
	public class MySceneButton extends CastButton {
		public function MySceneButton() {
			// ヒットエリアとなる四角形を描画する
			graphics.beginFill( 0xFF0000 );
			graphics.drawRect( 100, 0, 100, 30 );
			graphics.endFill();
			
			// クリックした際の移動先シーンを設定する
			sceneId = new SceneId( &quot;/index/myscene&quot; );
		}
		protected override function _onCastMouseOver():void {
			this.addCommand(
				new DoTweener( this, {
					alpha   :0.2,
					time :0.8,
					transition :&quot;linear&quot;
				})
			);
		}
		protected override function _onCastMouseOut():void {
			this.addCommand(
				new DoTweener( this, {
					alpha   :1,
					time :0.8,
					transition :&quot;linear&quot;
				})
			);
		}
	}
}    </description>
    <dc:date>2008-04-15T02:13:24+09:00</dc:date>
    <utime>1208193204</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/hamatya/pages/12.html">
    <title>Progression</title>
    <link>https://w.atwiki.jp/hamatya/pages/12.html</link>
    <description>
      package myproject{
	import jp.nium.graphics.Circle;
	import jp.nium.graphics.Square;
	import jp.progression.casts.*;
	import jp.progression.commands.*;
	import jp.progression.events.*;
	import jp.progression.loader.*;
	import jp.progression.Progression;
	import jp.progression.scenes.*;
	import fl.transitions.easing.Elastic;
	
	public class MyScene extends SceneObject {
		public var cast:CastSprite;
		public var s,c;
		
		public function MyScene( name:String ) {
			super( name );
			
			cast = new CastSprite();
			s = cast.addChild( new Square() );
			c = cast.addChild( new Circle() );
			cast.onCastAdded = function():void { 
				cast.addCommand(
					new DoTween( s, {
						x  :100,
						y  :100
					},Elastic.easeInOut , 500 ),
					new DoTween( c, {
						x  :200,
						y  :10,
						alpha : 0.5
					},Elastic.easeInOut , 1000 )
				);
			};
			cast.onCastRemoved = function():void {
				cast.addCommand(
					new DoTween( s, {
					x  :0,
					y     </description>
    <dc:date>2008-04-15T02:12:47+09:00</dc:date>
    <utime>1208193167</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/hamatya/pages/11.html">
    <title>adobe リンク</title>
    <link>https://w.atwiki.jp/hamatya/pages/11.html</link>
    <description>
      FLEX

    * Adobe® Flex™ 2 リファレンスガイド
    * Flex 2 SDKインストール
    * Flex 2ドキュメンテーション
          o http://www.fxug.net/ 

AS3

    * ActionScript 3.0 コンポーネントリファレンスガイド
    * ActionScript 3.0 Language and Components Reference
    * Tweener Documentation
    * ここから始めるActionScript 3.0 移行ステップガイド
    * はじめてのActionScript3.0プログラミング

CS3に入ってる「fl.」のパッケージがswcにまとめられる

    * http://labs.thesedays.com/2007/04/16/flash-cs3-swc-for-flexbuilder/ 

3Dの勉強

    * http://www.ficc.jp/labs/ 

Flash Player 普及率

    * http://www.adobe.com/products/player_census/flashplayer/version_penetration.html

debug playerダウンロード

http://www.adobe.com/support/flashplayer/downloads.html
Adobe Flash Player のバージョンテスト

http://www.adobe.com/jp/support/flashplayer/ts/documents/tn_15507.htm 
公式ドキュメント関連

    * http://www.adobe.com/support/documentation/jp/flash/

ActionScript 関連記事を一気にまとめたリンクポータル

    * http://www.adobe.com/devnet/actionscript/

全般

    * 価値を生むために知っておくべき，フルフラッシュサイト制作のあらすじ

サ    </description>
    <dc:date>2008-04-03T20:58:34+09:00</dc:date>
    <utime>1207223914</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/hamatya/pages/10.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/hamatya/pages/10.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


-----
たとえば、#comment() と入力すると以下のように表示されます。

#comment    </description>
    <dc:date>2008-04-02T22:33:45+09:00</dc:date>
    <utime>1207143225</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/hamatya/pages/9.html">
    <title>プラグイン/関連ブログ</title>
    <link>https://w.atwiki.jp/hamatya/pages/9.html</link>
    <description>
      * 関連ブログ
@wikiのwikiモードでは
 #bf(興味のある単語)
と入力することで、あるキーワードに関連するブログ一覧を表示することができます

詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_161_ja.html

-----


たとえば、#bf(ゲーム)と入力すると以下のように表示されます。


#bf(ゲーム)
    </description>
    <dc:date>2008-04-02T22:33:45+09:00</dc:date>
    <utime>1207143225</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/hamatya/pages/8.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/hamatya/pages/8.html</link>
    <description>
      @wikiにはいくつかの便利なプラグインがあります。

-----


#ls

-----

これ以外のプラグインについては@wikiガイドをご覧ください
=&gt;http://atwiki.jp/guide/
    </description>
    <dc:date>2008-04-02T22:33:45+09:00</dc:date>
    <utime>1207143225</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/hamatya/pages/7.html">
    <title>プラグイン/動画(Youtube)</title>
    <link>https://w.atwiki.jp/hamatya/pages/7.html</link>
    <description>
      * 動画(youtube)
@wikiのwikiモードでは
 #video(動画のURL)
と入力することで、動画を貼り付けることが出来ます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_209_ja.html

また動画のURLはYoutubeのURLをご利用ください。
＝＞http://www.youtube.com/

-----


たとえば、#video(http://youtube.com/watch?v=kTV1CcS53JQ)と入力すると以下のように表示されます。


#video(http://youtube.com/watch?v=kTV1CcS53JQ)

    </description>
    <dc:date>2008-04-02T22:33:45+09:00</dc:date>
    <utime>1207143225</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/hamatya/pages/6.html">
    <title>プラグイン/アーカイブ</title>
    <link>https://w.atwiki.jp/hamatya/pages/6.html</link>
    <description>
      * アーカイブ
@wikiのwikiモードでは
 #archive_log()
と入力することで、特定のウェブページを保存しておくことができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/25_171_ja.html


-----


たとえば、#archive_log()と入力すると以下のように表示されます。
保存したいURLとサイト名を入力して&quot;アーカイブログ&quot;をクリックしてみよう


#archive_log()
    </description>
    <dc:date>2008-04-02T22:33:45+09:00</dc:date>
    <utime>1207143225</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/hamatya/pages/5.html">
    <title>プラグイン/編集履歴</title>
    <link>https://w.atwiki.jp/hamatya/pages/5.html</link>
    <description>
      * 更新履歴
@wikiのwikiモードでは
 #recent(数字)
と入力することで、wikiのページ更新履歴を表示することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_117_ja.html


-----


たとえば、#recent(20)と入力すると以下のように表示されます。


#recent(20)
    </description>
    <dc:date>2008-04-02T22:33:45+09:00</dc:date>
    <utime>1207143225</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/hamatya/pages/4.html">
    <title>プラグイン/ニュース</title>
    <link>https://w.atwiki.jp/hamatya/pages/4.html</link>
    <description>
      * ニュース
@wikiのwikiモードでは
 #news(興味のある単語)
と入力することで、あるキーワードに関連するニュース一覧を表示することができます
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_174_ja.html


-----


たとえば、#news(wiki)と入力すると以下のように表示されます。


#news(wiki)
    </description>
    <dc:date>2008-04-02T22:33:45+09:00</dc:date>
    <utime>1207143225</utime>
  </item>
  </rdf:RDF>
