如何从FDT出口SWF?

时间:2014-01-04 18:56:59

标签: fdt

这可能是地球上最明显的问题,但我是一个行动新手。我在Mac上使用Eclipse的FDT插件(FDT版本1.13,eclipse“Kepler Service Release 1”,内置ID为“20130919-0819”,使用OS X 10.9.1)来制作Actionscript 3项目。一切都运行得很好,调试/运行完美。但是,我不知道如何导出它。禁用“自动构建”,然后按“全部构建”或“构建项目”似乎可以执行某些操作,它会显示加载条一秒钟然后消失。我相信当我开始我的项目时,我检查了类似“包含网络文件”的内容,这可能是罪魁祸首。这是我项目的内容:

    assets
    -some images that I have
    bin
    -history
    --history.css
    --history.js
    --historyFrame.html
    -index.html {when I open shows the game, but I want an swf}
    -playerProductInstall.swf {shows just a blue screen}
    -swfobject.js {I think this has something to do with it, but I want an swf}
    lib {empty}
    src {I'm not showing you what's in here}

1 个答案:

答案 0 :(得分:0)

咄!文件存储在bin中,它们只是不显示在Eclipse / FDT窗口中。在Finder中打开bin文件夹,你会看到一个swf,得到一个带有你的主类名字的文件夹,你就可以了!

相关问题