I am trying to add a straming video to my web page using windows meia player. I added the object tag and the video comes up. I want to chage how it looks and cant figure out which parameters to change. Does anyone have a list of parameters for windows media player?
PARAM Tags Windows Media Player uses the PARAM element to define specific startup conditions for the control. The PARAM element is embedded inside the OBJECT element.
For example, if you want to define whether the autoStart property is True, you would embed the PARAM element inside the OBJECT element.
You can have as many PARAM tags in an OBJECT element as you want. PARAM has two attributes, name and value. Both attributes must be set.
The following values are supported for use with the name attribute of the PARAM element.
autoStart balance baseURL captioningID currentPosition currentMarker defaultFrame enableContextMenu enabled fullScreen invokeURLs mute playCount rate SAMIFileName SAMILang SAMIStyle stretchToFit uiMode URL volume windowlessVideo See the Object Model Reference for more details about the values for each name attribute.