I’ve seen a number of people ask how to install the Flex SDK 3.3 + Data Visualizations 3.3 SWC, so I thought I’d give some quick direcetions since it’s not on Adobe’s download site for the Flex 3.3 SDK.
- Download both the Flex 3.3 SDK and the Flex 3.3 Data Visualizations Components (”DVC”).
- Unzip them both somewhere on your local hard drive — I have all my SDKs for Flex in ~/dev/flex/sdks/<versionNumber>.
- Navigate into the DVC folder you just expanded and find the following files:
- ../frameworks/libs/datavisualization.swc
- ../frameworks/locale/en_US/datavisualization_rb.swc
- ../frameworks/locale/ja_JP/datavisualization_rb.swc
- ../frameworks/rsls/datavisualization_3.3.0.4852.swf
- ../frameworks/rsls/datavisualization_3.3.0.4852.swz
- ../libs/DMV-source.jar
- Now that you know where they are what you need from the DVC SDK, copy each one into the corresponding folders for the actual Flex 3.3 framework that you expanded earlier. So on my machine, I’d copy the datavisualization.swc from the DVC SDK to the Flex SDK like so:
- ~/dev/flex/sdks/3.3/flex_sdk_3/frameworks/libs/datavisualization.swc
- ~/dev/flex/sdks/datavisualization_sdk3.3/frameworks/libs/datavisualization.swc
to
- To use the new 3.3 SDK for a particular project, open up Flex Builder and click Project -> Properties -> Flex Compiler and click on the link on the right to “Configure Flex SDKs…”
- Browse to the Flex 3.3 SDK you just finished unpacking and adding the DVC files to and click OK.
- You can select this new SDK as your default here or just select this as the SDK for this project.
- Done.

#1 by Paul Feakins - May 15th, 2009 at 07:15
Great stuff, thanks. I just dropped the “frameworks” and “lib” folders in to my “sdks/3.3.0″ folder and windows merged them - job done
#2 by Alex Kuruk - September 1st, 2009 at 17:25
Thanks for the stuff and links!
#3 by Cheree - February 17th, 2010 at 08:49
Could you please let me know from where you found out Data Visualization SDK? That way, I can take the latest versions when ever I want. Please do reply
#4 by brianr - March 1st, 2010 at 19:15
@cheree I provided a link to the DV SDK in the post itself. I found it by googling “flex sdk” and following this link:
http://www.adobe.com/products/flex/flexdownloads/
then I clicked on the Flex SDK link:
http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk
Where you’ll find the link to download the DV SWC.
#5 by Hpy - February 13th, 2011 at 13:39
Thanks a lot!
#6 by Venkat - March 10th, 2011 at 11:04
Why do I get watermarks, when I use ? If a license is required to remove watermarks, I have another question. Is “datavisualization_sdk3.3″ part of Flex SDK or part of Flash Builder?