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 - RU All Media BB Code (https://vborg.vbsupport.ru/showthread.php?t=219139)

pujabrang 09-17-2009 04:37 PM

Quote:

Originally Posted by steveman0018 (Post 1886100)
where can i got to edit the sizes of the videos.. the youtube one is too big for my site

yes you are right size is too big........should be height="415" width="648"

intp 09-17-2009 08:51 PM

Quote:

Originally Posted by pujabrang (Post 1885972)
@intp.zshare is working well.....but problem is with only viddler... i will check with your guide lines
cheers

I don't know. If zshare works then viddler should too. If you give me a link to your site I will take a look. If you want you can PM me an admin username/pass and ftp pass and I will try to fix it. Otherwise, unless it is happening to someone else I don't think I can fix it.

Quote:

Originally Posted by nomoreturn@hotm (Post 1886065)
i have problem with image its not shwing up in editor i upload it in images/editor and also change the "editor_toolbar_on" but its not showing up

Did you follow all of my "optional instructions"? You need to upload the image and edit the template.

The image has to go in your styles directory. Your style might have changed it. You can find the location from admincp->styles & templates->Style Manager->Your Style->All Style Option->Button Images Folder

Also some mods, like this one https://vborg.vbsupport.ru/showthread.php?t=216688 , can change the template you need to edit.

Quote:

Originally Posted by nomoreturn@hotm (Post 1886065)
google video not works for me here is the link i'm trying with
HTML Code:

[m]http://video.google.com/googleplayer.swf?docId=8718128283122756839&hl=en&autoplay[/m]

Fixed in version 0.6.1

Quote:

Originally Posted by steveman0018 (Post 1886100)
where can i got to edit the sizes of the videos.. the youtube one is too big for my site

Download the product, open it in notepad and search for "//You can edit the dimensions here" around line 30. Change the width and height there and then import it.

Quote:

Originally Posted by pujabrang (Post 1886448)
yes you are right size is too big........should be height="415" width="648"

I changed version 0.6.1 to this.

Boneedd 09-17-2009 11:56 PM

if anyone wants to force HD (youtube only) like myself change

Code:

return '<object width="'.$width.'" height="'.$height.'"><param name="movie" value="http://www.youtube.com/v/'.$id.'&ap=%2526fmt=22&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'.$id.'&ap=%2526fmt=22&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="'.$width.'" height="'.$height.'"></embed></object>';

TO

Code:

return '<object width="'.$width.'" height="'.$height.'"><param name="movie" value="http://www.youtube.com/v/'.$id.'&ap=%2526fmt=22&hl=en&fs=1&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'.$id.'&ap=%2526fmt=22&hl=en&fs=1&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="'.$width.'" height="'.$height.'"></embed></object>';

randy17875 09-18-2009 02:09 PM

Good job on the player. kudo's!

Would it be possible to add tangle?

Code:

http://www.tangle.com/view_video?viewkey=45dcd3f3f6282c43418c

dwkmi 09-19-2009 09:08 PM

How about adding Xtranormal.com

Code:

<object width="480" height="390"><param name="movie" value="http://www.xtranormal.com/players/jwplayer.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashvars"value="height=390&width=480&file=http://newvideos.xtranormal.com/standard/ce55e16c-5210-11de-ab0c-003048d6740d_2_standard_medium-flv.flv&image=http://newvideos.xtranormal.com/standard/ce55e16c-5210-11de-ab0c-003048d6740d_2_standard_poster.jpg&link=http://www.xtranormal.com/watch?e=20090605164332686&searchbar=false&autostart=false"/><embed src="http://www.xtranormal.com/players/jwplayer.swf" width="480" height="390" allowscriptaccess="always" allowfullscreen="true" flashvars="height=390&width=480&file=http://newvideos.xtranormal.com/standard/ce55e16c-5210-11de-ab0c-003048d6740d_2_standard_medium-flv.flv&image=http://newvideos.xtranormal.com/standard/ce55e16c-5210-11de-ab0c-003048d6740d_2_standard_poster.jpg&link=http://www.xtranormal.com/watch?e=20090605164332686&searchbar=false&autostart=false"></embed></object><object width="480" height="390"><param name="movie" value="http://www.xtranormal.com/players/embedded-xnl-stats.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.xtranormal.com/players/embedded-xnl-stats.swf" width="1" height="1" allowscriptaccess="always"></embed></object>

intp 09-20-2009 09:03 PM

@Boneedd Thanks. Added to version 0.7.

Tangle and Xtranormal support added.

BENBOBBY 09-26-2009 01:00 PM

Thanks for the updates intp :)

