vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced Dynamics > vBa Dynamics v2.0 Support > Addon Modules & Modifications > Add-On Modules

Reply
 
Thread Tools Display Modes
  #1  
Old 05-27-2010, 04:39 PM
theproit theproit is offline
Sec Manager
 
Join Date: May 2009
Posts: 73
Thumbs up Vba Dynamics - Hosted Video Player - JW Player - Black style

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>
Red: change with your address/Size

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™
Attached Images
File Type: jpg 1.jpg (196.5 KB, 92 views)
File Type: jpg 2.jpg (81.4 KB, 84 views)
File Type: jpg 3.jpg (13.7 KB, 87 views)
File Type: jpg 4.jpg (66.3 KB, 88 views)

Last edited by theproit; 05-27-2010 at 09:52 PM.
Reply With Quote
  #2  
Old 05-27-2010, 04:49 PM
theproit theproit is offline
Sec Manager
 
Join Date: May 2009
Posts: 73
Default

reserved.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -4. The time now is 05:18 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.