flash on 2011-10-22

by yonatan2
♥0 | Line 9 | Modified 2011-10-22 22:06:31 | MIT License
play

ActionScript3 source code

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

package {
    import com.bit101.components.*;
    public class FlashTest extends TextArea {
        public function FlashTest() {
            var foo:String = "hello", bar:String = "world";
            text = <>{foo}, {bar}</>
            
        }
    }
}