flash on 2010-8-27

by kappa-lab
♥0 | Line 11 | Modified 2010-08-27 22:45:54 | MIT License
play

ActionScript3 source code

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

package {
    import com.bit101.components.Label;
    import com.adobe.serialization.json.JSONEncoder
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            var obj:Object = {hoge:"buu"}
            var label:Label = new Label()
        }
    }
}