- 授权协议: 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?');
});
PHP and MySQL Web Development
Luke Welling、Laura Thomson / Sams / July 25, 2007 / $49.99
Book Description PHP and MySQL Web Development teaches you to develop dynamic, secure, commerical Web sites. Using the same accessible, popular teaching style of the three previous editions, this b......一起来看看 《PHP and MySQL Web Development》 这本书的介绍吧!
