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

Stats test

Get Adobe Flash player
by mash 26 Dec 2008
    Embed
package {
  import flash.display.*;
  import net.hires.debug.Stats;
  public class TestStats extends Sprite {
    public function TestStats() {
        addChild( new Stats() );
    }
  }
}