Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 20, 2012 06:26 AM by Dalong Zhang - MSFT
Member
323 Points
236 Posts
Aug 16, 2012 12:55 PM|LINK
I am using fiollowing script to embeded you tube video to my site.
but i need to set initially video in mute (mute=false), i don't have idea how to do it.any one have idea pls help me.
<object width="230" height="142"><param name="movie" value="http://www.youtube.com/v/' + videoid + '" />' + '<param name="allowFullScreen" value="true">' + '<param name="wmode" value="transparent" ></param>' + '<param name="allowscriptaccess" value="always">' + '<embed src="http://www.youtube.com/v/' + videoid + '?autohide=1&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="230" height="142" /></object>'
Contributor
5185 Points
213 Posts
Microsoft
Aug 20, 2012 06:26 AM|LINK
Hi,
You can use HTML 5 muted Attribute:
<video muted="muted">
http://www.w3schools.com/html5/att_video_muted.asp
venkatshwara...
Member
323 Points
236 Posts
Help me How to set mute propert for youtube video
Aug 16, 2012 12:55 PM|LINK
I am using fiollowing script to embeded you tube video to my site.
but i need to set initially video in mute (mute=false), i don't have idea how to do it.any one have idea pls help me.
<object width="230" height="142"><param name="movie" value="http://www.youtube.com/v/' + videoid + '" />'
+ '<param name="allowFullScreen" value="true">'
+ '<param name="wmode" value="transparent" ></param>'
+ '<param name="allowscriptaccess" value="always">'
+ '<embed src="http://www.youtube.com/v/' + videoid + '?autohide=1&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="230" height="142" /></object>'
Dalong Zhang...
Contributor
5185 Points
213 Posts
Microsoft
Re: Help me How to set mute propert for youtube video
Aug 20, 2012 06:26 AM|LINK
Hi,
You can use HTML 5 muted Attribute:
http://www.w3schools.com/html5/att_video_muted.asp
Feedback to us
Develop and promote your apps in Windows Store