Skip to main content
Carbonstudio
Inspiring
November 26, 2020
Question

Protect code inside a .fla project file.

  • November 26, 2020
  • 1 reply
  • 357 views

Hi Everyone,

I have to give a client some templates so they can export their own video clips. I want them to be able to open the file and export video, but i'd ideally not want them to change the code inside or duplicate etc.

 

Anyone know if it's possible to compress the code or make the whole file read only?

 

Cheers,

 

Mike

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
November 26, 2020

there's no easy way, but it can be done.  however, the better the code is encrypted, the more problems you're likely to encounter decrypting and running..

Carbonstudio
Inspiring
November 26, 2020

Thanks for the reponse.

My plan was to encypt a copy and keep a master version so there is no chance of breaking it. So that client copy could be protected with the idea that it will never be unprotected.

kglad
Community Expert
Community Expert
November 26, 2020

i've used tea (tiny encryption algorithym) to encrypt as3 and javascript.  you can do the same, if it's worth it to you.