


Macromedia SDK License: You Must Debug 59
Daniel Grund writes: "I noticed Macromedia has an SDK to help programmers write software that can
generate SWF files. So, being curious, I skimmed their licensing agreement
to see what I could see. Amusingly enough, sections 3f and 3g actually give the SDK user the legal
obligation to debug their code! Of course, only bugs that cause the SWF
files to be erroneous are required to be fixed. However, in theory, if you
wrote a program that makes buggy SWF files, you could be sued by Macromedia
(but only if you do it using the SDK I guess.) How's that for pressure on
the Quality Assurance people; you not only annoy the customers if you fail,
you also get the company sued."
Fed up. (Score:3, Insightful)
Remember windows says says
"IExplore.exe had an exception in flash.DLL"
and not
"Britney.swf crashed the flash plugin DLL"
It would be better if the plugin handled corrupt files more gracefully, but reminding flash developers of their responsibilities is a reasonable addition IMO.
Re:Fed up. (Score:1)
What's wrong with QA'ing your own product? (Score:3, Interesting)
2. Debugging your product is a natural phase of development. Maybe not in the OSS world, but certainly in business.
In short, this is nothing special. If you find a bug in their code, you get to report it, and if you have a seriously screwed up swf writer, they will bring it to your attention.
They didn't say you'd be sued.
It's about time. (Score:2)
If the McMBA's in management actually had to worry about making sure the code was solid before they released it, then:
a) they would stop hiring grade C programmers and expecting them to do grade A work.
b) they would give those grade A progammers the time necessary to do the job correctly becuase it would be cost effective to do so.
Clarification: (Score:3, Interesting)
Where their code is the user's code, not macromedia's (had me worried for a minute).
This is not unreasonable (unlike certain other EULAs I could mention). This is a case where if you don't like the EULA, don't use the SDK. This is macromedia trying to help people without destroying their image. (Think of what microsoft's broken java did to people's perception of formerly 'universal' java applets/applications)
[OT] Re:Clarification: (Score:1, Offtopic)
grammar nazi has posted a comment in reply to your comment. Re:Clarification:
If M$ did this... (Score:1)
No embrace and extend (Score:2, Insightful)
So, you cannot make a swf file which will only work in your own flash tool or flash player. or make a version of swf which only works on a certain operating system.
Forced maintenance and bad specification? (Score:2, Interesting)
So... they can change their software at any point, any way they want, and you are in violation of their license agreement if your product doesn't overcome the backwards incompatibilities and bugs that they release? Sounds like it's putting the responsibility of creating a stable format and environment on the wrong side.
I'm all for developers actually debugging and testing their code - everyone knows that needs to happen quite a bit more often in our industry - but this license sounds like an attempt to shift blame away from the deserving target more than anything else.
If you write a plugin for a browser, you are operating in an environment that should be *secure*. Any third-party software should be forced into compliance or not executed. If a flash site can crash their plugin, a better crafted one could root the system. On a similar note, if content runs on Windows and not on Mac, then their plugin environment isn't suitably abstracted.
Re:Forced maintenance and bad specification? (Score:1)