How to Call a Variable from a Class to Fla?

Hello,
I’ve class file named Meters.as I need call an array variable from the Meters.as to main fla.
My class file is located at here: http://sudrap.org/paste/text/336578/

Here’s my code:

var meterArr:Meters = new Meters();
trace(meterArr.meterArray[0, 0]);

This code gives me error 1119. How can I fix that?