vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   BB Code Enhancements - JW video player (https://vborg.vbsupport.ru/showthread.php?t=238990)

Rumpel 08-07-2010 04:42 PM

Wow! Something I really need.. :)

Thank you

Big-Pete 08-29-2010 11:45 AM

Quote:

Originally Posted by tlwwolfseye (Post 2031562)
I only get:
when I try to put a Video, for example an .mp4 which is on my Webspace. Not the movie. Whats wrong ? :(

I Also get this, Did you manage to find a solution??

lubbie 09-08-2010 04:17 PM

Got it working. Thx

wisemasterchief 09-08-2010 04:25 PM

This is widget configs I use on my system.
Static HTML
vbcms_widget_static_page



Code:

                        <script type="text/javascript" src="localhost/vBulletin/mediaplayer/jquery.js"></script>
<script type="text/javascript" src="localhost/vBulletin/mediaplayer/playlist.js"></script>
<link rel="stylesheet" type="text/css" href="localhost/vBulletin/mediaplayer/playlist.css" />

<script type='text/javascript' src='./mediaplayer/swfobject.js'></script>
 
<div id='mediaspace'>This text will be replaced</div>
 
<script type='text/javascript'>
  var so = new SWFObject('./mediaplayer/player.swf','mpl','800','470','9');
  so.addParam('allowfullscreen','true');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','opaque');
  so.addVariable('file','http://www.somedomain.com/videos/somefile.flv');

  so.addVariable('backcolor','666666');
  so.addVariable('frontcolor','330033');
  so.addVariable('lightcolor','000000');
  so.addVariable('screencolor','000000');
  so.addVariable('autostart','true');
  so.write('mediaspace');
</script>


lubbie 09-08-2010 05:42 PM

Can anyone tell me why, after pressing the Playbutton, the player offers mit to download the vid?
I dont want the vid to be dled ;)

wisemasterchief 09-08-2010 06:18 PM

in code sample: I changed location of flv file

the videos folder resides in vBulletin root.

I created videos file folder, placed all my media there, provided URL designating complete path

lubbie 09-08-2010 06:35 PM

????

kf4eok 10-08-2010 12:56 AM

What is everyone using for the editor button? Where can I find the image?

iyama 10-20-2010 01:00 PM

I have downloaded the JP Player, buth no swfobject.js inside.

D4rk_Sh00t3r 10-23-2010 07:46 PM

If this does not work for you, then that means your host does not provide ffmpeg


All times are GMT. The time now is 08:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01135 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete