读书人

Flex4 中获取 FlashVars模式传递的参数

发布时间: 2012-11-23 00:03:43 作者: rapoo

Flex4 中获取 FlashVars方式传递的参数
Working with flashvars in FlashBuilder4(flex4)
Before flex4, to get the flashvars, you should do following:

var params:Object = FlexGlobals.topLevelApplication.parameters; var title = params.title; 

读书人网 >Flash

热点推荐