The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
JW video player Details »» | |||||||||||||||||||||||||||
this is the first time i post a mod so... i hope it is good :-)
JW Player? Overview The JW Player? is the Internet's most popular and flexible media player. It supports playback of any format the Adobe Flash Player can handle (FLV, H.264, MP4, MP3, AAC, JPG, PNG and GIF). It also supports various streaming and playlist formats (including RMTP, HTTP, live streaming and more), a wide range of flashvar settings and an extensive JavaScript API. The XML-based skinning functionality allows you to completely customize its look and its plugin architecture allows you to easily extend the player with features such as sharing, recommendations, searching, analytics and ad serving. Installation : 1) Download attachment 2) Unzip 3) Upload to forum root 4) Add-in Custom BBCode 5) Done Titel : JW Player:Video Player Tag : JW Replacement : PHP Code:
Description : JW Player:Video Player Use {option}: No Button Image (Optional) : http://icons3.iconfinder.netdna-cdn....o-x-ms-wmv.png Remove Tag If Empty: No Disable BB Code Within This BB Code : No Disable Smilies Within This BB Code : no Disable Word Wrapping Within This BB Code : No to use this as a widget do the next steps: Go to admincp->vbulletin CMS->Widgets->Create new widget Widget type : static HTML Title : Player after doing this press configure and add this code remember to change this line http://www.your-domain-name.com/video/video.mp4 and you can change the size of the player by changing this numbers '215','157' PHP Code:
Download Now
Show Your Support
|
Comments |
#52
|
|||
|
|||
how can you make this autoplay?
|
#53
|
||||
|
||||
Only one embeded video/audio per thread page is working because the script is buggy.
It is defining always the same id "mediaspace" for all videos and sending that variable to player. So after first video everythin else getting "This text will be replaced" Gyaronn ids in same HTML page must be unique. To make it work use this Code:
<script type='text/javascript' src='video/swfobject.js'></script> <div id='media_{param}'>This text will be replaced</div> <script type='text/javascript'> var so = new SWFObject('video/player.swf','mpl','470','320','9'); so.addParam('allowfullscreen','true'); so.addParam('allowscriptaccess','always'); so.addParam('wmode','opaque'); so.addVariable('file','{param}'); so.addVariable('backcolor','CCCCFF'); so.addVariable('frontcolor','000000'); so.addVariable('lightcolor','000000'); so.addVariable('screencolor','000000'); so.write('media_{param}'); </script> |
#54
|
|||
|
|||
Can this mode be done with a Category Widget?
I tried some things but was unable to get it to format right. I'd like to have all the videos listed in a Category. Thanks |
#55
|
||||
|
||||
do you mean scaled down to fit a sidebar or as i have on my front page ?
|
#56
|
|||
|
|||
I just want to list all the video links in a category on the left side bar under the section widget and links each title in the list to a page.
Like this: __________________ Section Widget About Us Products Services Sample Videos (Click Here and get the categories be it the category widget or a custom one below) __________________ Sample Videos This video That video The Other Video Some Video etc etc etc etc ___________________ Thanks |
#57
|
|||
|
|||
Anyone know how to add a flashvar for the snapshot plugin, watermark image and a skin? I've done it in Wordpress, it's easy with the WPlugin, But not sure how to add in this
HTML Code:
<script type='text/javascript' src='/video/swfobject.js'></script> <div id='mediaspace'></div> <script type='text/javascript' src='flv/swfobject.js'></script> <div id='media_{param}'>This text will be replaced</div> <script type='text/javascript'> var so = new SWFObject('flv/player.swf','mpl','470','320','9'); so.addParam('allowfullscreen','true'); so.addParam('allowscriptaccess','always'); so.addParam('wmode','opaque'); so.addVariable('file','{param}'); so.addVariable('backcolor','CCCCFF'); so.addVariable('frontcolor','000000'); so.addVariable('lightcolor','000000'); so.addVariable('screencolor','000000'); so.write('media_{param}'); </script> |
#58
|
|||
|
|||
Anyone have a problem with this working in Firefox, but not in IE or Chrome?
|
#59
|
|||
|
|||
Can I use it on vb 3.6.12 pl2 ?
|
#60
|
|||
|
|||
i have vbulletin 3.8.4
how i use this player for my homepage? Please help me Greets hsh72 |
#61
|
|||
|
|||
Anyone able to get this to work with 4.1.3?
I've tried every combination throughout this thread and have not had any success getting it to work... Any updates, would be greatly appreciated! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|