Quote:
Originally Posted by docvader
Understand.
Since I'm technologically impaired here, can you please tell me what code to alter to force the browsers to use WMP for all the video files (mpeg and mpg).
And what part of China are you in? I've traveled the country extensively.
Thanks!
rich
|
Edit the Code in class_bbcode.php
Search:
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';
break;
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';
break;
Done.
I Live in Wuhan,
do you know it?