易截截图软件、单文件、免安装、纯绿色、仅160KB

Flex编程注意之Flex Complier参数

http://www.k-zone.cn/zblog/post/flex-compiler-parameter.html
下面的列表提供了mxmlc的一些可选参数:
属性
描述
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中的{context.root},如果没有详细定义,那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=t


相关文档:

Eclipse开发Flex和J2EE的配置

eclipse一个项目中同时开发flex和j2ee的环境配置
因为工作需要,学了一周flex今天开始研究与服务器通信,选择了免费的BlazeDS。由于之前做项目用的是eclipse europa,就把flex builder 3 plugin直接安装到原有的eclipse上了,这样再配置的时候客户端编程用的flex和服务器端的J2EE就能整合到一个工程下了,希望对于暂时由js ......

如何使用Flex ProgressBar

<?xml version="1.0"?>  
<!-- Simple example to demonstrate the ProgressBar control. -->  
<!--  
    如何使用Flex ProgressBar  
    MyShareBook.cn 翻译  
-->  
<mx:Applic ......

Flex: 按比例设置DataGird的列宽

Flex里面,DataGrid的column的width属性不接受百分比,只接受一个具体的像素值,所以,如果想按照比例来设置列宽需要费些周折。Google了一下,有两种方法可以做到: 第一种方法,不要设置width为百分比,而设置为一个小数,所有列的小数值的和必须为1。 <mx:DataGrid width="100%" height="100%" ......

Flex编程注意之Flex Complier参数

http://www.k-zone.cn/zblog/post/flex-compiler-parameter.html
下面的列表提供了mxmlc的一些可选参数:
属性
描述
accessible=true|false
是否具有可理解性
actionscript-file-encoding
设置文件编码
advanced | mxmlc -help advanced
检索mxmlc高级参数
allow-source-path-overlap=true|false
验证source-pat ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号