Leemi
Tue Dec 06 12:20:25 CST 2005
Hi Dennis:
Here is the content of the page:
Settings.mute
The mute property specifies and retrieves a value indicating whether audio
is muted.
Syntax
player.settings.mute
Possible Values
This property is a read/write Boolean.
Value Description
true Audio is muted.
false Default. Audio is not muted.
Example Code
The following example creates an HTML CHECKBOX element that allows the user
to mute and un-mute audio. The Player object was created with ID = "Player".
<!-- Create an HTML CHECKBOX control. -->
<INPUT TYPE = "CHECKBOX" ID = MUTE
onClick = "
/* Use the CHECKBOX state to set
the mute property. */
Player.settings.mute = MUTE.checked;
">
Requirements
Version: Windows Media Player version 7.0 or later.
Header: Defined in wmp.idl; include wmp.h.
Library: Use wmp.dll.
See Also
Settings Object
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/
*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
>Hi Lee,
>I tried the link and got a "Page Cannot Be Found" error message.
>Thought you might like to know.
>Dennis Longfellow
>"Lee Mitchell" <Leemi@online.microsoft.com> wrote in message
>news:pKz$IUo%23FHA.3764@TK2MSFTNGXA02.phx.gbl...
> Hi Graham:
>
> Does this topic from MSDN help?
>
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mm
> p_sdk/settingsmute.asp
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> *-- VFP9 HAS ARRIVED!! --*
> Read about all the new features of VFP9 here:
>
http://msdn.microsoft.com/vfoxpro/
>
> *--Purchase VFP 9.0 here:
>
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
> 69-4500-8bf2-3f06689f4ab3&type=ovr
>
> Keep an eye on the product lifecycle for Visual FoxPro here:
>
http://support.microsoft.com/gp/lifeselectindex
> - VFP5 Mainstream Support retired June 30th, 2003
> - VFP6 Mainstream Support retired Sept. 30th, 2003
>
>>Have two wmp10 players embedded on form but need a way to mute one of
>>them. I see by searching on the web that older media players had a
>>mute property (as well as volume) but I cannot see any reference to
>>mute for wmp10.
>
>
>>Thanks in advance.
>
>
>
>