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 2012-9-24

Get Adobe Flash player
by muratova_riga 24 Sep 2012
    Embed
/**
 * Copyright muratova_riga ( http://wonderfl.net/user/muratova_riga )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/q4aU
 */

package {
    import flash.text.TextField;
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            var P:TextField=new TextField;
P.text="регина программистка";
 this.addChild(P);
 scaleX;}   
    }
}