function testArray(o) { return o instanceof Array; } trace(testArray(new Object())); trace(testArray(new Array()));