How to add Windows Media player to web page

How to add Windows Media player to web page

Postby icy3456 » Tue Oct 31, 2006 10:25 am

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?

User avatar
icy3456
Newbie
Newbie
 
Posts: 5
Joined: Tue Oct 31, 2006 10:07 am

Re: How to add Windows Media player to web page

Postby Darwin » Tue Oct 31, 2006 10:26 am


   


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.

  CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
 


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.

See Also

Using the Windows Media Player Control in a Web Page
http://msdn.microsoft.com/library/defau ... amtags.asp

Darwin
User avatar
Darwin
Full Member
Full Member
 
Posts: 111
Joined: Mon Oct 09, 2006 11:16 am
Location: Bradenton, FL


Return to PHP

Who is online

Users browsing this forum: No registered users and 0 guests

cron