Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Protect code inside a .fla project file.

Participant ,
Nov 26, 2020 Nov 26, 2020

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

TOPICS
ActionScript , Code , How to , Publish package
284
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 26, 2020 Nov 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..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 26, 2020 Nov 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 26, 2020 Nov 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 26, 2020 Nov 26, 2020
LATEST

I'm going to have a look at this cheers!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines