Is it possible to add a comment to a .swf file?

1

1

I would like a way to add comments to a .swf file without it affecting the code and how the file runs.The reason I need a comment is to prove that this .swf file is owned by me before I give it to others and that I supplied this game to people. So when people say "I downloaded this game off the internet" I can show them the identifier in the source code.

Antp

Posted 2014-08-25T03:19:59.920

Reputation: 895

Answers

-1

Unless you have the original file, its not possible, that is the point of a compiler

CrazySlayerNinjaBear

Posted 2014-08-25T03:19:59.920

Reputation: 14

0

Yes, just sign your code:

  • In Adobe Flash Builder click the File menu, then Export.

  • On the Export window expand Flash Builder in the export destination list, then click Release Build, then click Next

  • On the Export Release Build window select your target platform.

  • Click the "Signed packages for each target platform" option

  • Click Browse and specify an export location for your application, then click Next.

  • On the Packaging Settings window, Digital Signature tab, click the box next to "Enable digital signing", then click Finish

krowe

Posted 2014-08-25T03:19:59.920

Reputation: 5 031

yes, but I destroyed the computer I wrote it on and have a new computer with the finished program. Hence the fact that I don't have Adobe Flash Builder on my new computer. – Antp – 2014-08-25T04:13:09.147

That's going to be a problem. The point of signing code is that, once it's done, the final binary cannot be modified by any one else without breaking the signature. Any way you find of signing your file now is only going to verify that you were in possession of the file. It won't tell anyone weather you created it. – krowe – 2014-08-25T04:19:18.720

Oh thats bad, dam – Antp – 2014-08-25T04:21:05.813

maby i can edit a photo. – Antp – 2014-08-25T04:21:24.690

WOW JOAO THAT REALLYHELPED... – Antp – 2014-08-25T04:25:09.090

I've heard that before. – krowe – 2014-08-25T06:06:02.893