Home > Article > CMS Tutorial > A must-learn method for integrating ckplayer6.1 with empire cms
ckplayer already has the latest version, which has evolved to version 6.3 on 2013-5-1
Integrating empire cms requires some corresponding changes. The specific methods are as follows :
1. Download ckplayer6.3 from the ckplayer official website http://www.ckplayer.com, and upload the ckplayer inside to the root directory of the website
2. Download the parsed file video.php and upload it Go to the ckplayer directory and download the address https://www.jb51.net/codes/40238.html
3. Modify the domain name in ckplayer.xml and ckplayer.js to your own domain name
4. The key is when calling
The code is as follows:
<flashvars> {s->0}{b->1}{p->1}{f->https://www.jb51.net/ckplayer/video.php?url=[$pat]}{my_url->ckhtm} </flashvars>
It is recommended to study "Empire cms tutorial"
The above is the detailed content of A must-learn method for integrating ckplayer6.1 with empire cms. For more information, please follow other related articles on the PHP Chinese website!