_root.myArray = new Array(9); _root.myArray[0] = new Array(8); _root.myArray[0][1] = "I'm first element of second array";