jwplayer-6.12.0

所属分类:图形图像处理
开发工具:Java
文件大小:2035KB
下载次数:9
上传日期:2016-06-07 18:42:47
上 传 者阿三发生地方
说明:  jwplayer6.12.0 已去水印,去logo.去右键.可直接使用.
(Jwplayer6.12.0 has gone to the watermark, go to logo. to right key. Can be used directly.)

文件列表:
jwplayer-6.12.0\.actionScriptProperties (4057, 2016-05-10)
jwplayer-6.12.0\.actionScriptProperties.default (3991, 2015-03-30)
jwplayer-6.12.0\.jshintignore (95, 2015-03-30)
jwplayer-6.12.0\.jshintrc (536, 2015-03-30)
jwplayer-6.12.0\.project (417, 2016-05-13)
jwplayer-6.12.0\.project.default (396, 2015-03-30)
jwplayer-6.12.0\assets\playIcon.png (609, 2015-03-30)
jwplayer-6.12.0\assets\six.xml (40160, 2015-03-30)
jwplayer-6.12.0\assets\skipButton.png (1077, 2015-03-30)
jwplayer-6.12.0\assets\skipButtonOver.png (1077, 2015-03-30)
jwplayer-6.12.0\bin-debug\history\history.css (365, 2016-06-07)
jwplayer-6.12.0\bin-debug\history\history.js (24650, 2016-06-07)
jwplayer-6.12.0\bin-debug\history\historyFrame.html (798, 2016-06-07)
jwplayer-6.12.0\bin-debug\index.html (326, 2016-05-10)
jwplayer-6.12.0\bin-debug\jwplayer.flash.swf (245202, 2016-05-10)
jwplayer-6.12.0\bin-debug\jwplayer.html5.js (407559, 2016-05-10)
jwplayer-6.12.0\bin-debug\jwplayer.js (165956, 2016-05-10)
jwplayer-6.12.0\bin-debug\Player.html (5744, 2016-06-07)
jwplayer-6.12.0\bin-debug\Player.swf (202141, 2016-06-07)
jwplayer-6.12.0\bin-debug\playerProductInstall.swf (657, 2016-06-07)
jwplayer-6.12.0\bin-debug\swfobject.js (25574, 2016-06-07)
jwplayer-6.12.0\bin-release\history\history.css (365, 2016-05-10)
jwplayer-6.12.0\bin-release\history\history.js (24650, 2016-05-10)
jwplayer-6.12.0\bin-release\history\historyFrame.html (798, 2016-05-10)
jwplayer-6.12.0\bin-release\index.html (326, 2016-05-10)
jwplayer-6.12.0\bin-release\jwplayer.flash.swf (122560, 2016-05-10)
jwplayer-6.12.0\bin-release\jwplayer.html5.js (162341, 2016-05-10)
jwplayer-6.12.0\bin-release\jwplayer.js (59258, 2016-05-10)
jwplayer-6.12.0\bin-release\Player.html (5744, 2016-05-10)
jwplayer-6.12.0\bin-release\Player.swf (102517, 2016-05-10)
jwplayer-6.12.0\bin-release\playerProductInstall.swf (657, 2016-05-10)
jwplayer-6.12.0\bin-release\swfobject.js (25574, 2016-05-10)
jwplayer-6.12.0\build\build.properties (1455, 2016-05-10)
jwplayer-6.12.0\build\build.xml (11755, 2015-03-30)
jwplayer-6.12.0\build\skin-builder.py (971, 2015-03-30)
jwplayer-6.12.0\build\skin-packer.py (274, 2015-03-30)
jwplayer-6.12.0\build\yuicompressor-2.4.2.jar (851219, 2015-03-30)
jwplayer-6.12.0\Gruntfile.js (7486, 2015-03-30)
jwplayer-6.12.0\html-template\history\history.css (365, 2016-05-10)
... ...

# [JW Player](http://jwplayer.com) JW Player Logo JW Player is a the world's most popular embeddable media player. * **Cross browser:** Play your video and audio files easily on all major browsers and mobile devices. Full details [here](http://support.jwplayer.com/customer/portal/articles/1403727-what-is-jw-player-). * **Media formats:** Play MP4, WebM, FLV, HLS, YouTube videos, [and more](http://support.jwplayer.com/customer/portal/articles/1403635-media-format-reference). * **Open Source:** JW Player is free for non-commercial use. For commercial uses, users must [purchase a license](http://www.jwplayer.com/pricing/). For documentation and support, please visit the [JW Player Support Site](http://support.jwplayer.com/). ## Examples We have several articles and examples on the [JW Player Support Site](http://support.jwplayer.com/customer/portal/topics/5***475-javascript-api/articles). The example below will find the element with an id of *myVideoId* and render a video player into it. We will then create an event handler to watch for when someone changes the volume. ```js jwplayer('myVideoId').setup({ file: '/uploads/example.mp4', }); jwplayer('myVideoId').onVolume(function(event) { console.log('The volume has changed', event); }); ``` Note that we could also use functions **getVolume**, **setVolume** and others which can be found [here](http://support.jwplayer.com/customer/portal/topics/5***475-javascript-api/articles). ## Contributing ### Style Guide For our javascript code, we follow the [Douglas Crockford Style guide](http://javascript.crockford.com/code.html) Before submitting a change be sure to verify it follows our guide by using ```sh grunt jshint ``` ### Build Instructions To build the JW Player, you will need the following software: * Flex SDK 4.1: http://sourceforge.net/adobe/flexsdk/wiki/Downloads/ * Ant 1.7.0: http://ant.apache.org/bindownload.cgi To compile with Flex and Ant, you'll first need to modify the `build.properties` file found in the `build` folder: 1. Set `flexsdk` to the install location of the Flex SDK (e.g. `/usr/local/bin/flex/`) 1. Set `execextension` to `.exe` if you're using Windows; otherwise leave it blank. You can now compile the player using Ant: ```sh ant -buildfile build\build.xml ``` If the build is successful, the new player assets (jwplayer.js, jwplayer.html5.js, jwplayer.flash.swf) will appear in the `bin-release` folder. ## Software License The use of the JW Player Open Source edition is governed by a [Creative Commons license](http://creativecommons.org/licenses/by-nc-sa/3.0/). You can use, modify, copy, and distribute this edition as long as its for non-commercial use, you provide attribution, and share under a similar license. http://www.jwplayer.com/license/

近期下载者

相关文件


收藏者