It is recommended to use ckplayer,
Latest update date: 2018-01-10
Fixed the bug that cannot play some rtmp videos
Added API to delete easing
Upgrade method
Replace line 112 in ckplayer.swf and ckplayer.js! (function() {The following content
Search for the "addCallback" attribute node in ckplayer.js and ckplayer.xml, and add the deleteAnimate attribute to the list
Latest update date: 2017-12-14
Added when calling player initialization Added an attribute playerID, which can be used to distinguish listening events issued by different players when there are multiple players on the same page
Fixed some irrelevant bugs
Added the h5 part for Control bar restrictions and corresponding APIs
Unified the right-click settings of FlashPlayer and H5
Added the listener function clickEvent for player action button clicks
Upgraded Method
Replace line 112 in ckplayer.swf and ckplayer.js! (function() {The following content
Update date: 2017-12-08
Fixed the bug that the display style of h5 subtitle files cannot be controlled
Added an interface to control the display/hiding of the control bar
Upgrade method
Replace ckplayer.swf and ckplayer Line 113 in .js! (function() {The following content
Search for the addCallback attribute in ckplayer.js and ckplayer.xml, and add at the end: ",changeControlBarShow"
Update date: 2017-11-24
Fixed the bug that no error message is displayed above the player when a video error occurs in the HTML5 environment
Upgrade method
Replace ckplayer Line 113 in .swf and ckplayer.js! (function() {The following content
Update date: 2017-11-23
1: Added the video address call in flashplayer to include The bug of comma error
2: Fixed the bug of html5 environment error when the configuration logo of ckplayer.js is deleted
3: Fixed the buffer icon in html5 not having animation effect bug
Upgrade method, 1: Replace ckplayer.swf, 2: Replace line 112 in ckplayer.js! (function() {the following content, 3: Find "m3u8MaxBufferLength: 30 in ckplayer.js ,", add "split:','," below the line, 4: Find "
Updated date: 2017-11-16
1: Fixed the bug that iPad cannot play m3u8
2: Modified the mobile terminal to not use ckplayer by default Define style
3: A double-speed playback button list is added to the html5 style
4: A double-speed playback api is added to the html5 environment
Upgrade method, only need to replace 112 lines in ckplayer.swf and ckplayer.js! (function() {The following content
Update date: 2017-11-10
HTML5 environment supports video rotation and scaling, The modified file is ckplayer.js, and the modified content is the videoRotation() function and videoZoom() function
Update date: 2017-11-07, updated content (if you are not using rtmp, there is no need to update) :
1: HTML5 player uniformly uses the logo image specified in the ckplayerConfig() function as the logo
2: Fixed the bug that some rtmp live streams cannot be played
3: Fixed some other bugs
ckplayer X version upgrade instructions, 2017-11-01
1: Refactored code
1: Complete Reconstructed ckplayer.js and ckplayer.xml, and standardized configuration rules. No longer use the same attribute to define multiple values ??for configuration. The html5 part in ckplayer.js adopts custom style functions.
2: Language.xml has been completely reconstructed, and the language package has been expanded and upgraded.
3: Completely reconstructed the style file. Instead of using the compressed package form of the previous version, only style.xml is used for configuration. All image files are converted to base64 for use, and encryption is supported. Protect your plugins. And supports custom buttons, pictures or swf functions.
Two: Functional upgrades
1: The advertising section adds new advertising forms, insert ads, end ads, other types of ads (such as banners, corner tags, etc.) display time), retain the original pre-roll ad, and pause the ad. Added ad display monitoring and ad click monitoring functions.
2: The playback part has been upgraded to internal support for the m3u8 format, and external plug-ins are no longer used for playback.
3: Added encryption support for m3u8 files in the flashplayer environment.
4: Built-in resolution support function, as well as m3u8 resolution automatic selection and display support.
5: Built-in barrage display function and various easing effects. A variety of barrage display effects can be created. It also supports the interaction between barrages and players, as well as the previous interaction with js.
6: Reconstructed the player API
Three: Other instructions
This upgrade is a very big upgrade, which is basically the same as the previous version. No contact. The code for calling the player is simpler, more efficient and more intelligent.