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
  #22  
Old 01-31-2009, 05:35 PM
mavikumsal mavikumsal is offline
 
Join Date: Apr 2007
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks and Teşekkürler...
Reply With Quote
  #23  
Old 01-31-2009, 08:33 PM
DoDe's Avatar
DoDe DoDe is offline
 
Join Date: Feb 2007
Location: Wroclaw-Constanta
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ckusmez View Post
there is a weird mistake. if i add more than one video in a page. First video is shown no problem. Bu the others says refresh the page. i can't put more than one video in a page. what can i do ?
Hi,
I managed to solve this problem. Put {param }i nstead of id of the player.
I mean replace in the code the 'player' with '{param}' everywhere
Cheers
Reply With Quote
  #24  
Old 02-01-2009, 07:51 AM
xixxon's Avatar
xixxon xixxon is offline
 
Join Date: Jun 2007
Location: Việt Nam.
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's great!!!
But it too large.. How can I resize it to smaller.
Reply With Quote
  #25  
Old 02-04-2009, 09:16 PM
compact123 compact123 is offline
 
Join Date: Jun 2006
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks dude, nice work...

Dostum birde T?rk?e anlatabilirmsiin, eksik olma...
Reply With Quote
  #26  
Old 02-06-2009, 05:39 PM
ogameclub ogameclub is offline
 
Join Date: Oct 2006
Location: T?rkiye
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xixxon View Post
That's great!!!
But it too large.. How can I resize it to smaller.
Find '640','480' and replace your size. May be '320','240'
Quote:
Originally Posted by compact123 View Post
Thanks dude, nice work...
Dostum birde T?rk?e anlatabilirmsiin, eksik olma...
If you know full URL of FLV video, can use this code. Using this code is here.

Dostum İDM kullanıyorsan bilirsin, dış videolara download linki oluşur. Burada videolu anlatım var. Problem olursa bana PM at.
Quote:
Originally Posted by DoDe View Post
Hi,
I managed to solve this problem. Put {param }i nstead of id of the player.
I mean replace in the code the 'player' with '{param}' everywhere
Cheers
Sorry, can you write your complete code?
Reply With Quote
  #27  
Old 02-21-2009, 11:26 AM
powersilie powersilie is offline
 
Join Date: Dec 2008
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hallo DoDe!

Please write your complete code here, because I'm also interested in. I have the same problem like others that only the first video is shown. If I put another FLV on the site, he tells me that flash player is required.

Thanks in advance

Karin
Reply With Quote
  #28  
Old 02-27-2009, 08:50 PM
powersilie powersilie is offline
 
Join Date: Dec 2008
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DoDe View Post
Hi,
I managed to solve this problem. Put {param }i nstead of id of the player.
I mean replace in the code the 'player' with '{param}' everywhere
Cheers
Please could you write the complete code here?

Thank You
Karin
Reply With Quote
  #29  
Old 03-06-2009, 06:05 PM
harisafp's Avatar
harisafp harisafp is offline
 
Join Date: Apr 2008
Location: hitech-forums.com
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
  #30  
Old 03-07-2009, 07:27 AM
powersilie powersilie is offline
 
Join Date: Dec 2008
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THANKS A LOT, harisafp!!!

Now it works for me, great!

Best Regards
Karin
Reply With Quote
  #31  
Old 03-26-2009, 01:38 AM
frank44 frank44 is offline
 
Join Date: Jan 2007
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

answered previously
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 06:23 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.04681 seconds
  • Memory Usage 2,348KB
  • 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
  • (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
  • (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