Hello
When I call the windows media player 9, in a html page,appears a display panel.
How to change the background color of this panel, or
the fonts color ?
These 2 parameters don’t work :
<param name="DisplayBackColor" value="5">
<param name="DisplayForeColor" value="32777215">
Here is my html code:
<object ID="mediaPlayer" width=490 height=140 classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" type="application/x-oleobject">
<PARAM NAME="FILENAME" VALUE="toto.asx">
<PARAM NAME="AutoStart" VALUE="true">
<PARAM NAME="TransparentAtStart" VALUE="true">
<PARAM NAME="ShowControls" VALUE="1">
Anticipate thanks Jack
When I call the windows media player 9, in a html page,appears a display panel.
How to change the background color of this panel, or
the fonts color ?
These 2 parameters don’t work :
<param name="DisplayBackColor" value="5">
<param name="DisplayForeColor" value="32777215">
Here is my html code:
<object ID="mediaPlayer" width=490 height=140 classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" type="application/x-oleobject">
<PARAM NAME="FILENAME" VALUE="toto.asx">
<PARAM NAME="AutoStart" VALUE="true">
<PARAM NAME="TransparentAtStart" VALUE="true">
<PARAM NAME="ShowControls" VALUE="1">
Anticipate thanks Jack