Heres a couple more video hosters you might like to add:


VideoJug:

Example Movie:
Code:

http://www.videojug.com/film/surfing-how-to-read-waves

Sample Embed Code:
Code:

<object width="400" height="336" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="videojugplayer"><param name="movie" value="http://www.videojug.com/player?id=4cd41d0d-6f7e-dc1b-c455-ff0008c940b8"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.videojug.com/player?id=4cd41d0d-6f7e-dc1b-c455-ff0008c940b8" type="application/x-shockwave-flash" width="400" height="336" allowFullScreen="true" allowScriptAccess="always"></embed></object><br /><a href="http://www.videojug.com/tag/surfing">Surfing</a>: <br /><a href="http://www.videojug.com/film/surfing-how-to-read-waves">Surfing: How To Read Waves</a>




Flickr:

Example Movie:
Code:

http://www.flickr.com/photos/efranke/2505980161

Sample Embed Code:
Code:

Unfortunately Im not sure how you embed flickr videos, but hopefully you might be able to find a way.

intp 09-27-2009 07:03 AM

Flickr and VideoJug added. v0.8

BENBOBBY 09-29-2009 02:33 PM

Many thanks intp! Found some more popular video hosts if you want to keep busy!


Liveleak:

Example Movie:
Code:

http://www.liveleak.com/view?i=9a5_1254000831

Sample Embed Code:
Code:

<object width="450" height="370"><param name="movie" value="http://www.liveleak.com/e/9a5_1254000831"></param><param name="wmode" value="transparent"></param><embed src="http://www.liveleak.com/e/9a5_1254000831" type="application/x-shockwave-flash" wmode="transparent" width="450" height="370"></embed></object>




Ryoni:

Example Movie:
Code:

http://www.ryoni.com/2008/06/07/kids-with-a-ferrari-enzo-etc/

Sample Embed Code:
Code:

Not Sure




Telegraph TV:

Example Movie:
Code:

http://www.telegraph.co.uk/lifestyle/lifestylevideo/?bcpid=8558029001&bclid=1363192395&bctid=28710716001

Sample Embed Code:
Code:

<object id="flashObj" width="486" height="412" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9/25338054001?isVid=1&publisherID=1137977488" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=28710716001&playerID=25338054001&domain=embed&" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://c.brightcove.com/services/viewer/federated_f9/25338054001?isVid=1&publisherID=1137977488" bgcolor="#FFFFFF" flashVars="videoId=28710716001&playerID=25338054001&domain=embed&" base="http://admin.brightcove.com" name="flashObj" width="486" height="412" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" swLiveConnect="true" allowScriptAccess="always" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>

Cheers. :D

kervasquez 09-30-2009 01:08 AM

omg im a complete nuub how exactly do i install this!

im sorry if this comment is sloppy.
im very new to the whole html, embed, and vbulletin movement =)
i do have a website, www.tristateautoclub.com
but im literally building it from scratch and with help from tons of different sources.

and can you add nothingtoxic.com ??

http://www.nothingtoxic.com/media/12...ring_Stand_Off

<table cellpadding="4" cellspacing="0" width="210px" style="border:1px solid #C0C0C0"><tr><td style="padding:3px;border-bottom:1px solid #C0C0C0" bgcolor="#ececec" align="center"><a href="http://www.nothingtoxic.com/" title="Humor videos"><img src="http://media5.break.com/nt/i/share_logo.png" border="0"></td></tr><tr><td><font style="font:normal 10px Verdana"><b>Turkish Man Kills Himself During Stand Off</b></font></td></tr><tr><td align="center"><a href="http://www.nothingtoxic.com/media/1254185101/Turkish_Man_Kills_Himself_During_Stand_Off"><img border=0 src="http://media5.break.com/nt/thumb/f8/4f/f84f02546ce820d55aad4257bdd4b523.jpg"></a></td></tr><tr><td><font style="font:normal 9px Verdana">&quot;Shoot the hostage&quot; is not really ever a good game plan but it's especially bad when you are your own hostage.</font></td></tr></table>Get <a href="http://www.nothingtoxic.com/">humor videos</a> at <a href="http://www.nothingtoxic.com/">NothingToxic</a>


All times are GMT. The time now is 10:10 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.02738 seconds
  • Memory Usage 1,771KB
  • 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
  • (14)bbcode_code_printable
  • (1)bbcode_html_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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