Flash source protection

by 7 replies
9
Hello,

I hired a programmer for some flash application. Everything went good except the final delivery of a product. He said that he will protect the application only for 1 domain (mine). I paid this application $4500 and this is totally unacceptable for me. I told him that he needs to send me unprotected application as well all source codes..

The main reason why I want unprotected aplication is that I can edit it later. He will probably send me all the codes but I just want to be sure...

Can he protect it somehow or not include all files so that I won't be able to edit it later?

Thanks
#programming #flash #protection #source
  • If he sends you a .swf, then you will only be able to play the file and not edit. It is possible to decompile an swf and get the source code since swf's have poor security, but there are of course ethical issues involved. By "protect for one domain" your programmer may mean obfuscating the swf, in which case it will be nearly impossible to decompile. It could also mean hardcoding something in the .swf so it only loads on the domain you provide, which is bad a well.

    Your best bet is to ask for all .fla/.as files as well as any assets used. To test if he's honest, you can recompile the application and make sure you get a .swf that works in the same way as his application file(download the free Flash trial from Adobe or get the free FlashDevelop).
    • [ 1 ] Thanks
  • Mike, thank you very much for this answer and suggestion
  • yes.... mikeonrails made an excellent suggestion. nothing more to say really.... just make sure you get the .fla files
    • [ 1 ] Thanks
  • He didn't send me .fla files so I asked him to do that. I don't have experience with flash so can you please tell me are these .js files ok... they are not protected on any way?

    js file 1
    js file 2

    Thanks
    • [1] reply
    • I don't think those have much to do with protection. They are mainly for embedding and linking the SWF file. As long as you have the .fla and/or .as files, you should be fine. Without those, you will not be able to edit the application later.
      • [1] reply
  • Where did you hire your programmer?

    If it's Elance or Rent A Coder, you can threaten with a dispute claim, as the main
    default TOS for applications is that the buyer has full rights to the source.

    You'll need to check though, but for $4500, you deserve the source files.

    Tread lightly also, try not to piss him off,
    as you want him to remain co-orperative.

    all the best.

Next Topics on Trending Feed

  • 9

    Hello, I hired a programmer for some flash application. Everything went good except the final delivery of a product. He said that he will protect the application only for 1 domain (mine). I paid this application $4500 and this is totally unacceptable for me. I told him that he needs to send me unprotected application as well all source codes..