Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

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
  #42  
Old 08-11-2009, 03:27 PM
DGF DGF is offline
 
Join Date: Apr 2009
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
there is no chance to get this BB code to display a preview of the flv video, instead of nothing?
Right now, I have just a black screen with a play, but would like to show a picture from the movie instead of


is this possible and how the code looks like?

I'm using right now this:

Code:
<script type="text/javascript" src="http://your-link.com/forum/swf/swfobject.js"> </ script> <div id='{param}'> "Please Refresh the Page Player "</ div> <script type="text/javascript"> var so = new SWFObject ( 'http://your-link.com/forum/swf/player.swf', 'mpl','320 ', '240 ','9'); so.addParam ( 'allowscriptaccess',' always'); so.addParam ( 'allowfullscreen', 'true'); so.addParam ( 'FlashVars',' & file = (param) & front color = 330033 & screen color = # E1E4F2 & logo = http://hitech-lamongan.com/forum/swf/flv.gif '); 
so.write ( '(param)') 
</ script>

anyone can help?


Quote:
Originally Posted by harisafp View Post
That's simple code ....

Example :

Replacement :

PHP Code:
<script type="text/javascript" src="http://your-link.com/forum/swf/swfobject.js"></script>  <div id='{param}'>"Please Refresh Page for Player"</div>  <script type="text/javascript"> var so = new SWFObject('http://your-link.com/forum/swf/player.swf','mpl','320','240','9'); so.addParam('allowscriptaccess','always'); so.addParam('allowfullscreen','true'); so.addParam('flashvars','&file={param}&frontcolor=330033&screencolor=#E1E4F2&logo=http://hitech-lamongan.com/forum/swf/flv.gif');
so.write('{param}')
</
script
Discription

PHP Code:
Embed a FLVYou <b>only</bPut the Video Link in between the BBCode tags (<b>NOT</bThe Full URL !). Embedding <b>Must</bbe Enabled for the Video 
Best Regards.

Harisa FP
Reply With Quote
  #43  
Old 08-11-2009, 04:29 PM
DGF DGF is offline
 
Join Date: Apr 2009
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can anyone make this as a module for vbadvanced or make it work on vbadvanced??
Reply With Quote
  #44  
Old 08-13-2009, 02:13 PM
Brathamike Brathamike is offline
 
Join Date: Mar 2009
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod but all you need to do to watch videos is put a embed code in the forum and you really wont need this script...just to let ya know
Reply With Quote
  #45  
Old 08-14-2009, 04:25 PM
DGF DGF is offline
 
Join Date: Apr 2009
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DGF View Post
Hi,
there is no chance to get this BB code to display a preview of the flv video, instead of nothing?
Right now, I have just a black screen with a play, but would like to show a picture from the movie instead of


is this possible and how the code looks like?

I'm using right now this:

Code:
<script type="text/javascript" src="http://your-link.com/forum/swf/swfobject.js"> </ script> <div id='{param}'> "Please Refresh the Page Player "</ div> <script type="text/javascript"> var so = new SWFObject ( 'http://your-link.com/forum/swf/player.swf', 'mpl','320 ', '240 ','9'); so.addParam ( 'allowscriptaccess',' always'); so.addParam ( 'allowfullscreen', 'true'); so.addParam ( 'FlashVars',' & file = (param) & front color = 330033 & screen color = # E1E4F2 & logo = http://hitech-lamongan.com/forum/swf/flv.gif '); 
so.write ( '(param)') 
</ script>

anyone can help?
anyone???
Reply With Quote
  #46  
Old 08-14-2009, 04:26 PM
DGF DGF is offline
 
Join Date: Apr 2009
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DGF View Post
can anyone make this as a module for vbadvanced or make it work on vbadvanced??
anyone???
Reply With Quote
  #47  
Old 08-18-2009, 08:36 AM
J105C J105C is offline
 
Join Date: Mar 2008
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DGF View Post
anyone???
You can only display stand alone pictures, nothing live from the video.

I don't use vbadvanced either, sorry man!
Reply With Quote
  #48  
Old 08-18-2009, 04:08 PM
DGF DGF is offline
 
Join Date: Apr 2009
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by J105C View Post
You can only display stand alone pictures, nothing live from the video.

I don't use vbadvanced either, sorry man!
hmm, but thank you.. :-)
Reply With Quote
  #49  
Old 09-12-2009, 02:03 AM
kmohamed kmohamed is offline
 
Join Date: Nov 2008
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed work prefect with flash files. however, the mp4 doesn't work.. any idea
Reply With Quote
  #50  
Old 09-13-2009, 09:10 PM
basilrath's Avatar
basilrath basilrath is offline
 
Join Date: Apr 2006
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you can use the mod i made here for the same idea but without having the adverts.......... the flash player is the same and you then have the control of any flv you would like as you add the url of your own flv.......the logo is added easily as the mod explains too.

The advert actually is a stipulation if you use the external ........ simply have it on your root then control is yours.
Reply With Quote
  #51  
Old 09-14-2009, 01:39 PM
Freddy.k's Avatar
Freddy.k Freddy.k is offline
 
Join Date: Mar 2008
Location: Fran?e
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

merci cool
Reply With Quote
Reply


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 11:53 PM.


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.10566 seconds
  • Memory Usage 2,352KB
  • 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
  • (2)bbcode_code
  • (3)bbcode_html
  • (2)bbcode_php
  • (5)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
  • (3)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