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) |