Flex SDK 3.4 Extracting DataVisualization Source
Adobe released a new sdk for Flex which fixes a cross-scripting security threat. So, you download the sdk, unzip it, create a new directory for 3.4.0 in your flex sdks directory. Also extract the data viz zip and put its files in the appropriate directories in the 3.4.0 directory that you just added. (You could do this different ways as well.)
Then in Flex Builder, right click on a project, choose Properties, Flex Compiler, Configure Flex SDKs. And add your new SDK.
So, pretty sure there are plenty of posts on how to do the above. But, now you need to extract the DataViz source. This post explains that. And here’s what you can copy and paste into Terminal to get it to work if you’re on a mac.
java -jar “/Applications/Adobe Flex Builder 3 Plug-in/sdks/3.4.0/lib/DMV-source.jar” “/Library/Application Support/Adobe/Flex” “/Applications/Adobe Flex Builder 3 Plug-in/sdks/3.4.0″
The blog changes the straight quotes to curly quotes, so, you’ll probably have to change that.
Comments
2 Responses to “Flex SDK 3.4 Extracting DataVisualization Source”
Leave a Reply
[...] Also, check this post for the command to type into terminal. March 31, 2008 | Filed Under Code, Data, Flex Charting, Visualization, charting [...]
Just stumbled across this link – covers the same thing, but might be helpful.
http://blog.sunild.com/2008/12/extracting-source-code-for-flex-builder.html