Declaration of Arrays in flash MX 2004

What is the difference between the following ways of declaration of arrays

1 image = new Array();

and

2 image :Array= new Array();

I am loading images in this array .The first method works while the second does not. :expressionless: