NameSilo

Emmbeded Media Player Question?

Spacemail by SpaceshipSpacemail by Spaceship
Watch

T-Soul

Established Member
Impact
2
Hi, im using this code to use embed windows media into my site

<embed name='RAOCXplayer' src='mms://a407.l954634696.c9546.g.lm.akamaistream.net/D/407/9546/v0001/reflector:34696' autostart='true' type='application/x-mplayer2' width='179' height='152' showcontrols='1' showstatusbar='0' loop='True' enablecontextmenu='0' displaysize='0' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'></embed>

It works fine, but i want the sound to be muted, i tried adding mute='true' and mute='false' but it doesnt work, can anyone point me in the right direction?

Thanks
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable DomainsUnstoppable Domains
volume= 0

the propertie you are seeking is called "volume" and set it to zero.
 
0
•••
thanks i tried that and it sill doesnt seems to work? Removed


thanks for your help
 
Last edited:
0
•••
instead of code your using try this:
Code:
<OBJECT id="VIDEO" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject" width="320" height="240">
   <PARAM NAME="URL" VALUE="MyVideo.wmv">
   <PARAM NAME="enabled" VALUE="True">
   <PARAM NAME="AutoStart" VALUE="False">
   <PARAM name="PlayCount" value="3">
   <PARAM name="Volume" value="50">
   <PARAM NAME="balance" VALUE="0">
   <PARAM NAME="Rate" VALUE="1.0">
   <PARAM NAME="Mute" VALUE="True">
   <PARAM NAME="fullScreen" VALUE="False">
   <PARAM name="uiMode" value="full">
</OBJECT>

if for any reason you need more details
go to this page:
http://www.geekpedia.com/tutorial152_Embedding-Windows-Media-Player-into-a-web-page.html
this explains it all :)
hope it helps
 
0
•••
yes thats the code i was using originally, problem is it dont work in Mozilla Firefox.

Thats why im using the code i got : (

thanks again for your input
 
0
•••
let me get you something then...wait a minute :)

ok fixed for you :)
Code:
<embed name='RAOCXplayer' src='mms://a407.l954634696.c9546.g.lm.akamaistream.net/D/407/9546/v0001/reflector:34696' autostart='true' type='application/x-mplayer2' width='179' height='152' Mute='1' volume='50' showcontrols='1' showstatusbar='0' loop='True' enablecontextmenu='0' displaysize='0' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'></embed>

it was Mute='1' or Volume='0'
it works i tested it :)
have fun ;)
 
0
•••
Thanks JFS, worked perfect. :) im a happy man
 
0
•••
Appraise.net

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back