似乎是在http://highslide.com/forum/viewtopic.php?f=1&t=24022&p=91079&hilit=jwplayer+firefox+17#p91079
中开始描述的同样问题请查看http://www.lv-koerperbehinderte-bw.de/n/c8-0.php
此页面适用于IE,并且适用于Firefox< 17。在Firefox 17和18中,一切都工作正常,而页面没有被滚动!
当滚动时,Highslide弹出,音频正在播放,而且很有可能,JWPlayer控制工作 - 如果你知道在哪里点击你的话......
答案 0 :(得分:2)
解决方案是将objectLoadTime
设置为'after'
。
您可以在此演示中看到正在使用的代码:http://roadrash.no/hs-support/jwplayer/jwplayer-in-highslide-iframe.html(请参阅“ JW播放器常规大小”链接的源代码)
你的onclicks应如下所示:
onclick="return hs.htmlExpand(this, { objectType: 'iframe', width: 550, height: 152, objectLoadTime: 'after' } )"