swf-decompiler

getting value from score variable in Flash

孤街醉人 提交于 2019-12-11 12:35:55
问题 I am editing a flash game,I want that whenever user press the submit button,his score should be saved in the database at my Server.How i can achieve this task?I had got the variable in which score is stored.I can i send this to my database. 回答1: You need some sort of server side scripting language that you can communicate with, the flash code can't directly insert things into a database it can only encode the data for transmission across the network and deliver it to a server side script that

Can I change an ActionScript string literal in a SWF without the source FLA file?

旧城冷巷雨未停 提交于 2019-12-11 09:50:01
问题 A customer has asked me to move one of their old websites which is mostly flash based to a new server. The original developer of the site many years ago made a mistake by using "http://127.0.0.1/...." in one important link in some ActionScript. The original development company is long since gone. I am able to decompile the SWF using Sothink SWF Decompiler and find and correct the offending ActionScript. However I am unable to recompile back into a SWF that works completely correctly (numerous

Encrypting as3 flash .swf

余生颓废 提交于 2019-12-02 05:37:48
问题 I'm trying to protect my as3 .swf flash file code from decompilation. I cannot spend $$$ on commercial compilers though. How can i encrypt my swf for free? 回答1: My brutally honest answer: don't even try. If someone has skill to make use of assets or code from your application, then they're going to have the basic knowledge needed to decompile your SWF and get what they need. If you even want to try, then this is all I can suggest: http://www.kindisoft.com/ Hope this helps.. Or at least

Encrypting as3 flash .swf

半城伤御伤魂 提交于 2019-12-02 02:38:26
I'm trying to protect my as3 .swf flash file code from decompilation. I cannot spend $$$ on commercial compilers though. How can i encrypt my swf for free? My brutally honest answer: don't even try. If someone has skill to make use of assets or code from your application, then they're going to have the basic knowledge needed to decompile your SWF and get what they need. If you even want to try, then this is all I can suggest: http://www.kindisoft.com/ Hope this helps.. Or at least explains why you shouldn't spend time trying. Unfortunately it's fairly easy to decompile a swf with widely