Silverlight视频播放器xap或js
我正在编写 Silverlight 视频播放器并寻找灵感,所以我找到了 JW Player。
但据我所知,Silverlight 应用程序位于 .xap 文件内,而 JW Player 使用 js 脚本来实现 SL 逻辑。
您能解释一下它是如何工作的以及为什么 .js 不是 .xap 吗?
提前致谢。
I'm writing Silverlight video player and I search for inpiration so i have found JW Player.
But as I know Silverlight apps are inside .xap files and JW Player uses js script to implement SL logic.
Could you explain me how it works and why .js not .xap?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该播放器设计为与 Silverlight 1.0 或 1.1 配合使用。如果您从其页面查看 Silverlight SDK 的链接,它会链接到 SL v1 SDK。
我直到 2 才开始使用 SL,但据我了解,SL 1 与 JavaScript 的集成程度比 2 及更高版本要强得多。我怀疑 JW Player 能否与当前版本的 Silverlight 配合使用。
That player was designed to work with Silverlight 1.0 or 1.1. If you check out the links to the Silverlight SDK from their page it links to SL v1 SDK.
I didn't start using SL till 2 but from my understanding SL 1 had a much heavier integration with JavaScript than 2 and beyond do. I doubt that the JW Player would work with current versions of Silverlight.