参考或链接在 Flowplayer 字幕插件中不起作用
我正在使用 Flowplayer 字幕插件 http://flowplayer.org/demos/plugins/ flash/captions.html 我需要字幕中的引用/链接。当我内置了像这样的srt文件链接时,单击此链接到flowplayer.org
然后 Flowplayer 停留在解析处理上,最后一条消息只是
org.flowplayer.captions::Caption:加载字幕文件,解析提示点
请提示我如何解决此问题。谢谢
I'm working with Flowplayer captions plugin http://flowplayer.org/demos/plugins/flash/captions.html and I need references/links in subtitles. When I've built into srt file link like <a href="http://flowplayer.org/">click this link to flowplayer.org</a>
then the flowplayer stuck on parse processing and last message was only
org.flowplayer.captions::Caption : captions file loaded, parsing cuepoints
Please prompt me how to resolve this problem. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过注释掉源代码中的一些代码解决了这个问题。此代码检查 XML 字幕格式,并在读取链接的 html 代码时失败。
I've resolved this problem by commented out some piece of code in source code. This code checks for XML subtitle format and fails when it reads linked html code.