English 中文(简体)
我如何在我手无弹性的旁遮普时把SWC关于Cairngorm的文件添加到我身上?
原标题:How do I add the SWC file for Cairngorm to my app without FlexBuilder?

我没有使用“灵活”的Im,使用自由弹性SDK,TextMate。 http://nwebb.co.uk/blog/?p=58” rel=“nofollow noretinger”>this FlexBuilder process 事实上,我支持所有单方言和事情,以便我能够做同样的事,不管有关档案是什么,但用类似指示把我挑出来,告诉我使用灵活布局。

谁能向我指出正确的方向?

最佳回答

审议了<条码>。 a 图书馆(实际上是你可以审查的纸面文件),因此,你希望做以下事情:

mxmlc -compiler.library-path /path/to/your/swc

可通过<代码>mxmlc-help <TERM>获得帮助。 例如:

$ mxmlc -help library-path
Adobe Flex Compiler (mxmlc)
Version 3.3.0 build 4852
Copyright (c) 2004-2007 Adobe Systems, Inc. All rights reserved.

-compiler.external-library-path [path-element] [...]
    alias -external-library-path
    list of SWC files or directories to compile against but to omit from
    linking (repeatable)
-compiler.library-path [path-element] [...]
    alias -l
    list of SWC files or directories that contain SWC files (repeatable)
-runtime-shared-library-path [path-element] [rsl-url] [policy-file-url] [rsl-url] [policy-file-url]
    alias -rslp
     (repeatable)
问题回答

暂无回答




相关问题
Disable button tooltip in AS3

I want to disable the tooltip on certain buttons. The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?

Multiple Remote call made simultenously

I was making multiple remote calls and they are done sequentially and when I am getting a result event back it s triggering calls to all the methods with ResultEvent as an argument . I am supposed to ...

Attaching a property to an event in Flex/AS3

I have a parameter that needs to be passed along with an event. After unsuccessful attempts to place it on the type by extending the class, I ve been advised in another SO question to write a custom ...

Clearing RSL in Cache

I have built a flex application which has a "main" project and it is assosciated with a few RSL s which are loaded and cached once i run my "main" application. The problem i am facing is that the ...

What s a good way of deserializing data into mock objects?

I m writing a mock backend service for my flex application. Because I will likely need to add/edit/modify the mock data over time, I d prefer not to generate the data in code like this: var mockData =...

AS3 try/catch out of memory

I m loading a few huge images on my flex/as3 app, but I can t manage to catch the error when the flash player runs out of memory. Here is the what I was thinking might work (I use ???? because i dont ...

热门标签