Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚设置了 Jplayer,它在 chrome 上工作,但不在 ie 或 firefox 上。我首先设置了演示,它适用于所有三个浏览器。
我怀疑它与 swf 播放器有关,但我不知道出了什么问题。
编辑:发现发生了什么。在 Jplayer js 中,swfpath 是相对的(“js/swfpath”),我将其更改为绝对,它工作正常。
奇怪的是,firebug 中的 Net 选项卡告诉我 swf 已正确下载..
Firebug是你的朋友。它告诉您“UFO”未在此行中定义:
UFO.create(FO, 'slideshow');
这意味着您没有加载 ufo.js。