Flex intellisense forgets firmware. *

I am using Eclipse 3.3.2 with the Flex Builder plugin (3.0.194161) and the Flex SDK 3.2. Recently, intellisense began to forget about everything that was in the flash. * Package EXCEPT flash.errors. *

The code is still compiling, but when you try to automatically resolve something (CTRL + SPACE) it deletes any of the flash files. * import and therefore causes a compilation error. As it stands, I must either not use CTRL + SPACE or re-add my flash. * Before compilation.

I tried to recreate the workspace / project and reinstalled the Flex SDK, but I am still having the same problems.

Any thoughts?

+3
source share
2 answers

I was able to solve the problem by adding the following SWC to my library path: FLEX_SDK \ libs \ player \ 10 \ playerglobal.swc

It seems that the problem is caused by the fact that {targetPlayerMajorVersion} no longer resolves, although I have no idea how this happened.

Edit: Known bug, as described in FB-16703 and "Targeting Flash Player 10"

+1
source

Migrating to Flex Builder 3.0.2 . I noticed that older versions of Flex Builder do not like Flash Player 10 new playerglobal.swc.

0
source

All Articles