Question
Cannot access vector class in Flex Builder
I've installed sdk 3.4 and it will not compile:
private var result:Vector.<String>
Error:
Description Resource Path Location Type
1046: Type was not found or was not a compile-time constant: Vector. odclasses.mxml test1/src line 14 Flex Problem
Any idea where i'm going wrong?
Thanks
