我使用SecureSWF 4.5来混淆Flash游戏。在混淆过程之后,出现了这个错误:
> Warning: The following identifiers' names existed in the protected file(s) while they should have been all renamed. Since you enabled
> Post Build Check, secureSWF is now going to exclude any identifier
> with a similar name to any of the following:
> MainTimeline__Content__
> MainTimeline__LoadingAnimation__
> MainTimeline__Preloader__
> _mygame_fla
> __rslPreloader
游戏不再有效,它甚至不再启动/加载。 (仅显示默认的Flash Player空白屏幕) 有谁知道如何解决这个问题或者能让我知道这个错误意味着什么?
(我正在使用Flash CS6并为Flash Player 11.1发布游戏)
答案 0 :(得分:1)
我建议你不要混淆。由于ActionScript是一种编译语言。无论如何,我谷歌搜索了一些东西......
也许你可以试试另一个混淆器。
http://www.ambiera.com/irrfuscator/ http://www.as3gamegears.com/category/obfuscation/
希望它有所帮助。