vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   BB Code Enhancements - [BB Code] Media Player Video Embed (https://vborg.vbsupport.ru/showthread.php?t=235603)

infnity8x3 02-10-2010 10:00 PM

[BB Code] Media Player Video Embed
 
1 Attachment(s)
Hello,

This is a simple BB Code that will allow you to embed your own video files into a post. With this code you can host your own videos, All you need is a link to the video.

This code was inspired by DJRavine and his BB Code here https://vborg.vbsupport.ru/showthread.php?t=157062

This is updated code and cross platform (works on FF & IE) Follows autostart rules in firefox.


Code:

Video BB Code
-------------------------------------------------------

---
Name:

Video BB Code

---
Tag:

mov

---
Replacement:

<OBJECT id='mediaPlayer' width="320" height="285"
      classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
      codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
      standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
      <param name='fileName' value="{param}">
      <param name='animationatStart' value='true'>
      <param name='transparentatStart' value='true'>
      <param name='autoStart' value="0">
      <param name='showControls' value="true">
      <param name='loop' value="true">
      <EMBED type='application/x-mplayer2'
        pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
        id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
        bgcolor='darkblue' showcontrols="true" showtracker='-1'
        showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285"
        src="{param}" autostart="0" designtimesp='5311' loop="false">
      </EMBED>
      </OBJECT>
---
Example:

[mov]http://www.example.com/example.mpg[/mov]

---
Description:

Embed a video link from another website or your own server.
You can use *.wmv, *.mpeg, *.mpg, *.avi...

---
Option:

No

Thanks to DJRavine for inspiration, I just needed a updated version of his code so I updated it myself and am sharing it.

christicehurst 02-12-2010 03:44 AM

I'll check to see if this works for Chrone

onealien 10-30-2010 06:00 PM

^^any idea if this works on chrome?

thanks..

ansarion 11-22-2011 04:21 PM

Good work, thank you


All times are GMT. The time now is 05:14 AM.

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.01344 seconds
  • Memory Usage 1,717KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete