The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[SW]Simple Flash & Silver light Players BBcode Details »» | |||||||||||||||||||||||||||||||||||
[SW]Simple Flash & Silver light Players BBcode
Developer Last Online: Oct 2013
Flash Player :
JW Flash Player can Play : FLV, H.264/MPEG-4, MP3 and YouTube Videos on your website 1. Single Mp3 Player BBcode : Title : Mp3 player Tag Name : mp3 Replacement : Code:
<script type='text/javascript' src='forum/swplayers/flash/swfobject.js'></script> <div id='mediaspace'>This text will be replaced</div> <script type='text/javascript'> var so = new SWFObject('forum/swplayers/flash/player.swf','mpl','300','24','9'); so.addParam('allowfullscreen','true'); so.addParam('allowscriptaccess','always'); so.addParam('wmode','opaque'); so.addVariable('file','{param}'); so.write('mediaspace'); </script> Button Image : 2. Flash Video Player Title : Flash Video player Tag Name : media Replacement : Code:
<script type='text/javascript' src='forum/swplayers/flash/swfobject.js'></script> <div id='mediaspace'>This text will be replaced</div> <script type='text/javascript'> var so = new SWFObject('forum/swplayers/flash/player.swf','ply','470','320','9','#000000'); so.addParam('allowfullscreen','true'); so.addParam('allowscriptaccess','always'); so.addParam('wmode','opaque'); so.addVariable('file','{param}'); so.write('mediaspace'); </script> Button Image : 3. Flash Mp3 Player with Playlist Title : Mp3player with playlist Tag name : mp3p Replacement : Code:
<script type='text/javascript' src='forum/swplayers/4-6/swfobject.js'></script> <div id='mediaspace'>Install Flash Player</div> <script type='text/javascript'> var so = new SWFObject('forum/swplayers/4-6/player.swf','mpl','240','400','9'); so.addParam('allowfullscreen','false'); so.addParam('allowscriptaccess','always'); so.addParam('wmode','opaque'); so.addVariable('file','{param}'); so.addVariable('playlist','bottom'); so.write('mediaspace'); </script> Silver Light 1. Single WMV Player Title : WMV Player Tag name : wmv Replacement : Code:
<script type="text/javascript" src="forum/swplayers/silverlight/silverlight.js"></script> <script type="text/javascript" src="forum/swplayers/silverlight/wmvplayer.js"></script> <div id='mediaspace'></div> <script type='text/javascript'> var cnt = document.getElementById('mediaspace'); var src = 'forum/swplayers/silverlight/wmvplayer.xaml'; var cfg = {height:'250', width:'470', file:"{param}"}; var ply = new jeroenwijering.Player(cnt,src,cfg); </script> Google Mp3 Player This player i have seen through attachment player and i use this as mp3 player which is so much better than mine Replacement : Code:
<embed type="application/x-shockwave-flash" src="http://yourdomain.com/swplayers/google/audio-player.swf?audioUrl={param}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" /> Attention : IF you have a problem first of all change the address of file to full address like : Code:
http://sitename/forum/swplayers/flash or silverligh .... Do not Forget : Mark As Installed For Updates Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#42
|
|||
|
|||
Just get
"This text will be replaced" Does not display video |
#43
|
||||
|
||||
More than 1 video need id generator
|
#44
|
|||
|
|||
So does the playlist option work still.
|
#45
|
||||
|
||||
yes as far as these items are BB Codes they're always working, if somewhere it doesn't work update your player files from the source website you'll get what you got
p.s : i'll update new players here soon |
#46
|
|||
|
|||
Next question. Any way to use this to play a playlist from another website.
|
#47
|
||||
|
||||
you can address the playlist from external link but i've not done this
|
#48
|
|||
|
|||
Thank you. Just curious, because I'm am setting wimpy to run through the templates of vbulletin. I was just trying to figure out how to get playlist to show in post.
|
#49
|
||||
|
||||
Google MP3 works fine with 4.2
|
#50
|
|||
|
|||
Sorry, i dont understand too much what i have to do to see in all posts. Could you put the code i have to put to see in all the posts, please?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|