vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   AnyMedia BBCode for 3.5.x (https://vborg.vbsupport.ru/showthread.php?t=106239)

hotwheels 03-17-2006 02:14 PM

I still get unsupported media type for these type's of video's: http://video.google.com/videoplay?do...=turbo+mustang

Crist 03-17-2006 02:45 PM

Quote:

Originally Posted by hotwheels
I still get unsupported media type for these type's of video's: http://video.google.com/videoplay?do...=turbo+mustang

is "google" in the supported ext field ?

nymyth 03-17-2006 05:38 PM

im seeing this error when I try to enable a usergroup:

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 635

then it goes back to the original setting, can anyone help???

Thanks.

Peace

nymyth 03-17-2006 06:22 PM

no matter, I reupped the xml, seems to be working great now...love it...thanks.

Peace

BeaLzeBuB 03-18-2006 01:03 PM

can we put "showstatusbar" in media player?

like
https://vborg.vbsupport.ru/

b4stu 03-18-2006 02:33 PM

Quote:

Originally Posted by BeaLzeBuB
can we put "showstatusbar" in media player?

like
https://vborg.vbsupport.ru/


might add an extra value to this hack. just upgraded to new version. works just fine. great hack!!

maf1973 03-18-2006 09:19 PM

Hello,

how can i change the title in the video,
as you can see on my picture all media files are titled as "Any Media Player".
It is possible to named this title as the video title to have different titles for each video?

Crist 03-19-2006 10:01 AM

Quote:

Originally Posted by BeaLzeBuB
can we put "showstatusbar" in media player?

like
http://img110.imageshack.us/img110/3214/status0ok.jpg

You could edit it by yourself

Edit the "clientscript/anymedia.js"
find:
Code:

function anymedia_windowsmedia(id, src, mime, width, height, autoplay) {
        if (is_ie) {
                var result = '<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" ';
                        result += 'width="' + width + '" height="' + height + '">';
                        result += '<param name="autoplay" value="' + autoplay + '" />';
                        result += '<param name="filename" value="' + src + '" />';
                        result += '</object>';
        } else {
                var result = '<object data="' + src + '" type="' + mime + '" ';
                        result += 'width="' + width + '" height="' + height + '">';
                        result += '<param name="autoplay" value="' + autoplay + '" />';
        }
    document.getElementById('anymedia_container_' + id).innerHTML = result;
}

Replace with

Code:

function anymedia_windowsmedia(id, src, mime, width, height, autoplay) {
        if (is_ie) {
                var result = '<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" ';
                        result += 'width="' + width + '" height="' + height + '">';
                        result += '<param name="autoplay" value="' + autoplay + '" />';
                        result += '<param name="filename" value="' + src + '" />';
                        result += '<param name="ShowStatusBar" value="1" />';
                        result += '</object>';
        } else {
                var result = '<object data="' + src + '" type="' + mime + '" ';
                        result += 'width="' + width + '" height="' + height + '">';
                        result += '<param name="autoplay" value="' + autoplay + '" />';
                        result += '<param name="ShowStatusBar" value="1" />';
        }
    document.getElementById('anymedia_container_' + id).innerHTML = result;
}


Crist 03-19-2006 10:04 AM

Quote:

Originally Posted by maf1973
Hello,

how can i change the title in the video,
as you can see on my picture all media files are titled as "Any Media Player".
It is possible to named this title as the video title to have different titles for each video?

You could custom the title in the admincp
but can't be for each video.

hotwheels 03-19-2006 02:41 PM

Thanks for the reply crist..........here is what is in my support ext. box
Quote:

flv, swf, swf, spl, mov, qt, mqv, mpeg, mpg, m1s, m1v, m1a, m75, m15, mp2, mpm, mpv, mpa, flc, fli, cel, rtsp, rts, 3gp, 3gpp, 3g2, 3gp2, sdv, amc, mp4, sdp, rm, rmvb, ra, rv, ram, smil, mp3, wma, wav, ogg, ape, mid, midi, asf, asx, wm, wmv, wax, wvx, avi, pdf, fdf, xfdf, xdp, xfd, gif, jpg, jpeg, png, bmp, xpm, torrent, google, youtube, vsocial


All times are GMT. The time now is 09:50 PM.

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.05323 seconds
  • Memory Usage 1,756KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (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