手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >Firefox getBoxObjectFor getBoundingClientRect联系
Firefox getBoxObjectFor getBoundingClientRect联系
摘要:在一个含有Flash的网页中插入Flash会提示:警告:不建议使用getBoxObjectFor()。请使用element.getBound...

在一个含有Flash的网页中插入Flash会提示:

警告: 不建议使用 getBoxObjectFor() 。 请使用 element.getBoundingClientRect()。

经本人测试,确实是Firefox在含flash的网页上提示,还不知道原因,也没找到解决办法。

Firefox版本:3.0.3

Flash: 10.0

html页面代码:

复制代码 代码如下:

<html>

<body>

<object type="application/x-shockwave-flash" data="Inc/images/clock.swf" width="400" height="400">

<param name="movie" value="Inc/images/clock.swf" />

<param name="wmode" value="transparent">

</object>

</body>

</html>

【Firefox getBoxObjectFor getBoundingClientRect联系】相关文章:

js获取滚动距离的方法

JQuery中attr方法和removeAttr方法用法实例

jquery任意位置浮动固定层插件用法实例

jquery实现弹出层效果实例

JavaScript中的私有成员

模拟抽奖

初步使用bootstrap快速创建页面

javascript中createElement的两种创建方式

在HTML中插入JavaScript代码的示例

JavaScript中setMonth()方法的使用详解

精品推荐
分类导航