ActionScript 2.0 笔记
访问flashvars变量
?
html
flashvars.slidesfile=aaa;
as中用_root.变量名
var config:String = _root.slidesfile;