There is a lot of knowledge and documentation about Jwplayer online, this article only describes how to use Jwplayer.
Use jwplayer here, need to build network environment (this article uses appserv2.6.0 integration environment)
Appserv 2.6.0 installation is very simple, apache2.2 boot port 80 may conflict, the same solution Google, install the best reboot.
Jwplayer official website http://www.longtailvideo.com/
Jwplayer download Page http://www.longtailvideo.com/jw-player/download/
After extracting, place jwplayer entire folder into appserv/www directory
1. Create a new HTML file
[HTML] view plain copy
File parameters are modified according to their actual situation
Open in the browser can be viewed (directly open invalid, or take the Appserv site environment Why?)
such as: http://127.0.0.1/jwplayer/test.html
2. Use jquery to add some control
jquery is a JavaScript framework that is a lightweight JS library that can be downloaded locally. For specific applications, please Google
[HTML] view plain copy