flash on 2010-1-26

by takimo
♥0 | Line 8 | Modified 2010-01-26 23:37:34 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    import mx.rpc.http.HTTPService;
    
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            
        }
    }
}