some tips of flex compiler

flex library project : create swf , not swc  ,   code: -locale=en_US -directory=true -output=../bin/

 

create zh_CN language package : bin/compc -locale=zh_CN -source-path=frameworks/projects/framework/bundles/zh_CN/src -include-resource-bundles=collections,containers,controls,core,effects,formatters,logging,SharedResources,skins,states,styles,validators 
-output=frameworks/locale/zh_CN/framework_rb.swc 

你可能感兴趣的:(some tips of flex compiler)