从创建使用Flex 3,无需AIR的SWF的EXE?AIR、Flex、EXE、SWF

由网友(街灯下的背景)分享简介:我有一个简单的小测试程序写在Flex 3的(MXML和一些AS3)。我可以把它编译成SWF就好了,但我想将它做成一个EXE文件,所以我可以把它给我的几个同事谁可能会发现它是有用的。I have a simple little test app written in Flex 3 (MXML and some AS3)...

我有一个简单的小测试程序写在Flex 3的(MXML和一些AS3)。我可以把它编译成SWF就好了,但我想将它做成一个EXE文件,所以我可以把它给我的几个同事谁可能会发现它是有用的。

I have a simple little test app written in Flex 3 (MXML and some AS3). I can compile it to a SWF just fine, but I'd like to make it into an EXE so I can give it to a couple of my coworkers who might find it useful.

使用Flash 8中,我可以只针对一个EXE而不是SWF,它会包装在一个投影机的SWF,一切工作正常。是否有一个相当于使用Flex 3 SDK,它并没有结束,要求AIR?

With Flash 8, I could just target an EXE instead of a SWF and it would wrap the SWF in a projector, and everything worked fine. Is there an equivalent to that using the Flex 3 SDK that doesn't end up requiring AIR?

注:我没有Flex Builder中,我只使用免费的Flex 3 SDK

Note: I don't have Flex Builder, I'm just using the free Flex 3 SDK.

推荐答案

在你的Flex SDK文件夹,你会看到一个运行时播放器 WIN FlashPlayer.exe',这是一个独立的Flash播放器。与打开您的SWF,你会看到在文件菜单中创建投影机...菜单项,将创建独立的EXE文件。

In your Flex SDK folders you should see a 'runtimesplayerwinFlashPlayer.exe' which is a stand alone Flash player. Open your SWF with that and you'll see a 'Create Projector...' menu item in the File menu which will create the stand-alone EXE.

阅读全文

相关推荐

最新文章