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

flash on 2011-7-31

Get Adobe Flash player
by points 31 Jul 2011
    Embed
/**
 * Copyright points ( http://wonderfl.net/user/points )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/isBs
 */

package {
    import flash.display.Sprite
    import com.bit101.components.Calendar;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            addChild(new Calendar(this, 100, 100));
        }
    }
}