I am trying to use the new Vector class introduced in Flash 10. Tried compiling the code using mxmlc but am getting this error message:
Error: Type was not found or was not a compile-time constant: Vector.
public var selectedRoutes:Vector.<Route>;
^
- What could be the problem?
- What is the general consensus about the viability of using this feature?
- Can you do introspection of the Vector with describeType and get the type the Vector contains at runtime?