Flex SDK 3.2 and Flash 10 November 25
If you like me want to try Flash 10 features in Flex or AIR 1.5 in Flex Builder, I would recommend installing the Flex Builder 3.0.2 update using the update mechanism in Flex Builder (Help>Search for Flex Builder updates) and get the Flex SDK 3.2 installed that way. When I followed the instructions for the manual installation, I realized that dataVisualization.swc was not included in the download. So my projects with Charts were not compiling.
For targeting Flash 10, you still have to remove the default playerGlobal.swc and re-add the one that targets Flash 10 as explained in the instructions. But at least you do not have to manually add (actually borrow from Flex SDK 3.1 ) the dataVisualization.swc. Again, you only need this if you are using Charts or the Advanced Datagrid in your project.
Also make sure to also regenerate your HTML template folder after changing the require Flash Player version to 10.0.0 ( Project>Properties>Flex Compiler>Require Flash Player). That includes the correct version detection scripts for Flash 10.
I did not see the bugs that some people are reporting about missing code hinting for the some Flash APIs ( Graphics and Bitmap). These were bugs that according to Adobe were fixed for the Flex 3.0.2 release, and the fixes are working for me in FB 3.0.2. I guess, you just need to make sure that you have upgraded to Flex Builder 3.0.2, have replaced the playerGlobal.swc that targets Flash 10 and have regenerated your HTML template folder.
