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)

camp nou 02-08-2006 03:28 PM

This is probably what I have been looking for.

But as a total noob I need som help to get it right.

I have followed the "How to install" guide as far as I can:

1.Extract and upload the files of the uploads folder;
Done!
2.Import the product-anymedia.xml in admincp;
Done!
3.Follow Templates Modifications, be careful and remember to save;
Done!
4.Follow Codes Modifications, be careful and remember to overwrite the old one;
Here is where I stop. What code is to be modified?
5.Log into the admincp and setup AnyMedia BBCode Options;
Can anybody tell me how to set up this?
6.Change the AnyMedia BBCode Permissions if it's necessary;
Ok. I'll do that later
7.Please read How to Use first;
Done. I think i will figure this one out.
8.All Done!

Thanks :nervous:

IrPr 02-08-2006 04:38 PM

Quote:

Originally Posted by camp nou
4.Follow Codes Modifications, be careful and remember to overwrite the old one;
5.Log into the admincp and setup AnyMedia BBCode Options;

4.Download New Version ( 1.2.0 ) ;) No Code Modifications Needed
5.vBOptions -> AnyMedia

All Done! ;)

Special Thanks to Andreas and Crist !

3dsoft 02-08-2006 05:45 PM

swf media files work without a problem but when I try to play a wmv file nothing happens. The media player loads but the movie doesn't show. Is there something which I have to consider when playing wmv files?

thanks for your help

Edit:
Okay, it seems that this problem only occurs when using the Opera browser. That means no .wmv files in Opera!

Internet Explorer and Firefox works without any problems.

Mr.D 02-09-2006 08:33 AM

Quote:

Originally Posted by 3dsoft
swf media files work without a problem but when I try to play a wmv file nothing happens. The media player loads but the movie doesn't show. Is there something which I have to consider when playing wmv files?

thanks for your help

Edit:
Okay, it seems that this problem only occurs when using the Opera browser. That means no .wmv files in Opera!

Internet Explorer and Firefox works without any problems.

Yes this happens to me to wmv files dont work in Opera when will this be fixed? By the way great HACK :banana: :banana: :banana: :banana: :rambo:

Crist 02-09-2006 11:07 AM

Quote:

Originally Posted by camp nou
This is probably what I have been looking for.

But as a total noob I need som help to get it right.

I have followed the "How to install" guide as far as I can:

1.Extract and upload the files of the uploads folder;
Done!
2.Import the product-anymedia.xml in admincp;
Done!
3.Follow Templates Modifications, be careful and remember to save;
Done!
4.Follow Codes Modifications, be careful and remember to overwrite the old one;
Here is where I stop. What code is to be modified?
5.Log into the admincp and setup AnyMedia BBCode Options;
Can anybody tell me how to set up this?
6.Change the AnyMedia BBCode Permissions if it's necessary;
Ok. I'll do that later
7.Please read How to Use first;
Done. I think i will figure this one out.
8.All Done!

Thanks :nervous:

Sorry, Step 4 is useless now.
I update the install guide just now.

docvader 02-09-2006 03:11 PM

Crist

Latest version: I have the same issue with the mpegs not playing (it wants QuickTime, instead of Windows Media Player). Now, I hate Microsoft as much as anyone else, and I am an Apple afficionado, but, let's face it, WMP has beaten QT when it comes to widespread availability.

Can you make a product that forces videos, other than the usual Mac file formats, to use WMP?

Thanks! Hope all is well over there in Wuhan. I'll be there this summer.

rich

chairman miaow 02-09-2006 03:16 PM

I'll second that ! I've done the code change from the earlier post , but it still tries to play mpegs and wmv using quick time :ermm:

Crist 02-09-2006 05:05 PM

Quote:

Originally Posted by docvader
Crist

Latest version: I have the same issue with the mpegs not playing (it wants QuickTime, instead of Windows Media Player). Now, I hate Microsoft as much as anyone else, and I am an Apple afficionado, but, let's face it, WMP has beaten QT when it comes to widespread availability.

Can you make a product that forces videos, other than the usual Mac file formats, to use WMP?

Thanks! Hope all is well over there in Wuhan. I'll be there this summer.

rich

Just the same way.

You could edit the product xml file.

Find
PHP Code:

                                case 'mpeg':
                                case 
'mpg':
                                case 
'm1s':
                                case 
'm1v':
                                case 
'm1a':
                                case 
'm75':
                                case 
'm15':
                                case 
'mp2':
                                case 
'mpm':
                                case 
'mpv':
                                case 
'mpa':
                                    
$media['mime']='video/x-mpeg';
                                    
$media['type']='quick_time'

Replace with

PHP Code:

                                case 'mpeg':
                                case 
'mpg':
                                case 
'm1s':
                                case 
'm1v':
                                case 
'm1a':
                                case 
'm75':
                                case 
'm15':
                                case 
'mp2':
                                case 
'mpm':
                                case 
'mpv':
                                case 
'mpa':
                                    
$media['mime']='video/x-mpeg';
                                    
$media['type']='windows_media'


docvader 02-09-2006 11:19 PM

Thought so. But still doesn't work in Netscape. Page source as follows:
Quote:

<!-- Windows Media -->
<object data="http://www.russbo.org/files/video/apache.mpeg" type="video/x-mpeg" width="640" height="480" class="player_mozilla">
<param name="autoplay" value="false" />
</object>

<!--[if IE]>
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="640" height="480">
<param name="autoplay" value="false" />
<param name="filename" value="http://www.russbo.org/files/video/apache.mpeg" />
</object>
<![endif]-->
Not getting a player.

And for some reason, when I type in a URL in IE advanced reply box, it automatically puts [url] tags on it, which annoys the player....

Tulsa 02-10-2006 12:54 AM

My question is on the autostart feature. I tossed up a wmv file to test with and that showed just fine but it seems to always autostart regardless of how I have the setting in the ACP.

Thoughts?


All times are GMT. The time now is 05:23 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.02408 seconds
  • Memory Usage 1,770KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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