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)

Fifth Dimension 10-24-2010 10:29 PM

how can you make this autoplay?

voter 11-23-2010 08:06 PM

Only one embeded video/audio per thread page is working because the script is buggy.

It is defining always the same id "mediaspace" for all videos and sending that variable to player. So after first video everythin else getting "This text will be replaced"

Gyaronn ids in same HTML page must be unique.

To make it work use this
Code:

<script type='text/javascript' src='video/swfobject.js'></script>
<div id='media_{param}'>This text will be replaced</div>
<script type='text/javascript'>
  var so = new SWFObject('video/player.swf','mpl','470','320','9');
  so.addParam('allowfullscreen','true');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','opaque');
  so.addVariable('file','{param}');
  so.addVariable('backcolor','CCCCFF');
  so.addVariable('frontcolor','000000');
  so.addVariable('lightcolor','000000');
  so.addVariable('screencolor','000000');
  so.write('media_{param}');
</script>


Mike Bucy 12-03-2010 05:55 AM

Can this mode be done with a Category Widget?

I tried some things but was unable to get it to format right.

I'd like to have all the videos listed in a Category.

Thanks

basilrath 12-03-2010 08:16 AM

do you mean scaled down to fit a sidebar or as i have on my front page ?

Mike Bucy 12-04-2010 03:59 AM

I just want to list all the video links in a category on the left side bar under the section widget and links each title in the list to a page.

Like this:

__________________
Section Widget
About Us
Products
Services
Sample Videos (Click Here and get the categories be it the category widget or a custom one below)
__________________
Sample Videos
This video
That video
The Other Video
Some Video
etc
etc
etc
etc
___________________

Thanks

Big-Pete 01-23-2011 10:27 AM

Anyone know how to add a flashvar for the snapshot plugin, watermark image and a skin? I've done it in Wordpress, it's easy with the WPlugin, But not sure how to add in this

HTML Code:

<script type='text/javascript' src='/video/swfobject.js'></script>
<div id='mediaspace'></div>
<script type='text/javascript' src='flv/swfobject.js'></script>
<div id='media_{param}'>This text will be replaced</div>
<script type='text/javascript'>
  var so = new SWFObject('flv/player.swf','mpl','470','320','9');
  so.addParam('allowfullscreen','true');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','opaque');
  so.addVariable('file','{param}');
  so.addVariable('backcolor','CCCCFF');
  so.addVariable('frontcolor','000000');
  so.addVariable('lightcolor','000000');
  so.addVariable('screencolor','000000');
  so.write('media_{param}');
</script>


skooby 03-10-2011 04:24 PM

Anyone have a problem with this working in Firefox, but not in IE or Chrome?

White Devil 03-28-2011 01:30 PM

Can I use it on vb 3.6.12 pl2 ?

hsh72 04-25-2011 02:40 PM

i have vbulletin 3.8.4
how i use this player for my homepage?
Please help me
Greets hsh72

Poker Face 06-06-2011 04:51 AM

Anyone able to get this to work with 4.1.3?

I've tried every combination throughout this thread and have not had any success getting it to work...

Any updates, would be greatly appreciated!


All times are GMT. The time now is 09:59 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.01790 seconds
  • Memory Usage 1,738KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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