In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

Hellostats!

import! インポート!
Get Adobe Flash player
by paq 12 May 2009
    Embed
package {
    import flash.display.Sprite;
    import net.hires.debug.Stats; //import! インポート!

    public class Main extends Sprite {
        public function Main():void {
            addChild( new Stats() ); //これだけでOK!
            Wonderfl.capture(stage);
        }
    }
}