Adobe Flex SDK 3.3 is now available
SDK and DMV downloads from Adobe.com: www.adobe.com/products/flex/flexdownloads/
Milestone Build on Open Source: opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3
Release Notes for SDK 3.3 (including instructions for updating with DMV 3.3): www.adobe.com/support/documentation/en/flex/3/releasenotes_flex3_sdk.html
Comments
Is there any way to get DMV source?
Posted by: Tom Gruszowski | March 3, 2009 12:31 PM
Tom Gruszowski,
I haven't tried extracting the source in a long time, but these links may be useful:
- Extracting source code for Flex Builder data visualization components from flex epiphanies
- Extracting data visualization source code from Flex Doc Team blog
Peter
Posted by: peterd | March 3, 2009 12:42 PM
I see a new NetworkMonitor class presumably for integration with FlexBuilder. Is there a Flex Builder update corresponding to the 3.3 Flex SDK
Posted by: anon | March 3, 2009 2:07 PM
My bad Peter, instructions for unjaring code are right there.
Anan, AFAIK there wont be a FB release with this SDK release.
Posted by: Tom | March 3, 2009 7:30 PM
To extract the data visualization source on Windows, copy and paste the following into a command prompt:
java -jar "C:\Program Files\Adobe\Flex Builder 3\sdks\3.3.0\lib\DMV-source.jar" "C:\Documents and Settings\All Users\Application Data\Adobe\Flex"
"C:\Program Files\Adobe\Flex Builder 3\sdks\3.3.0"
(you may need to adjust some of the directory locations)
Posted by: Eric Belair | March 4, 2009 1:57 PM