Error #1065: Variable __bytecode__ is not defined. AS3
Hi!
I'm beginner. I have a small as3 project, load assets like swf, text files... and then use its. I want to protected my as3 swf and assets files from decompiler (i.e Sothink, Trillix, SWFInvestigator...). I found many way to do it: use embed tag to load main swf, dotfuscator, encrypt-decrypt assets file, or use bytecode...
Well, my mean is use __bytecode__(bytedata); function to protected sensitive code like: anti-preloader, algorithm in decrypt function... But have a problem, I think __bytecode__ function available in flash player 9 (as1.0, as2.0) and lower. What is going on with __bytecode__ function in as3? Is there similar function in as3 to do it?
I caught the technology called "mxml". But I not yet find out about it. Is it possible to solve my problems?
Thanks for the suggestion!
