- 注册时间
- 2012-7-26
- 最后登录
- 2018-4-2
- 阅读权限
- 10
- 积分
- 185
- 精华
- 0
- 帖子
- 38
|
线型图在firefox浏览器下无法加载,如图,从官网运行也无法显示出来
<body>
<div id="qinhuandao"></div>
</body>
<script type="text/javascript">
function buildChart(){
swfobject.embedSWF("${ctx }/CM/COMMON/open-flash-chart/open-flash-chart-SimplifiedChinese.swf", "qinhuandao", "100%", "100%", "9.0.0", "${ctx }/CM/COMMON/open-flash-chart/expressInstall.swf",
{ "data-file": "lineChart.txt" }, { wmode: "transparent" });
}
buildChart();
</script>
</html>
这样的代码在firefox中无法显示,ie、google可以显示,求解
|
|