- 授权协议: CCPL
- 开发语言: JavaScript
- 操作系统: 未知
- 软件首页: https://www.jwplayer.com/
- 软件文档: https://github.com/jwplayer/jwplayer/blob/master/README.md
- 官方下载: https://github.com/jwplayer/jwplayer.git
软件介绍
JW Player是世界上最流行的嵌入式媒体播放器,用于跨越浏览器和文件类型来进行无缝的视频播放。它能使开发者通过和视频的编程交互来创造出独特的用户体验。
示例:
// Create a jwplayer instance
jwplayer('my_video').setup({
file: '/uploads/example.mp4',
});
// Add a custom callback for when user pauses playback
jwplayer('my_video').on('pause', function(event) {
alert('Why did my user pause their video instead of watching it?');
});
Head First Mobile Web
Lyza Danger Gardner、Jason Grigsby / O'Reilly Media / 2011-12 / $ 50.84
Despite the huge number of mobile devices and apps in use today, your business still needs a website. You just need it to be mobile. Head First Mobile Web walks you through the process of making a con......一起来看看 《Head First Mobile Web》 这本书的介绍吧!
