将AS3转换为FLA以生成SWF [英] Convert AS3 to FLA for generating SWF

查看:654
本文介绍了将AS3转换为FLA以生成SWF的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要操作已编译的SWF并重新编译回SWF并进行部署。我已经尝试了3个选项,但没有运气的所有选项:
$ b $ 1转换swf到fla到AS3,我能够编辑AS3文件,那么我不是能够前进创造新的FLA&新的SWF文件。
$ b 2)将swf转换为flex项目并导入到flex builder中,然后在发布时声明我没有主要的MXML文件来获取新的SWF。 / p>

3)目前我已经尝试将AS3转换为FLA,但没有运气。



如果您有任何已知的选项将AS3转换成FLA请告诉我,我将监视线程!..
$ b $更新1):我已经尝试从SWF解压器转换SWF到FLA,它是成功的,但问题是我如何编辑它,并将其再次转换回新的SWF。我的目标,是添加一些字符串或名称,反编译后,我得到了两个FLA,一堆AS3文件,编辑我的AS3文件后,我无法将所有的一堆AS3文件转换到一起,使一个新的SWF或新FLA ...请回复感谢您的回复!...

lockquote
更新2:谢谢你以前的回复家伙,我想我不能
找到正确的库,从以前的导入错误,做
U知道如何,我可以找到它。 IS嵌入资产类型帮助我
解决这种错误。请看看这个线程让我知道
错误#1014:无法找到类mx.core :: BitmapAsset而尝试使用运行时共享库​​
,如果有任何机构知道这一点,请回复,这将是一个很好的帮助..


htmlrel =nofollow noreferrer> Flash Professional ,或其他IDE,比如 Flash Builder Flex 等) >
  • 为Flash Professional编译(控制 输入



    澄清:


  • .swf 是一个编译好的Flash程序嵌入式代码,文本和资产)。
  • .fla 是一个项目文件,它包含您要编译的所有内容。

  • .as 文件是程序中使用的代码。

  • .mxml 文件是一个XML文档,其中包含布局和代码块的标记。通常以基于Flex的项目呈现。



  • 警告:反编译器在重构项目时不会总是成功的。这是完全有可能的,你从中得到的文件不能重新编译,除了一些原始的开发人员提出的深奥设置。

    I Need to manipulate the compiled SWF and recompile it back to SWF and deploy. I have tried 3 options but no luck on all the options :

    1) Converting swf to fla to AS3, I was able to edit the AS3 file, then I am not able to move forward to create the new FLA & new SWF file.

    2) Converting swf to flex project and importing to flex builder, then while publishing it says that I did not main MXML file to get new SWF.

    3) Currently I had tried converting AS3 to FLA, but no luck.

    If you have any known options to convert AS3 to FLA sucessfully please let me know, I will be monitoring the thread!..

    UPDATE 1 ) : I had tried converting SWF to FLA from SWF decomplier , it was successful , but the problem was how do i edit it and convert it back new SWF again. My Aim , was to add few strings or names, After decompiling it , i got both FLA , bunch of AS3 files , after editing my AS3 files and i am not able to convert All bunch of AS3 files together to make a new SWF or new FLA ... Please respond Thanks for other replies!...

    Update 2: Thanks for your previous replies guys , i think i cannot find the correct library that was from the previous import errors , do u know how , were can i find it. IS Embedding asset types help me to solve this kind of errors. please look at this thread let me know "Error #1014: Class mx.core::BitmapAsset could not be found" while trying to use Runtime Shared Library , If any body knows this please reply , It will be a great help..

    解决方案

    1. Open the FLA in an appropriate editor (usually Flash Professional, or other IDEs such as Flash Builder, Flex, etc...)
    2. Compile (controlenter for Flash Professional)

    To clarify:

    • .swf is a compiled Flash program (with embedded code, text, and assets).
    • .fla is a project file that holds the references to everything you want to compile.
    • .as file is the code used in the program.
    • .mxml file is an XML document that contains markup for layout and chunks of code. Usually present with a Flex based project.

    A word of warning: a decompiler will not always be successful in reconstructing the project. It is entirely possible that the files you get out of it cannot be recompiled apart from some esoteric settings that the original developer had present.

    这篇关于将AS3转换为FLA以生成SWF的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

    查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