Puoi usare la prototype che trovi qui:
http://andr3a.dotgeek.org/index.php?language=3&class=16



per poi fare:
codice:
var asd:Array = new Array( 34, 76, 543, 45, 43, 234, 54, 0, 54, 0, 76, 233, 0 );
asd.remove(0);
trace( asd );