|
|
|
|
|
by badsectoracula
1453 days ago
|
|
> To be a devils advocate for a second, what did you expect them to do? Open source the Flash Player code and work towards properly defining the SWF format. They could have kept their shiny IDE that a ton of people knew how to use and work with but also made it possible for Flash to become part of the open web - since it was actually useful. This is something that they were repeatedly asked to do, but never ended up doing because Adobe wanted to have full control over it - and ended up having full control of something dead. |
|
This sounds easy, but it isn't. Major commercial closed-source projects often include third-party software which itself isn't under OSS licenses, and publishing the project without violating those licenses means removing them from the code base before open sourcing it (which may result in a completely non-functional project), negotiating with the provider of the third-party software to allow for their code to be open-sourced (probably impossible), or replacing the licensed code with free alternatives (which may not exist, most likely have a different API if they do exist, and would take developer resources to develop from scratch).
All this preparation for OSSing the code base takes work, and where's the bottom line? How would Adobe, a public company with shareholders and all that nonsense, profit from OSSing Flash? It wouldn't make them business sense to do so.
That's not to say this sort of thing never happens (see Netscape and Mozilla), but it's just never as simple as "they should just release the source."