Hallo,
habe ein Internet Tv auf meiner Webseite via Windows Media Player.
mir ist aufgefallen das der Mediaplayer in Firefox obwohl ich ,,showCotrols= false" eingegeben habe
die Untere Leiste anzeigt. Woran liegts, gibts eine Möglichkeit die Leiste auch in FF verschwinden zu lassen ?
hier mal der link öffnets mit beiden Browsern einmal:
www.black-soundz.de/tv
aja und hier mein Code
|
HTML Code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<html>
<table>
<tr>
<td background="http://bssoundz.bs.ohost.de/tv/bg_tv.png" alt="" border="0" width="685" height="570"><center><br><br><br><br><br>
<OBJECT ID="MediaPlayer1" width=603 height=343
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName"
VALUE="http://wwitv.com/stream/b4851.asx">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="false">
<EMBED type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
SRC="http://wwitv.com/stream/b4851.asx"
name="MediaPlayer1"
width=603
height=343
AutoStart=true
showControls=false>
</EMBED></OBJECT>
</tr>
<tr>
<td>
<center>
<script type="text/javascript" src="http://www.ipcounter.de/count_js.php?id=62483157&uid=727109351a1f00cc9cf184e41cdf182f860feeb4&color=black"></script> <i><font face="Tahoma"><font size="-2"><font color="#C0C0C0">go to mainpage: </i><a href="http://www.black-soundz.de/index.html">www.black-soundz.de</a> | <a href="http://www.black-soundz.de/mediacenter">Media-Center</a>
</td>
</tr>
|