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 |
#22
|
|||
|
|||
I'd removed the BBcodes when the didn't work, and now when I try to add them back I get a "The connection to the server was reset while the page was loading." error?? I'm kind of freaked out, any thoughts and might cause this? I don't have this happen anywhere else in my admin cp...
|
#23
|
||||
|
||||
I'm wonder what you have done, this mod is just a simple BBcode which doesnt hurt your forum or sth else, i believe that you have done sth wrong coze This kind of errors are not related to the Mod and it's server or hosting issue.
One more thing : If you have the same Video every where you go there are 2 thing that you maybe have done 1. You maybe have change the code where it render the file address 2. your file link has been cached which mean You have to clear your cache I have the same problem in Vba, but in Vbulletin no. And dear friend as you can see other people are using this with out any problem as they follow the Installation. So read it and just let me know when you add the files and the BB codes does the player shown up? can you link me to see ? |
#24
|
|||
|
|||
I can make it work. It just shows the text line: This text will be replaced
Nothing happens . Can you tell me how to fix? |
#25
|
||||
|
||||
Check the links, and other options and aslo This wil be shown when your player file has sth wrong with it.
make sure that in script you have enter the correct address : 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> http://yourdomain.com/forum/swplayers/flash/player.swf and one more thing , for mp3 players i will update this mod to google player which in more faster and no error whitin it will you have. |
#26
|
||||
|
||||
Google mp3 Player added.
|
#27
|
|||
|
|||
Quote:
http://mydomain.net/diendan/swplayers/flash/player.swf It worked. |
#28
|
|||
|
|||
I don't know why it's happening, nor do I claim it makes any sense, but it seems related to this bbcode because when I paste your replacement into my 'Test your BB Code' box I get the "The connection was reset" error. When I test other replacements like the one below, they test fine.
If I could get the bbcode reinstalled I would send you a test link, but right now I can't get it to even store the entries. I uninstalled some other mods I wasn't really using to see if they were causing an issue. I have your files in my cms 4.0.4 root (/www/www/swplayers). I tried deactivating all of my plugins, and I'm going to upgrade to 4.0.5 next to see if that helps. Brett www.velocityxl.com JS SWF <object type="application/x-shockwave-flash" data="/misc/audio-player/player.swf" id="audioplayer" height="24" width="290"> <param name="movie" value="/misc/audio-player/player.swf"> <param name="FlashVars" value="playerID=audioplayer&soundFile={param}" > <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> </object> |
#29
|
||||
|
||||
thanks but, it doesnt open facebook video on the internet explorer,
firefox and chrome is not problem working example: http://www.myformtr.com/macera-aksiy...le-2010-a.html |
#30
|
||||
|
||||
I couldn't find the reason for it's problem with IE but i think it's IE bugs.
|
#31
|
|||
|
|||
thanks ..
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|