The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||||||||||
[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 |
#32
|
||||
|
||||
![]()
Wlc dear
|
#33
|
||||
|
||||
![]()
Gonna try this out soon.
|
#34
|
|||
|
|||
![]()
How to add the mp3 player alone to the members profile with auto play option?
|
#35
|
||||
|
||||
![]()
You want to add a mp3 player bbcode with auto play option?
|
#36
|
|||
|
|||
![]()
Exactly. Something like this mod which works for 3.8.x
https://vborg.vbsupport.ru/showthread.php?t=214321 Thanks in advance ![]() |
#37
|
||||
|
||||
![]() Quote:
https://vborg.vbsupport.ru/showthread.php?t=264654 |
#38
|
||||
|
||||
![]()
This only allows me to post:
1 video PER thread. Example: Post 1 -----> 1st video appears Post 2 -----> this video does not ???? |
#39
|
||||
|
||||
![]()
due to div id, which is named : mediaspace, if you want this to shown in all post you should have sth like generator to generate new div with id in java script.
|
#40
|
|||
|
|||
![]()
anyone try mp3 player with playlist yet, mine not working
|
#41
|
|||
|
|||
![]()
aint working with latest vb4 here ,silverlight just does not react
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|