ReadMe.html 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>帝国CMS-视频播放器集合插件</title>
  6. <style type=text/css>
  7. <!--
  8. { font-family: 宋体; font-size: 12px; line-height: 19px; color: #333333;text-decoration: none} a:hover { color: #FF0000}a:hover { text-decoration: none}a:hover { line-height: 19px}a:link { font-family: 宋体; font-size: 14px; line-height: 19px; color: #333333;text-decoration: none} a:visited { text-decoration: none; }Table{ font-family: 宋体; font-size: 13px; color: #000000; line-height: 21px; text-decoration: none } }
  9. .box {border: 1px solid #333333;height: 10px;width: 10px;font-size:1px;cursor:hand;filter:blur(add=ture,direction=135,strength=2);}
  10. .STYLE1 {color: #666666}
  11. -->
  12. </Style>
  13. </head>
  14. <body>
  15. <table width="800" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#4FB4DE">
  16. <tr>
  17. <td height="38"><div align="center"><strong><font color="#FFFFFF" size="4">帝国CMS-视频播放器集合插件使用说明</font></strong></div></td>
  18. </tr>
  19. <tr>
  20. <td height="30" bgcolor="#FFFFFF"> <div align="center"><a href="http://www.phome.net/OpenSource/" target="_blank"><font color="#FF0000"><strong>帝国CMS - 稳定可靠、安全省心</strong></font></a></div></td>
  21. </tr>
  22. <tr>
  23. <td height="23" bgcolor="#C9F1FF"><strong>一、显示效果:</strong></td>
  24. </tr>
  25. <tr>
  26. <td height="30" bgcolor="#FFFFFF"> <table width="99%" border="0" align="center" cellpadding="1" cellspacing="1">
  27. <tr>
  28. <td height="23"><div align="center"><img src="doc/demopic.jpg" width="600" height="404"></div></td>
  29. </tr>
  30. </table>
  31. <br></td>
  32. </tr>
  33. <tr>
  34. <td height="23" bgcolor="#C9F1FF"><strong>二、使用语法说明</strong></td>
  35. </tr>
  36. <tr>
  37. <td height="30" bgcolor="#FFFFFF"> <table width="99%" border="0" align="center" cellpadding="1" cellspacing="1">
  38. <tr>
  39. <td height="25"><strong><font color="#0000FF">(一)、【显示视频播放器JS函数语法说明】</font></strong></td>
  40. </tr>
  41. <tr>
  42. <td height="25"><strong>1、格式:</strong></td>
  43. </tr>
  44. <tr>
  45. <td height="25"><textarea name="textarea" cols="60" rows="5" wrap="off" style="WIDTH:100%">&lt;script src=&quot;/e/data/modadd/moreplayer/empirecmsplayer.js&quot;&gt;&lt;/script&gt;
  46. &lt;script&gt;
  47. EmpireCMSPlayVideo('播放器类型','视频地址','显示宽度','显示高度',是否自动播放,'帝国CMS网站地址');
  48. &lt;/script&gt;</textarea></td>
  49. </tr>
  50. <tr>
  51. <td height="25">参数说明:</td>
  52. </tr>
  53. <tr>
  54. <td height="25"><table width="99%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CCCCCC">
  55. <tr>
  56. <td width="22%" bgcolor="#FFFFFF">播放器类型:</td>
  57. <td width="78%" bgcolor="#FFFFFF">设为空''或'auto'为自动识别<br>
  58. 设为'html5video'为采用HTML5的video播放标签<br>
  59. 设为'html5audio'为采用HTML5的audio播放标签<br>
  60. 设为'flash'为采用flash播放器<br>
  61. 设为'flv'为采用flv播放器<br>
  62. 设为'jwplayer'为采用jwplayer播放器<br>
  63. 设为'realplayer'为采用realplayer播放器<br>
  64. 设为'mediaplayer'为采用mediaplayer播放器</td>
  65. </tr>
  66. <tr>
  67. <td bgcolor="#FFFFFF">视频地址:</td>
  68. <td bgcolor="#FFFFFF">填要播放的视频地址,比如:http://localhost/file/movie.flv</td>
  69. </tr>
  70. <tr>
  71. <td bgcolor="#FFFFFF">显示宽度:</td>
  72. <td bgcolor="#FFFFFF">视频显示的宽度。</td>
  73. </tr>
  74. <tr>
  75. <td bgcolor="#FFFFFF">显示高度:</td>
  76. <td bgcolor="#FFFFFF">视频显示的高度。</td>
  77. </tr>
  78. <tr>
  79. <td bgcolor="#FFFFFF">是否自动播放:</td>
  80. <td bgcolor="#FFFFFF">0为不自动播放,1为自动播放。</td>
  81. </tr>
  82. <tr>
  83. <td bgcolor="#FFFFFF">帝国CMS网站地址:</td>
  84. <td bgcolor="#FFFFFF">要以“/”结尾,也就是后台系统参数设置的网站地址,模板中用“[!--news.url--]”即可。</td>
  85. </tr>
  86. </table></td>
  87. </tr>
  88. <tr>
  89. <td height="25">&nbsp;</td>
  90. </tr>
  91. <tr>
  92. <td height="25"><strong>2、使用范例1:</strong></td>
  93. </tr>
  94. <tr>
  95. <td height="25"><textarea name="textarea2" cols="80" rows="5" wrap="off" style="WIDTH:100%">&lt;script src=&quot;[!--news.url--]e/data/modadd/moreplayer/empirecmsplayer.js&quot;&gt;&lt;/script&gt;
  96. &lt;script&gt;
  97. EmpireCMSPlayVideo('auto','[!--movieurl--]','600','400',0,'[!--news.url--]');
  98. &lt;/script&gt;</textarea></td>
  99. </tr>
  100. <tr>
  101. <td height="25"><font color="#666666">(其中例子中的“[!--movieurl--]”是假设视频地址字段名是movieurl,“[!--news.url--]”为网站地址。)</font></td>
  102. </tr>
  103. <tr>
  104. <td height="25"><strong>3、使用范例2:</strong>(不加到模板,直接在html页面中播放视频)</td>
  105. </tr>
  106. <tr>
  107. <td height="25"><textarea name="textarea3" cols="80" rows="5" wrap="off" style="WIDTH:100%">&lt;script src=&quot;/e/data/modadd/moreplayer/empirecmsplayer.js&quot;&gt;&lt;/script&gt;
  108. &lt;script&gt;
  109. EmpireCMSPlayVideo('auto','http://localhost/file/movie.flv','600','400',0,'/');
  110. &lt;/script&gt;</textarea></td>
  111. </tr>
  112. <tr>
  113. <td height="25"><strong>4、使用范例3:</strong>(播放电影系统模型中的第一个视频地址)</td>
  114. </tr>
  115. <tr>
  116. <td height="25"><textarea name="textarea5" cols="80" rows="10" wrap="off" style="WIDTH:100%">&lt;?php
  117. $onlinepath=$navinfor['onlinepath'];//取得onlinepath字段内容
  118. $olr=explode(egetzy('rn'),$onlinepath);
  119. $olfr=explode('::::::',$olr[0]);
  120. ?&gt;
  121. &lt;script src=&quot;[!--news.url--]e/data/modadd/moreplayer/empirecmsplayer.js&quot;&gt;&lt;/script&gt;
  122. &lt;script&gt;
  123. EmpireCMSPlayVideo('auto','&lt;?=$olfr[1]?&gt;','600','400',0,'[!--news.url--]');
  124. &lt;/script&gt;</textarea></td>
  125. </tr>
  126. <tr>
  127. <td height="25">&nbsp;</td>
  128. </tr>
  129. <tr>
  130. <td height="25"><strong><font color="#0000FF">(二)、【完整范例】</font></strong></td>
  131. </tr>
  132. <tr>
  133. <td height="25">
  134. <textarea name="textarea4" cols="80" rows="22" wrap="off" style="WIDTH:100%">&lt;!DOCTYPE HTML&gt;
  135. &lt;html&gt;
  136. &lt;head&gt;
  137. &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot;&gt;
  138. &lt;title&gt;视频播放&lt;/title&gt;
  139. &lt;/head&gt;
  140. &lt;body&gt;
  141. &lt;table&gt;
  142. &lt;tr&gt;
  143. &lt;td&gt;
  144. &lt;script src=&quot;/e/data/modadd/moreplayer/empirecmsplayer.js&quot;&gt;&lt;/script&gt;
  145. &lt;script&gt;
  146. EmpireCMSPlayVideo('auto','http://localhost/file/movie.flv','600','400',0,'/');
  147. &lt;/script&gt;
  148. &lt;/td&gt;
  149. &lt;/tr&gt;
  150. &lt;/table&gt;
  151. &lt;/body&gt;
  152. &lt;/html&gt;</textarea></td>
  153. </tr>
  154. <tr>
  155. <td height="25">&nbsp;</td>
  156. </tr>
  157. </table></td>
  158. </tr>
  159. <tr>
  160. <td>&nbsp;</td>
  161. </tr>
  162. </table>
  163. <hr>
  164. <table width="100%" border="0" cellspacing="1" cellpadding="1">
  165. <tr>
  166. <td height="25">
  167. <div align="center"><a href="http://www.phome.net" target="_blank">官方网站</a> |
  168. <a href="http://bbs.phome.net" target="_blank">论坛交流</a> | <a href="http://www.phome.net/product/" target="_blank">产品中心</a>
  169. | <a href="http://www.phome.net/download/" target="_blank">产品下载中心</a></div></td>
  170. </tr>
  171. </table>
  172. </body>
  173. </html>