flash on 2012-1-24

by leocavalcante
♥0 | Line 10 | Modified 2012-01-24 00:10:34 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            
            var array : Array = ['one', 'two', 'three', 'four', 'five'];
            
            var xml : XML = new XML();
            xml.appendChild(new XML);
            
        }
    }
}