Short way to define X points into Vector.<Point>

Anybody knows a short way to add a bunch of points to a Vector.<Point> variable

for example you have;
var A:Vector.<Point> = new Vector.<Point>();

then say for example something like

A = [ [12,34] , [323,535] , [8989,1] , [235,39] , [98,1] ];

but in actual correct syntax…
Anbody?
t.i.a.
P