The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
BBCODE help for jwplayer
So I finally managed to make a working bbcode for use with jwplayer that enables me to put multiple players within a thread.
Code:
<script type='text/javascript' src='/jw/swfobject.js'></script> <div id='{param}'>"Please refresh page for player"</div> <script type='text/javascript'> var s1 = new SWFObject('/jw/player.swf','mpl','480','360','9'); s1.addParam('allowscriptaccess','always'); s1.addParam('allowfullscreen','true'); s1.addParam('flashvars','&file={param}.mp4&image={param}.jpg'); s1.write('{param}'); </script> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|