Здравствуйте всем, расскажите кто пользовался данными ультилитами, как она работает, существует ли русский FAQ. Просто пытался сделать по FAQ на официальном сайте, но дошёл только до Code: This will create a file-0 directory, which will contain file-0.main.asasm (the main program file), file-0.privatens.asasm (private namespace alias definitions), and files for ActionScript scripts, classes, and orphan and script-level methods. Off Site P.S. С Английским не дружу . Заранее всем спасибо.
Оно создаст файл-0 который будет содержать файл-0.main.asasm (главный файл программы) файл file-0.privatens.asasm (частные пространства имен, определения, псевдонимы) и файлы для ActionScript и его потрохов
Да, это я сделал у меня создалось две папки в одной есть файлы main.asasm и privatens.asasm, а вот во второй папке есть class.asasm и script.asasm a, что дальше делать не могу догнать там как то так написано - Code: To assemble the [B].asasm[/B] files back, and update the SWF file: [B]rabcasm file-0/file-0.main.asasm abcreplace file.swf 0 file-0/file-0.main.abc[/B] The second [B]abcreplace[/B] argument represents the index of the ABC block in the SWF file, and corresponds to the number in the filename created by [B]abcexport[/B]. [B]swfbinexport[/B] and [B]swfbinreplace[/B] are used in the same manner as [B]abcexport[/B] and [B]abcreplace[/B].