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。当我看到该网站时,我可以看到媒体支持许多格式,除了.swf. 但我想嵌入 .swf 文件,并且我的目标是安装了 flash 的浏览器。如果有人遇到同样的问题,请告诉我如何使用 jPlayer 嵌入 .swf 文件。我试过了SwfObject。但我找不到用于暂停和停止和重复的 api。请帮助我。
.swf
SwfObject
那是因为 jPlayer 像这样宣传自己:“jQuery HTML5音频/视频库”。它支持 Flash,但仅作为后备。这意味着,不支持您提供的任何媒体类型或不支持 HTML5 音频/视频标签的浏览器将获得其中的 Flash 后备部分。仔细阅读有关文件的开发人员指南并注意以下内容:
$("#jpId").jPlayer( { swfPath: "/scripts/jPlayer" });
你需要下载合适的皮肤(你喜欢的那个),它会自带。