Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1791116
  • 博文数量: 600
  • 博客积分: 10581
  • 博客等级: 上将
  • 技术积分: 6205
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-06 10:13
文章分类
文章存档

2016年(2)

2015年(9)

2014年(8)

2013年(5)

2012年(8)

2011年(36)

2010年(34)

2009年(451)

2008年(47)

分类:

2010-03-11 09:34:02

AC_FL_RunContent(
  "src", "playerProductInstall",
  "FlashVars","tmp=123456",
  "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
  "width", "100%",
  "height", "100%",
  "align", "middle",
  "id", "graphtool",
  "quality", "high",
  "bgcolor", "#ffffff",
  "name", "graphtool",
  "allowScriptAccess","sameDomain",
  "type", "application/x-shockwave-flash",
  "pluginspage", ""
 );
} else if (hasRequestedVersion) {
 // if we've detected an acceptable version
 // embed the Flash Content SWF when all tests are passed
 AC_FL_RunContent(
   "src", "graphtool",
   "width", "100%",
   "FlashVars","tmp=123456", 
   "height", "100%",
   "align", "middle",
   "id", "graphtool",
   "quality", "high",
   "bgcolor", "#ffffff",
   "name", "graphtool",
   "allowScriptAccess","sameDomain",
   "type", "application/x-shockwave-flash",
   "pluginspage", ""
 );
 
flex传参数通过FlashVars
var param:Object =  stage.loaderInfo.parameters; 
Alert.show(param.tmp);
阅读(1677) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~