<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Windows Media</title><link>http://blogs.clearscreen.com/dtax/category/168.aspx</link><description>Windows Media</description><managingEditor>Jesús Jiménez</managingEditor><dc:language>es-ES</dc:language><generator>.Text Version 0.95.2004.102</generator><item><dc:creator>Jesús Jiménez</dc:creator><title> TFS Code Comment Checking Policy (CCCP)</title><link>http://blogs.clearscreen.com/dtax/archive/2007/11/12/9749.aspx</link><pubDate>Mon, 12 Nov 2007 11:04:00 GMT</pubDate><guid>http://blogs.clearscreen.com/dtax/archive/2007/11/12/9749.aspx</guid><wfw:comment>http://blogs.clearscreen.com/dtax/comments/9749.aspx</wfw:comment><comments>http://blogs.clearscreen.com/dtax/archive/2007/11/12/9749.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.clearscreen.com/dtax/comments/commentRss/9749.aspx</wfw:commentRss><trackback:ping>http://blogs.clearscreen.com/dtax/services/trackbacks/9749.aspx</trackback:ping><description>&lt;p&gt;I'm relatively new to Team Foundation Server, and I'm discovering a lot of community projects than are very useful for me a for my team when developing using TFS.&lt;/p&gt;
&lt;p&gt;One of the things I read about was the Checking Policies. In one of the last events we had in the Madrid .Net User Group, &lt;a href="http://www.lfraile.net/"&gt;Luis Fraile (MVP Team System)&lt;/a&gt;, talked us about VSTS extensibility, but I don't have enough experince with this environment to create my own policies.&lt;/p&gt;
&lt;p&gt;One thing I consider very important is that all code that are in the repository are commented out and browsing CodePlex I found &lt;a href="http://www.codeplex.com/TFSCCPolicy"&gt;CCCP ( TFS Code Comment Checking Policy)&lt;/a&gt;. It's a tiny application that installs smoothly and that allow the TFS Admin to add a policy that checks if the code is commented when a TFS User is checking-in some changes to the repository. It works for C# and VB and allow the administrator to select what items are going to be checked: class, methods, properties or by accessor: public, private or protected.&lt;/p&gt;
&lt;p&gt;I'm still testing it but it's a very good approach to ensure that all code of the repository has comments.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src ="http://blogs.clearscreen.com/dtax/aggbug/9749.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><p>I'm relatively new to Team Foundation Server, and I'm discovering a lot of community projects than are very useful for me a for my team when developing using TFS.</p>
<p>One of the things I read about was the Checking Policies. In one of the last events we had in the Madrid .Net User Group, <a href="http://www.lfraile.net/">Luis Fraile (MVP Team System)</a>, talked us about VSTS extensibility, but I don't have enough experince with this environment to create my own policies.</p>
<p>One thing I consider very important is that all code that are in the repository are commented out and browsing CodePlex I found <a href="http://www.codeplex.com/TFSCCPolicy">CCCP ( TFS Code Comment Checking Policy)</a>. It's a tiny application that installs smoothly and that allow the TFS Admin to add a policy that checks if the code is commented when a TFS User is checking-in some changes to the repository. It works for C# and VB and allow the administrator to select what items are going to be checked: class, methods, properties or by accessor: public, private or protected.</p>
<p>I'm still testing it but it's a very good approach to ensure that all code of the repository has comments.<br /></p>
<p> </p><img src ="http://blogs.clearscreen.com/dtax/aggbug/9749.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Jesús Jiménez</dc:creator><title>Embedding Windows Media Player control in HTML documents</title><link>http://blogs.clearscreen.com/dtax/archive/2006/02/20/2831.aspx</link><pubDate>Mon, 20 Feb 2006 00:12:00 GMT</pubDate><guid>http://blogs.clearscreen.com/dtax/archive/2006/02/20/2831.aspx</guid><wfw:comment>http://blogs.clearscreen.com/dtax/comments/2831.aspx</wfw:comment><comments>http://blogs.clearscreen.com/dtax/archive/2006/02/20/2831.aspx#Feedback</comments><slash:comments>15</slash:comments><wfw:commentRss>http://blogs.clearscreen.com/dtax/comments/commentRss/2831.aspx</wfw:commentRss><trackback:ping>http://blogs.clearscreen.com/dtax/services/trackbacks/2831.aspx</trackback:ping><description>&lt;p&gt;&lt;strong&gt;&lt;u&gt;Overview.&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The first post of this category will cover how to embed a Windows Media Player control in HTML documents.&lt;/p&gt;
&lt;p&gt;Sometimes we need or we want to have media contents in our HTML documents. This kind of contents can be in a secondary plain in our HTML documents, for example we can have an mp3/wma file playing in the background to give the user a pleasant experience when he/she is browsing our Web Site. In other situations the media content can be the main content of our Web Site, for example if our Web Site is an Online Radio Station or an Online Video Store platform our Web Site lacks of sense without media content.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Embedding Windows Media Player control in HTML documents.&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In order to view or listen the media contents the client must have installed Windows Media Player ActiveX control. To add media contents to our Web Site we need to create an OBJECT tag in our HTML code. It's recommended to place this tag inside the BODY tag, placing it into HEAD tag may result in unexpected behavior.&lt;/p&gt;
&lt;p&gt;To get this work we need set up some attributes, parameters and properties in the OBJECT tag. This tag have a large list of attributes, parameters and properties but now I'll only focus on the more important ones.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;OBJECT attributes&lt;/strong&gt;&lt;/p&gt;
&lt;table style="BORDER-RIGHT: black 1px solid; FONT-SIZE: 11px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: verdana,Arial,helvetica,sans-seriff; font-color: #7B7D62" cellspacing="0" cellpadding="5" width="600"&gt;
&lt;tbody&gt;
&lt;tr bgcolor="#94d0f1"&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" width="13%"&gt;&lt;b&gt;Attribute Name&lt;/b&gt;&lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" width="33%"&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" width="54%"&gt;&lt;b&gt;Default/Possible Values&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;CLASSID &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;Represents the ID of the object class &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;(*)To add a WMP 7 control or later you should use the following classid: clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6. To add a WMP 6.4 control you should use the following classid: clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;TYPE &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;Represent the object's MIME type. &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;"application/x-oleobject" is appropriated value for this property to set our object as an ActiveX object that will loaded inside this tag.. &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;ID &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;Represents the ID of the specific instance of the object &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;  &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;Standby &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;Represents the text that will be displayed while the object is loading. &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;  &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;Codebase &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;Represents the URL where the control can be installed from. &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top"&gt;
&lt;p&gt;'http://activex.microsoft.com/activex/controls/mplayer/en/&lt;br /&gt;nsmp2inf.cab#Version=5,1,52,701' &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;strong&gt;OBJECT Parameters&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;
&lt;table id="Table1" style="BORDER-RIGHT: black 1px solid; FONT-SIZE: 11px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: verdana,Arial,helvetica,sans-seriff; font-color: #7B7D62" cellspacing="0" cellpadding="5" width="600"&gt;
&lt;tbody&gt;
&lt;tr bgcolor="#94d0f1"&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" width="13%"&gt;&lt;b&gt;Parameter Name&lt;/b&gt;&lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" width="33%"&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" width="54%"&gt;&lt;b&gt;Default/Possible Values&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;autoStart &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Specifies if the media content should starts after the content is buffered. &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Possible values are true or false. True is the default value for this parameter. &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;balance &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Specifies the stereos balance. &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Possible values are in the range -100 (left) and 100 (right). Zero value indicates that the balance it’s in the center and it’s this parameter default value. &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;currentPosition &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Specifies the current position in the media in seconds &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Possible value is a number indicating the position in seconds. &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;enableContextMenu &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Specifies whether the context menu is enabled &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Possible values are true of false. True is the default value for this parameter. &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;enabled &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Specifies if the WMP control is enabled or not &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Possible values are true or false. False is the default value for this parameter. &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;fullScreen &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Specifies if the media content is played in full-screen or not. &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Possible values are true or false. False is the default value for this parameter. &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;mute &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Specifies if the audio is muted. &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Possible values are true or false. False is the default value for this parameter. &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;playCount &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Specifies the number of times that the content will play. &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Possible value is a number indicating the number of times that the content will play. The default value for this parameter is 1. &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;rate &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Specifies the content playback’s speed. &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Possible values are 0.5 that indicates low speed, 2 that indicates high speed and 1 that indicates normal speed and is the default value for this parameter. &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;uiMode &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Specifies wich UI will be shown by the control. &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Possible values are full, mini, custom, none, invisible. The default value for this parameter is full. &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;URL &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Specifies the URL of the media file that the player will play. &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt; &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;volume &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Specifies the volume of the audio. &lt;/td&gt;
&lt;td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"&gt;Possible value is a number between 0 and 100. Zero indicates no volume and 100 the highest possible volume. &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;* To get more info about PARAMS &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/paramtags.asp"&gt;click here&lt;/a&gt;. (MSDN page)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Code sample&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;&lt;!--
Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
--&gt;&lt;span style="COLOR: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;html&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;     &amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;head&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;title&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;title&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;span style="COLOR: #800000"&gt;head&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;body&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;object &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;classid&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #ff0000"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;type&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="application/x-oleobject"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #ff0000"&gt;&lt;span style="COLOR: #ff0000"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/span&gt;id&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="Player"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #ff0000"&gt;&lt;span style="COLOR: #ff0000"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/span&gt;standby&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="Loading content..."&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #ff0000"&gt;&lt;span style="COLOR: #ff0000"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/span&gt;codebase&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;param &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;name&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="autoStart"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt; value&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="true"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;param &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;name&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="balance"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt; value&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="0"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;param &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;name&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="currentPosition"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt; value&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="0"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;param &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;name&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="enableContextMenu"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt; value&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="false"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;param &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;name&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="enabled"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt; value&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="true"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;param &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;name&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="fullScreen"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt; value&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="false"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;param &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;name&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="mute"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt; value&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="false"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;param &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;name&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="playCount"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt; value&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="1"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;param &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;name&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="rate"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt; value&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="1.0"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;param &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;name&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="uiMode"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt; value&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="full"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;param &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;name&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="url"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt; value&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="http://www.microsoft.com/seminar/en/20030425rpcreate/20030425RPCreate_100k.asx"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR: #800000"&gt;param &lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt;name&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="volume"&lt;/span&gt;&lt;span style="COLOR: #ff0000"&gt; value&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;="70"&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;/span&gt;&lt;span style="COLOR: #000000"&gt;&lt;/span&gt;&lt;span style="COLOR: #0000ff"&gt;&lt;span style="COLOR: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;a onclick="window.open('http://blogs.clearscreen.com/dtax/files/sample1.htm', '', 'width=280px,height=240px,location=no', '');" href="#"&gt;View Sample&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;u&gt;Conclusion&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;As you can see adding static media content to our Web Sites it’s quite easy. In the next post I’ll explain how to create a custom interface for managing the media content.&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;
&lt;p&gt;Windows Media #1&lt;br /&gt;&lt;/p&gt;&lt;img src ="http://blogs.clearscreen.com/dtax/aggbug/2831.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><p><strong><u>Overview.</u></strong></p>
<p>The first post of this category will cover how to embed a Windows Media Player control in HTML documents.</p>
<p>Sometimes we need or we want to have media contents in our HTML documents. This kind of contents can be in a secondary plain in our HTML documents, for example we can have an mp3/wma file playing in the background to give the user a pleasant experience when he/she is browsing our Web Site. In other situations the media content can be the main content of our Web Site, for example if our Web Site is an Online Radio Station or an Online Video Store platform our Web Site lacks of sense without media content.</p>
<p><strong><u>Embedding Windows Media Player control in HTML documents.</u></strong></p>
<p>In order to view or listen the media contents the client must have installed Windows Media Player ActiveX control. To add media contents to our Web Site we need to create an OBJECT tag in our HTML code. It's recommended to place this tag inside the BODY tag, placing it into HEAD tag may result in unexpected behavior.</p>
<p>To get this work we need set up some attributes, parameters and properties in the OBJECT tag. This tag have a large list of attributes, parameters and properties but now I'll only focus on the more important ones.<br /><br /><strong>OBJECT attributes</strong></p>
<table style="BORDER-RIGHT: black 1px solid; FONT-SIZE: 11px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: verdana,Arial,helvetica,sans-seriff; font-color: #7B7D62" cellspacing="0" cellpadding="5" width="600">
<tbody>
<tr bgcolor="#94d0f1">
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" width="13%"><b>Attribute Name</b></td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" width="33%"><b>Description</b></td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" width="54%"><b>Default/Possible Values</b></td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">CLASSID </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">Represents the ID of the object class </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">(*)To add a WMP 7 control or later you should use the following classid: clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6. To add a WMP 6.4 control you should use the following classid: clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">TYPE </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">Represent the object's MIME type. </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">"application/x-oleobject" is appropriated value for this property to set our object as an ActiveX object that will loaded inside this tag.. </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">ID </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">Represents the ID of the specific instance of the object </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">  </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">Standby </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">Represents the text that will be displayed while the object is loading. </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">  </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">Codebase </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">Represents the URL where the control can be installed from. </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" valign="top">
<p>'http://activex.microsoft.com/activex/controls/mplayer/en/<br />nsmp2inf.cab#Version=5,1,52,701' </p></td></tr></tbody></table><br /><strong>OBJECT Parameters</strong><br /><br />
<table id="Table1" style="BORDER-RIGHT: black 1px solid; FONT-SIZE: 11px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: verdana,Arial,helvetica,sans-seriff; font-color: #7B7D62" cellspacing="0" cellpadding="5" width="600">
<tbody>
<tr bgcolor="#94d0f1">
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" width="13%"><b>Parameter Name</b></td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" width="33%"><b>Description</b></td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid" width="54%"><b>Default/Possible Values</b></td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">autoStart </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Specifies if the media content should starts after the content is buffered. </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Possible values are true or false. True is the default value for this parameter. </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">balance </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Specifies the stereos balance. </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Possible values are in the range -100 (left) and 100 (right). Zero value indicates that the balance it’s in the center and it’s this parameter default value. </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">currentPosition </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Specifies the current position in the media in seconds </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Possible value is a number indicating the position in seconds. </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">enableContextMenu </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Specifies whether the context menu is enabled </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Possible values are true of false. True is the default value for this parameter. </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">enabled </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Specifies if the WMP control is enabled or not </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Possible values are true or false. False is the default value for this parameter. </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">fullScreen </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Specifies if the media content is played in full-screen or not. </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Possible values are true or false. False is the default value for this parameter. </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">mute </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Specifies if the audio is muted. </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Possible values are true or false. False is the default value for this parameter. </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">playCount </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Specifies the number of times that the content will play. </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Possible value is a number indicating the number of times that the content will play. The default value for this parameter is 1. </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">rate </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Specifies the content playback’s speed. </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Possible values are 0.5 that indicates low speed, 2 that indicates high speed and 1 that indicates normal speed and is the default value for this parameter. </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">uiMode </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Specifies wich UI will be shown by the control. </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Possible values are full, mini, custom, none, invisible. The default value for this parameter is full. </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">URL </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Specifies the URL of the media file that the player will play. </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid"> </td></tr>
<tr>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">volume </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Specifies the volume of the audio. </td>
<td style="BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid">Possible value is a number between 0 and 100. Zero indicates no volume and 100 the highest possible volume. </td></tr></tbody></table>
<p>* To get more info about PARAMS <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/paramtags.asp">click here</a>. (MSDN page)<br /><br /><strong>Code sample<br /><br /></strong></p>
<p></p>
<div><!--
Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
--><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">html</span><span style="COLOR: #0000ff">&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff">     &lt;</span><span style="COLOR: #800000">head</span><span style="COLOR: #0000ff">&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     </span></span>&lt;</span><span style="COLOR: #800000">title</span><span style="COLOR: #0000ff">&gt;</span></div>
<div><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     </span></span><span style="COLOR: #800000">title</span><span style="COLOR: #0000ff">&gt;</span></span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span><span style="COLOR: #800000">head</span><span style="COLOR: #0000ff">&gt;</span></span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span>&lt;</span><span style="COLOR: #800000">body</span><span style="COLOR: #0000ff">&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     </span></span>&lt;</span><span style="COLOR: #800000">object </span><span style="COLOR: #ff0000">classid</span><span style="COLOR: #0000ff">="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"</span><span style="COLOR: #ff0000"></span></div>
<div><span style="COLOR: #ff0000"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">   </span></span></span></span></span>type</span><span style="COLOR: #0000ff">="application/x-oleobject"</span><span style="COLOR: #ff0000"></span></div>
<div><span style="COLOR: #ff0000"><span style="COLOR: #ff0000"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">   </span></span></span></span></span> </span>id</span><span style="COLOR: #0000ff">="Player"</span><span style="COLOR: #ff0000"></span></div>
<div><span style="COLOR: #ff0000"><span style="COLOR: #ff0000"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">   </span></span></span></span></span> </span>standby</span><span style="COLOR: #0000ff">="Loading content..."</span><span style="COLOR: #ff0000"></span></div>
<div><span style="COLOR: #ff0000"><span style="COLOR: #ff0000"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">   </span></span></span></span></span> </span>codebase</span><span style="COLOR: #0000ff">="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"</span><span style="COLOR: #0000ff">&gt;</span></div>
<div><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span></span></span></span></span>&lt;</span><span style="COLOR: #800000">param </span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="autoStart"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="true"</span><span style="COLOR: #0000ff">/&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span></span></span></span></span></span>&lt;</span><span style="COLOR: #800000">param </span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="balance"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="0"</span><span style="COLOR: #0000ff">/&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span></span></span></span></span></span>&lt;</span><span style="COLOR: #800000">param </span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="currentPosition"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="0"</span><span style="COLOR: #0000ff">/&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span></span></span></span></span></span>&lt;</span><span style="COLOR: #800000">param </span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="enableContextMenu"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="false"</span><span style="COLOR: #0000ff">/&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span></span></span></span></span></span>&lt;</span><span style="COLOR: #800000">param </span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="enabled"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="true"</span><span style="COLOR: #0000ff">/&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span></span></span></span></span></span>&lt;</span><span style="COLOR: #800000">param </span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="fullScreen"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="false"</span><span style="COLOR: #0000ff">/&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span></span></span></span></span></span>&lt;</span><span style="COLOR: #800000">param </span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="mute"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="false"</span><span style="COLOR: #0000ff">/&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span></span></span></span></span></span>&lt;</span><span style="COLOR: #800000">param </span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="playCount"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="1"</span><span style="COLOR: #0000ff">/&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span></span></span></span></span></span>&lt;</span><span style="COLOR: #800000">param </span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="rate"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="1.0"</span><span style="COLOR: #0000ff">/&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span></span></span></span></span></span>&lt;</span><span style="COLOR: #800000">param </span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="uiMode"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="full"</span><span style="COLOR: #0000ff">/&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span></span></span></span></span></span>&lt;</span><span style="COLOR: #800000">param </span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="url"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="http://www.microsoft.com/seminar/en/20030425rpcreate/20030425RPCreate_100k.asx"</span><span style="COLOR: #0000ff">/&gt;</span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span></span></span></span></span></span>&lt;</span><span style="COLOR: #800000">param </span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="volume"</span><span style="COLOR: #ff0000"> value</span><span style="COLOR: #0000ff">="70"</span><span style="COLOR: #0000ff">/&gt;</span></div>
<div><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     <span style="COLOR: #0000ff">     </span></span></span><span style="COLOR: #0000ff">&gt;</span></span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">     </span></span><span style="COLOR: #0000ff">&gt;</span></span></div>
<div><span style="COLOR: #0000ff"></span><span style="COLOR: #000000"></span><span style="COLOR: #0000ff"><span style="COLOR: #0000ff">&gt;</span></span></div>
<p><a onclick="window.open('http://blogs.clearscreen.com/dtax/files/sample1.htm', '', 'width=280px,height=240px,location=no', '');" href="#">View Sample</a><br /><br /><strong><u>Conclusion</u></strong><br /><br />As you can see adding static media content to our Web Sites it’s quite easy. In the next post I’ll explain how to create a custom interface for managing the media content.</p>
<p>Hope this helps!</p>
<p>Windows Media #1<br /></p><img src ="http://blogs.clearscreen.com/dtax/aggbug/2831.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Jesús Jiménez</dc:creator><title>New category announcement: "Windows Media"</title><link>http://blogs.clearscreen.com/dtax/archive/2006/02/18/2828.aspx</link><pubDate>Sat, 18 Feb 2006 22:07:00 GMT</pubDate><guid>http://blogs.clearscreen.com/dtax/archive/2006/02/18/2828.aspx</guid><wfw:comment>http://blogs.clearscreen.com/dtax/comments/2828.aspx</wfw:comment><comments>http://blogs.clearscreen.com/dtax/archive/2006/02/18/2828.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blogs.clearscreen.com/dtax/comments/commentRss/2828.aspx</wfw:commentRss><trackback:ping>http://blogs.clearscreen.com/dtax/services/trackbacks/2828.aspx</trackback:ping><description>&lt;p&gt;I've worked in a Windows Media project some time ago, about Sept. 2005, and it was a very pleasure experience. I love to work with this environment  because it merges two of my passions, Coding and Audio/Video. I've decided to create a new category in my blog that will gather all Windows Media related stuff.&lt;/p&gt;
&lt;p&gt;When I was working with this environment it was frustrating to have problems. When I searched in Google a solution to my problems it returned zero results. Because that this category will start from the basics and maybe the first posts won't be interesting if you have some knowledge about this matter, but the main idea is to create any useful application in the future merging all the posts contents&lt;/p&gt;
&lt;p&gt;I hope I can help you if you're interested in Windows Media environment.&lt;/p&gt;&lt;img src ="http://blogs.clearscreen.com/dtax/aggbug/2828.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><p>I've worked in a Windows Media project some time ago, about Sept. 2005, and it was a very pleasure experience. I love to work with this environment  because it merges two of my passions, Coding and Audio/Video. I've decided to create a new category in my blog that will gather all Windows Media related stuff.</p>
<p>When I was working with this environment it was frustrating to have problems. When I searched in Google a solution to my problems it returned zero results. Because that this category will start from the basics and maybe the first posts won't be interesting if you have some knowledge about this matter, but the main idea is to create any useful application in the future merging all the posts contents</p>
<p>I hope I can help you if you're interested in Windows Media environment.</p><img src ="http://blogs.clearscreen.com/dtax/aggbug/2828.aspx" width = "1" height = "1" /></body></item></channel></rss>