首页 > 其他 > 详细

Joomla的在线视频播放插件:AllVideos

时间:2014-07-12 15:56:55      阅读:689      评论:0      收藏:0      [点我收藏+]

一个很好的插件,只需要在文章中插入一条简单的语句就可以实现视频播放,视频可以位于网站服务器上或其他视频网站的。

例如:{f4v}ShaHua-H264{/f4v}
 
我在使用中只有一个地方觉得需要更改:
播放完毕后会显示Share页面,或者点击播放控制条旁边的Menu也会出现share页面,对于一个公开的网站来说,实在不妙。
 
You will find a file called sources.php in the following folder:

/plugins/content/jw_allvideos/jw_allvideos/includes

Before making changes in this file make a backup of it so you can go back if needed.

To get rid of the "Menu" icon completely locate the code for plugins (your ‘oncomplete‘ may be set to true).

Change:

‘plugins‘: {
         ‘viral-2‘: {
            ‘onpause‘: ‘false‘,
            ‘oncomplete‘: ‘false‘
         }
      },

to:

‘plugins‘: {},

In other words - delete everything between the plugins brackets. Remember there are two places. Works on my player.
 
这样就很好咯~~!!
 

Developer JoomlaWorks

Website Website

Joomla的在线视频播放插件:AllVideos,布布扣,bubuko.com

Joomla的在线视频播放插件:AllVideos

原文:http://www.cnblogs.com/hssbsw/p/3839732.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!