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.
在我的 sencha touch 应用程序中使用像jplayer这样的html5 视频播放器是一种好习惯吗?
如果是这样,我们可以在哪里实例化播放器?另外,我们在哪里编写播放器的 html 代码?这个演示有 javascript 和 html 部分。
如果我们使用 sencha 命令进行部署,可以在 app.json 文件中引用第三方脚本。但是我的情况并非如此,因此将它们添加到 index.html 中效果很好。
播放器的实例化可以在任何地方进行。但要确保在执行 html 代码的 DOM 部分后完成实例化,请转到编写 html 的视图并将 javascript 部分写入绘制函数中。