Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications

Reply
 
Thread Tools
FLV Player for external FLV source with your logo Details »»
FLV Player for external FLV source with your logo
Version: 2.01, by ogameclub ogameclub is offline
Developer Last Online: Sep 2014 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.0 Beta 4 Rating:
Released: 11-30-2008 Last Update: Never Installs: 79
Re-useable Code Additional Files Translations  
No support by the author.

Hi everybody,

New:
  • Your logo adding
  • Defauld vbulletin Screencolor
If you know full URL of FLV video, can use this code.
Tips: FLV Get! and Internet Download Manager can be detect a URL of FLV video from the web-player.

FLV player for this hack: The JW FLV Player is an easy and flexible way to add video and audio to your website. It supports playback of any format the Adobe Flash Player can handle (FLV, MP4, MP3, AAC, JPG, PNG and GIF). It also supports RTMP, HTTP and live streaming, various playlists formats, a wide range of settings and an extensive javascript API.

You can use noncommercial license.

Installation:

1- Upload attachments to forum root,

2- Custom BB Codes:

BB Code Tag Name:
HTML Code:
FLV
Example:
HTML Code:
[FLV]http://content.bitsontherun.com/videos/3ta6fhJQ.flv[/FLV]
Replacement (Please find http://www.ogameclub.com/images/editor/logo.gif and replace your logo URL):
HTML Code:
<script type="text/javascript" src="embed/swfobject.js"></script>  <div id="player">"Please refresh page for player"</div>  <script type="text/javascript"> var so = new SWFObject('embed/player.swf','mpl','640','480','9'); so.addParam('allowscriptaccess','always'); so.addParam('allowfullscreen','true'); so.addParam('flashvars','&file={param}&frontcolor=330033&screencolor=#E1E4F2&logo=http://www.ogameclub.com/images/editor/logo.gif');
so.write('player');
</script>
The other settings for the BBCode are:

Use {option}: -> No
Remove Tag If Empty -> Yes
Disable BB Code Within This BB Code -> No
Disable Smilies Within This BB Code -> No
Disable Word Wrapping Within This BB Code ->No

Demo

Download Now

File Type: zip flvplayer.zip (260.5 KB, 1093 views)

Screenshots

File Type: png ogameclub.PNG (136.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 03-27-2009, 03:01 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

why would anyone want to add a huge flv advert with a pokey little logo of your site in top right hand corner. Seems pointless to me
Reply With Quote
  #33  
Old 04-04-2009, 01:48 AM
J105C J105C is offline
 
Join Date: Mar 2008
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
why would anyone want to add a huge flv advert with a pokey little logo of your site in top right hand corner. Seems pointless to me
I have a few FLV's

Thanks, installed & nominated!
Reply With Quote
  #34  
Old 04-27-2009, 08:01 PM
DoDe's Avatar
DoDe DoDe is offline
 
Join Date: Feb 2007
Location: Wroclaw-Constanta
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry to write so late but maybe this will help you:

Code:
<script type='text/javascript' src='path_to_your_site/embed/swfobject.js'></script>
<div id='{param}'>"Please refresh page for player"</div> 
<script type='text/javascript'>
var s1 = new SWFObject('path_to_your_site/embed/player.swf','mpl','352','201','9');
s1.addParam('allowscriptaccess','always');
s1.addParam('allowfullscreen','true');
s1.addParam('flashvars','&file={param}&frontcolor=#ffffff&screencolor=#000000&controlbar=over&backcolor=#003F86&logo=path_to_your_site/forums/logo2.png&image={param}.jpg');
s1.write('{param}');
</script>
So in the directory I put the video, I put also the picture I want to show when the video is in the stop mode. The name of the picture is the same as the movie with it's extension plus the .jpg . For exemple the movie name is: "your_movie.flv" and the pictures name is: "your_movie.flv.jpg"

Regards and to see it in action go: here
Reply With Quote
  #35  
Old 05-08-2009, 01:54 PM
tijmen_4real tijmen_4real is offline
 
Join Date: Oct 2008
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Thanks for this great bb-code!! But i'm having some problems to get it working
A printscreen:



I copy-pasted everything from the topic, but i don't see the example.
And, when i try to embed it in a post, there is no video too
I embed like:
Quote:
[FLV]http://www.deorvanheemskerk.nl/journaal/162009.flv[/FLV]
This FLV is on its location, but the player doesn't work at all. I just see my bbcode in my post, like text....

Please, will you help me out to get this working ???
Reply With Quote
  #36  
Old 05-08-2009, 03:01 PM
DoDe's Avatar
DoDe DoDe is offline
 
Join Date: Feb 2007
Location: Wroclaw-Constanta
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are U sure that U uploaded the mod attachment or the latest files from http://www.longtailvideo.com/players/jw-flv-player/ in the exact location on your server?
Reply With Quote
  #37  
Old 05-08-2009, 04:15 PM
tijmen_4real tijmen_4real is offline
 
Join Date: Oct 2008
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, but it all the files seem to be in place.
I put all the files from the attachment (embed folder) on my server:



Still i don't know what's wrong.
CMOD is 644 (default).
Got more ideas ???
Reply With Quote
  #38  
Old 05-08-2009, 05:26 PM
DoDe's Avatar
DoDe DoDe is offline
 
Join Date: Feb 2007
Location: Wroclaw-Constanta
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Rember that the embed directory with this files should be placed in the forum root directory. If that's ok then I don't know what should be wrong. Based on the replacement I think you did everything OK
Reply With Quote
  #39  
Old 08-08-2009, 07:30 AM
Navyr Navyr is offline
 
Join Date: Apr 2009
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice
Only youtube videos is possible see.
With megavideo and other urls is not possible ( 0: Error #2048 )
What can is wrong ?
Reply With Quote
  #40  
Old 08-08-2009, 12:39 PM
mr.ehab mr.ehab is offline
 
Join Date: Oct 2008
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #41  
Old 08-10-2009, 08:15 AM
PHILIPS-08 PHILIPS-08 is offline
 
Join Date: May 2008
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wowo good mod..
Reply With Quote
Reply

Thread Tools

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


All times are GMT. The time now is 04:43 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09396 seconds
  • Memory Usage 2,331KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete