[SW] Multi Silverlight Player BBcode
What's this Mod ?
You can put 2 silver light players as BBcode to play wmv files in a thread. Just you can use just one bbcode per thread page (java conflict). How to Install ? 1. Upload files First of all download the ZIP file from attachment and upload it to : forum/swplayers/silverlight (if you have installed my last Modification [SW]Simple Flash & Silver light Players BBcode no need to upload these files. ) 2. Create BB Code Title : Multi Silver Light Player Tag Name : wmv2 Replacement : Code:
<script src="forum/swplayers/silverlight/silverlight.js" type="text/javascript"></script> <script src="forum/swplayers/silverlight/wmvplayer.js" type="text/javascript"></script> <script type="text/javascript"> function createPlayer(theContainer, theFile, go) { var cnt = document.getElementById(theContainer); var src = "forum/swplayers/silverlight/wmvplayer.xaml"; var cfg = {height:"250", width:"300", file:theFile, autostart:go}; var ply = new jeroenwijering.Player(cnt,src,cfg); } function init() { createPlayer("part1", "{option}", "false"); createPlayer("part2", "{param}", "false"); } </script> <table> <tr><td> <p>Part 1</p> <div id="part1"> </div></td> <td><p> </p></td> <td> <p>Part 2</p> <div id="part2"> </div> </td></tr></table> 3. Template edit Go to : Style Manager > Your Template > SHOWTHREAD template Find : Code:
<body<vb:if condition="$onload"> onload="{vb:raw onload}"</vb:if>> Code:
<body onload="init();<vb:if condition="$onload">{vb:raw onload}</vb:if>"> ------------------------------------------------------------- You are almost Done Please Mark as Installed ------------------------------------------------------------- Tips : IF players doesn't shown up please edit BBcode and use full url for files in script like this : Short URL Code:
<script src="forum/swplayers/silverlight/silverlight.js" type="text/javascript"> Code:
<script src="http://yoursite.com/forum/swplayers/silverlight/silverlight.js" type="text/javascript"> ------------------------------------ Download
[SW] Multi Silverligh Player BBcode.zip (38.5 KB, 43 downloads) Supporters / CoAuthors
Screenshots |
Similar Mods
BB Code Enhancements Innovative Small mp3 Multi-Player | vBulletin 3.6 Template Modifications |