Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why Flex SDK is free and Flash CS4 not ? Where is the trick?

Why Flex SDK is free and Flash CS4 not ? Where is the trick ?

like image 572
xRobot Avatar asked Dec 30 '25 19:12

xRobot


2 Answers

It's not a trick. "Flex" is an SDK for building Flash applications with MXML. You can download the SDK and compile swfs using the command line tool mxmlc. Adobe doesn't make money off of swfs; they make it off their development tools. Hence, they charge for the Flash IDE and the Flex Builder IDE (now called Flash Builder). Flash allows you to visually lay out and animate using the timeline. The more reasonably priced Flex Builder (it's not the Flex SDK, it uses the Flex SDK though) has a solid debugger and support for visually laying out MXML components.

like image 130
typeoneerror Avatar answered Jan 02 '26 02:01

typeoneerror


This is more or less like asking why AJAX is free but Dreamweaver isn't. Adobe doesn't sell frameworks, but they do sell tools that can be used to build content using frameworks.

like image 37
fenomas Avatar answered Jan 02 '26 00:01

fenomas