flash on 2012-8-15

by Andras
♥0 | Line 9 | Modified 2012-08-15 01:19:38 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    import flash.external.ExternalInterface;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            trace("vghvhgvC");
                //trace("_____________: "+ExternalInterface.available);
            
        }
    }
}