Vector of Length 0xffffffff?
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
archived:2017-03-20 11:40:21
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);
}
}
}