I have a project done in Flex 2 that uses DataEvent.UPLOAD_COMPLETE_DATA to upload files. I wrote it a while ago and I do not remember if I had to do anything special, but I have seen that the first versions of Flash Player 9 did not include this property, only DataEvent.DATA.
I switched machines, going from an old XP machine to a new Vista machine. I downloaded the files from source control and imported the project, but now when I compile Flex acts like this property does not exist and it throws a compile error. The error is "Access of possible undefined property UPLOAD_COMPLETE_DATA through a reference with static type Class." When I attempt to rewrite the code and use the intellisense, the only option after the period is DATA. It's like this fresh install of Flex Builder 2 is stuck with the older Flash Player. But I have tried looking for updates to Flex Builder 2, I got the latest Flash Player (9.0.115), I downloaded a trial version of Flex Builder 3, I've restarted, everything. Nothing works, Flex Builder refuses to recognize this property. Does anyone have any ideas of what I can do to get FlexBuilder to realize it is a property? Thanks

