![]() |
|
#1
|
|||
|
|||
|
Hello
I’m going to show you how to do a simple mod that you can use JW Player on your Vba Dynamics. This will allow you to have your own hosted player. here is my MOD on vbulletin Orginal Mod for vbulletin users : http://www.vbulletin.org/forum/showthread.php?t=238755 Screens : How to install : 1- Download JW Player From here : ( with a nice black theme ) http://www.logect.com/downloads/deve...black-skin-42/ 2- Upload JW-Player to public_html 3- Go to vBa Dynamics/add module/template Create new template Title : JW Player Template to Include: adv_dyna_player Template Content : Code:
<script type='text/javascript' src='/JW-Player/swfobject.js'></script>
<div id='mediaspace'>LOGECT Player</div>
<script type='text/javascript'>
var so = new SWFObject('/JW-Player/player.swf','mpl','400','260','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://www.yoursite.com/video.flv');
so.addVariable('image','http://www.yoursite.com/picture.jpg');
so.addVariable('frontcolor','ffffff');
so.addVariable('lightcolor','cc9900');
so.addVariable('screencolor','ffffff');
so.addVariable('skin','http://www.yoursite.com/JW-Player/beelden.zip');
so.write('mediaspace');
</script>
4- save ! 5- Go to vBa Dynamics/Edit Module Layouts Add the Player to your Page. Done. Note : You can use this Code to any Allowed HTML Page Vbulletin, VbaDynamics, VbaLink or etc ... All the best LOGECT™ Last edited by theproit; 05-27-2010 at 09:52 PM. |
|
#2
|
|||
|
|||
|
reserved.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| JW Flv player on CMPS | marvinmtz | "How Do I..." Questions | 1 | 06-07-2009 11:50 AM |
| Trying to add a mp3 player?? | baronsamedi | "How Do I..." Questions | 4 | 06-13-2008 01:52 PM |
| flash video player | john_d13 | Module & Modification Discussion & Requests | 1 | 11-10-2007 10:31 PM |
| Live Real Player&nsbp Video Streams | Magical1 | Add-On Modules & Modifications | 1 | 01-08-2006 05:02 PM |
| Live Real Player&nsbp Video Streams | Magical1 | Add-On Modules & Modifications | 0 | 10-11-2005 08:23 AM |