Skip to main content
May 28, 2013
質問

Can you trace actionscript code?

  • May 28, 2013
  • 返信数 2.
  • 443 ビュー

Can you trace copied->pasted code to its source (a pad or so to another computer) when pasted in another actionscript file that was made the other computer? So can you still see what file that code came from? So i'm basicly asking if you can see where actionscript code originated from?

このトピックへの返信は締め切られました。

返信数 2

May 28, 2013

moccamaximum is right, however many times classes that you download or otherwise acquire, will have package names that reflect the origin. Proper developers will use a reverse domain name package naming convention... which is used in other languages as well.

Inspiring
May 28, 2013

actionscript code is only text, so if you are asking if there can be sth like a watermark in it: no