Flex附加的編譯引數

2021-08-31 14:09:51 字數 2505 閱讀 1504

flex附加的編譯引數

2010-07-21 07:38

屬性

描述

accessible=true|false

是否具有可理解性

actionscript-file-encoding

設定檔案編碼

advanced | mxmlc -help advanced

檢索mxmlc高階引數

allow-source-path-overlap=true|false

驗證source-path中定義的路徑是否出現重疊,出現互相包含的現象

as3=true|false

是否使用as3物件模型,預設為ture,如果選false,則es一定要定義為true

benchmark=true|false

是否輸出編譯時期的詳細內容,預設是true

context-root

context-path

設定flex-services.xml中的,如果沒有詳細定義,那flex將用空值。

contributor name

creator name

新增到swf檔案裡,name是作者的名字

date text

debug=true|false

是否可以進行除錯

debug-password string

遠端除錯用,設定密碼

default-background-color int

預設背景顏色

default-frame-rate int

設定幀數,預設為24

default-script-limits

定義應用指令碼程式的執行限制

max-recursion-depth

最大的遞迴預設是:1000

max-execution-time

最大的執行時間預設是:60

default-size width height

設定應用程式的大小

defaults-css-url string

設定css的路徑

description text

新增到swf檔案裡的描述內容

dump-config filename

es=true|false

externs symbol [...]

external-library-path path-element [...]

file-specs path-element [...]

fonts.languages.language-range lang range

指定 unicode編碼語言的範圍

fonts.managers manager-class [...]

字型管理器

fonts.max-cached-fonts string

在伺服器快取上可以儲存的最大字型數

fonts.max-glyphs-per-face string

最大限度的字元快取

frames.frame label class name [...]

generate-frame-loader=true|false

繫結到預設的loader類上

headless-server=true|false

能否設定編譯器的執行標頭檔案

help 幫助

include-libraries library [...]

引用所有的在swc中的類

includes class [...]

引用具體的類

incremental=true|false

保持原有的as,放在/generated目錄下,預設的值是false

keep-generated-actionscript=true|false

language code

預設字母表的編碼,預設是false

lazy-init=true|false

library-path path-element [...]

列印詳細的連線報告

link-report filename

指定編譯器詳細的配置檔案,覆蓋所有的命令列引數,可以通過+=連線多個配置檔案。

load-config filename

load-externs filename [...]

localized-description text lang

namespaces.namespace uri manifest

指定mxml檔案的命名空間,可以用 uri或本地的證明檔案。(manifest.xml)

optimize=true|false

優化程式,減少檔案大小,增加效能,預設為false

output filename

指定輸出檔案名字,如果不指定就用當前檔名。如果路徑不存在,將會自動生成。

publisher name

resource-bundle-list filename

Flex 編譯引數

img 下面是一些常見的編譯器引數 1,verbose stacktraces 指定swf在執行時異常資訊中包含行號和檔名,這將使產生的swf檔案更大些,帶 verbose stacktraces的swf還是和除錯版本的swf有區別的。2,source path path element 新增其他源...

flex 編譯引數大全

accessible true false 是否具有可理解性 actionscript file encoding 設定檔案編碼 advanced mxmlc help advanced 檢索mxmlc高階引數 allow source path overlap true false 驗證sourc...

flex中刪除附加的事件

1 型別一as新增的事件。直接removeeventlistener 2 型別二mxml中的事件 在flex中我們可以很方便的在mxml標籤中使用事件名 函式名 來給物件新增偵聽.像click gourl 可是當我們不需要該偵聽的時候.如果想使用 id.removeeventlistener cli...