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 |
#62
|
|||
|
|||
I am interested in jwplayer on my forum but is it possible to set this in a way that only certain usergroups can use the bbcode for it (without disabling all vbcode for them entirely)? Thanks
|
#63
|
|||
|
|||
Hi -
Got this to work nicely, using this replacement: <script type='text/javascript' src='/video/swfobject.js'></script> <div id='mediaspace'>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('mediaspace'); </script> If' I'd like to give the player one of JW's skins - say it's called 'Schoon' - what/where does need changing/added in this code? Thanks heaps! Mondi |
#64
|
|||
|
|||
Please, and for jwplayer 6 ?? Thanks.
|
#65
|
|||
|
|||
Thanks man its a work
|
#66
|
||||
|
||||
Yeah, but this only works if the Video file is hosted locally on your web server. That means other users will not be able to use the bbcode.
|
#67
|
|||
|
|||
No it can play any file ended with mp4 but other extensions no
files without extension will not work also solution is very simple by changing the BBcode you can see here I use jwplayer as attachment player which means .attach extension also here I use it for broadcasting .attach also best regards Adel |
#68
|
||||
|
||||
Here's a slight variation on the original video code along with several more ...
Works with VB 3+ and 4 JW Player 5+ Video Code:
<div align="center"> <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='470' height='320' id='video1' name='video1'> <param name='movie' value='http://YOURDOMAIN.com/jwplayer/player.swf'> <param name='allowfullscreen' value='true'> <param name='allowscriptaccess' value='always'> <param name='wmode' value='transparent'> <param name='flashvars' value='file={param}&frontcolor=#cc0018&start=0'> <embed id='video2' name='video2' src='http://YOURDOMAIN.com/jwplayer/player.swf' width='470' height='320' bgcolor='#000000' allowscriptaccess='always' allowfullscreen='true' flashvars='file={param}&backcolor=#252626&frontcolor=#E8ECED&start=0' /></object> <br /> <font size="1"><b>Source:</b> <a target="_blank" href="{param}">{param}</a></font> <a target="_top" href="http://YOURDOMAIN.com/misc.php?do=bbcode#audio"><img src="http://YOURDOMAIN.com/extra/help_icon.png" width="12" height="12" border="0" alt="Video/Audio Embedding Codes" /></a> </div> Audio Code:
<div align="center"> <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='470' height='25' id='video1' name='video1'> <param name='movie' value='http://YOURDOMAIN.com/jwplayer/player.swf'> <param name='allowfullscreen' value='true'> <param name='allowscriptaccess' value='always'> <param name='wmode' value='transparent'> <param name='flashvars' value='file={param}'> <embed id='video2' name='video2' src='http://YOURDOMAIN.com/jwplayer/player.swf' width='470' height='24' bgcolor='#000000' allowscriptaccess='always' allowfullscreen='true' flashvars='file={param}&backcolor=#252626&frontcolor=#E8ECED&start=0' /></object> <br /> <font size="1"><b>Source:</b> <a target="_blank" href="{param}">{param}</a></font> <a target="_top" href="http://YOURDOMAIN.com/misc.php?do=bbcode#audio"><img src="http://YOURDOMAIN.com/extra/help_icon.png" width="12" height="12" border="0" alt="Video/Audio Embedding Codes" /></a> </div> Liveleak Code:
<div align="center"> <object width='470' height='320'> <param name='movie' value='http://www.liveleak.com/e/{param}'> <param name='wmode' value='transparent'> <param name='allowscriptaccess" value='always'> <embed src='http://www.liveleak.com/e/{param}' type='application/x-shockwave-flash' allowfullscreen='true' wmode='transparent' allowscriptaccess='always' width='470' height='320' /></object> <br /> <font size="1"><b>Source:</b> <a target="_blank" href="http://www.liveleak.com/view?i={param}">http://www.liveleak.com/view?i={param}</a></font> <a target="_top" href="http://YOURDOMAIN.com/misc.php?do=bbcode#audio"><img src="http://YOURDOMAIN.com/extra/help_icon.png" width="12" height="12" border="0" alt="Video/Audio Embedding Codes" /></a> </div> HuffPost Code:
<div align="center"> <iframe src="http://embed.live.huffingtonpost.com/HPLEmbedPlayer/?segmentId={param}&autoPlay=false" width="470" height="320" frameBorder="0" scrollable="no"></iframe> <br /> <font size="1"><b>Source:</b> <a target="_blank" href="http://live.huffingtonpost.com/r/segment/{param}">http://live.huffingtonpost.com/r/segment/{param}</a></font> <a target="_top" href="http://YOURDOMAIN.com/misc.php?do=bbcode#audio"><img src="http://YOURDOMAIN.com/extra/help_icon.png" width="12" height="12" border="0" alt="Video/Audio Embedding Codes" /></a> </div> DailyMotion Code:
<div align="center"> <iframe frameborder="0" width="470" height="320" src="http://www.dailymotion.com/embed/video/{param}"></iframe> <br /> <font size="1"><b>Source:</b> <a target="_blank" href="http://www.dailymotion.com/video/{param}">http://www.dailymotion.com/video/{param}</a></font> <a target="_top" href="http://YOURDOMAIN.com/misc.php?do=bbcode#audio"><img src="http://YOURDOMAIN.com/extra/help_icon.png" width="12" height="12" border="0" alt="Video/Audio Embedding Codes" /></a> </div> Google Maps Code:
<div align="center"> <iframe width="470" height="370" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="{param}&spn=0,0&output=embed"></iframe> <br /> <font size="1"><b>Source:</b> <a target="_blank" href="{param}">http://maps.google.com/maps/ms?msid=...</a></font> <a target="_top" href="http://YOURDOMAIN.com/misc.php?do=bbcode#audio"><img src="http://YOURDOMAIN.com/extra/help_icon.png" width="12" height="12" border="0" alt="Video/Audio Embedding Codes" /></a> </div> |
#69
|
|||
|
|||
Türkçe anlatım sunabilirmisiniz ?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|