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

Protect code inside a .fla project file.

Participant ,
Nov 26, 2020 Nov 26, 2020

Copy link to clipboard

Copied

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

Views

146

Translate

Translate

Report

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

Copy link to clipboard

Copied

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..

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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