تو کد صفحه اش همچین چیزی هست
<object id="MediaPlayer" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="230" width="320">
<param name="URL" value="" ref="">
<param name="autoStart" value="-1">
<param name="uiMode" value="none">
<param name="rate" value="1">
<param name="balance" value="0">
<param name="currentPosition" value="0">
<param name="defaultFrame" value="">
<param name="playCount" value="1">
<param name="currentMarker" value="0">
<param name="invokeURLs" value="-1">
<param name="baseURL" value="">
<param name="volume" value="50">
<param name="mute" value="0">
<param name="stretchToFit" value="0">
<param name="windowlessVideo" value="0">
<param name="enabled" value="-1">
<param name="enableContextMenu" value="-1">
<param name="fullScreen" value="0">
<param name="SAMIStyle" value="">
<param name="SAMILang" value="">
<param name="SAMIFilename" value="">
<param name="captioningID" value="">
<param name="enableErrorDialogs" value="0">
<embed type="application/x-mplayer2" pluginspage="http://microsoft.com/windows/mediaplayer/en/download/" src="" name="MediaPlayer" showcontrols="0" autosize="1" enablecontextmenu="0" autostart="1" height="230" width="320">
</object>
<script language="JavaScript">
var h;
var playstate = true;
var oldxpos;
var oldypos;
var movinghandle = false;
var onef = new Image();
onef.src = "images/magnifier.gif";
var oneo = new Image();
oneo.src = "images/magnifier_hover.gif";
var twof = new Image();
twof.src = "images/media_02.gif";
var twoo = new Image();
twoo.src = "images/media-hover_02.gif";
var threef = new Image();
threef.src = "images/pause.gif";
var threeo = new Image();
threeo.src = "images/pause_hover.gif";
var threepf = new Image();
threepf.src = "images/play.gif";
var threepo = new Image();
threepo.src = "images/play_hover.gif";
var fourf = new Image();
fourf.src = "images/sound_on.gif";
var fouro = new Image();
fouro.src = "images/sound_on_hover.gif";
var fourmf = new Image();
fourmf.src = "images/sound_off.gif";
var fourmo = new Image();
fourmo.src = "images/sound_off_hover.gif";
function act(imgName) {
document[imgName].src = eval(imgName + "o.src");
}
function inact(imgName) {
document[imgName].src = eval(imgName + "f.src");
}
function muteact() {
if( MediaPlayer.settings.mute == true )
document['four'].src = fourmo.src;
else
document['four'].src = fouro.src;
h = true;
}
function muteinact() {
if( MediaPlayer.settings.mute == true )
document['four'].src = fourmf.src;
else
document['four'].src = fourf.src;
h = false;
}
function playact() {
if( playstate == false )
document['three'].src = threepo.src;
else
document['three'].src = threeo.src;
h = true;
}
function playinact() {
if( playstate == false )
document['three'].src = threepf.src;
else
document['three'].src = threef.src;
h = false;
}
// -->
</script>
<script>
function fullscreen() {
MediaPlayer.fullScreen = true;
}
function stop() {
MediaPlayer.controls.stop();
}
function mute() {
MediaPlayer.settings.mute = !MediaPlayer.settings.mute;
if( MediaPlayer.settings.mute == true ) {
if( h == true )
document['four'].src = fourmo.src;
else
document['four'].src = fourmf.src;
}
else {
if( h == true )
document['four'].src = fouro.src;
else
document['four'].src = fourf.src;
}
}
function play() {
playstate = !playstate;
if( playstate == false ) {
MediaPlayer.controls.stop();
if( h == true )
document['three'].src = threepo.src;
else
document['three'].src = threepf.src;
}
else {
MediaPlayer.controls.play();
if( h == true )
document['three'].src = threeo.src;
else
document['three'].src = threef.src;
}
}
var movinghandle = false;
var oldxpos;
var startpos = handle.hspace;
handle.hspace = 50;
function mousedown(){
movinghandle = true;
oldxpos = event.x;
}
function mousemove(){
if( movinghandle == true && event.x > 0 ){
handle.hspace += event.x - oldxpos;
if( handle.hspace > 55 )
handle.hspace = 55;
oldxpos = event.x;
MediaPlayer.settings.volume = (handle.hspace - startpos) / 55.0 * 100;
}
}
function mouseup(){
movinghandle = false;
}
</script>
پیشنهاد من
www.youtube.com/watch?v=l5LPWCL2LaUhttp://mplayerplug-in.sourceforge.net/http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/m/mp/mplayerplug-in/mplayerplug-in/v3.55/mplayerplug-in-3.55.tar.gzشاید این هم کمکت کنه ! جوینده یابندس !
Multimedia plug-in for Gecko browsers
Gecko Media Player is a browser plug-in that uses GNOME MPlayer
and Mplayer to play media in a browser.
It uses the NS4 API and is therefore compatible with all NS4 derived browsers:
Iceweasel, Firefox, Iceape, Epiphany, Galeon, Midbrowser, Xulrunner as well as
with Konqueror, Opera and Google Chromium.
It is the modern replacement for mplayerplug-in (from the same author).
یا این
xine-based media player plugin for Mozilla browsers
This is a very simple Mozilla browser plugin which uses the xine engine to
display multimedia streams.
Features:
- embedded display on browser window
- streaming playback directly from xine engine
- playback control using keyboard
- relative paths supported
- on screen display of buffering and stream information
- playlists and references support
- loop and repeat mode
- multiple instances within the same page
البته فکر می کنم لینوکس مینت یه برنامه به طور پیش فرض داره برای این مشکل اسمش هم totem هست اینجوری نصب می شه به گمونم
sudo apt-get install totem totem-mozila totem-common totem-plugins totem-plugins-extra