Vector of Length 0xffffffff?

by Bruce_Jawn
Vector is not sparse, so this may crash the Flash Player. Use Array instead.
♥0 | Line 8 | Modified 2014-12-10 11:35:23 | MIT License
play

ActionScript3 source code

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

//http://bruce-lab.blogspot.com/
package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            new Vector.<int>(0xffffffff);
        }
    }
}