flash on 2009-7-14

by pasodania
♥0 | Line 11 | Modified 2009-07-14 12:58:53 | MIT License
play

ActionScript3 source code

/**
 * Copyright pasodania ( http://wonderfl.net/user/pasodania )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/5uV4
 */

package {
    import flash.display.Sprite;
    import flash.text.TextField;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            var txt:TextField = new TextField();
            txt.htmlText = "<html><body><img src='http://wonderfl.net/img/common/img_h1.gif    '><b>muripo</b></body></html>";
            
            addChild(txt);
        }
    }
}