PDA

View Full Version : Vector support



riveroaks
April 2nd, 2009, 01:31 PM
Is there any reason why Vector would not be supported in CS3?

I have the following line:
private var pageRequests:Vector.<PageRequest>;

I'm getting a compiler error on the "." but that seems to be the defacto Vector notation. If for some reason this isn't currently supported in my version of CS3, then does anyone know how I can update the actionscript library to allow it?

Krilnon
April 2nd, 2009, 01:48 PM
Support for that class was added in FP10/CS4, so it makes sense that you can't use it in CS3. You can use the Flex SDK's ActionScript compiler to avoid having to actually fetch CS4 for yourself for now, though.