Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Mute on player start up


Mute on player start up

7 Community Answers

JW Player

User  
0 rated :

@Prutha

Difficult as there is *tli = too little information*

That said, by adding volume:'0' to the options listing will accomplish a mute status

JW Player

User  
0 rated :

I have already set volume=0 in my Embed tag. Here is my code....

<object id="video_player_id" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="500" height="500" type="application/x-shockwave-flash"><param name="movie" value="flvplayer.swf" /><param name="quality" value="high" /><param name="allowfullscreen" value="true" /><param name="Volume" value="0" /><param name="flashvars" value="file=" + FileName + "&autostart=1&displayheight=500&overstretch=none" /><embed type="application/x-shockwave-flash" src="flvplayer.swf" width="500" height="500" id="video_player_id" name="video_player_id" allowfullscreen="true" Volume="0" quality="high" flashvars="file=" + FileName + "&autostart=1&displayheight=500&overstretch=none" /> </object>

JW Player

User  
0 rated :

difficult to read

place bc..
around them

JW Player

User  
0 rated :

bc.. <object id="video_player_id" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="500" height="500" type="application/x-shockwave-flash">

<param name="movie" value="flvplayer.swf" />
<param name="quality" value="high" />
<param name="allowfullscreen" value="true" />
<param name="Volume" value="0" />
<param name="flashvars" value="file=" + FileName + "&autostart=1&displayheight=500&overstretch=none" />

<embed type="application/x-shockwave-flash" src="flvplayer.swf" width="500" height="500" id="video_player_id" name="video_player_id" allowfullscreen="true" Volume="0" quality="high" flashvars="file=" + FileName + "&autostart=1&displayheight=500&overstretch=none" />

</object>

JW Player

User  
0 rated :

Hi Willie,

Are you there? can you help me regarding my problem?

Thanks

Prutha Tester

JW Player

User  
0 rated :

@Prutha

yes, I am here

please a link to look at? what type of html is used etc is worth knowing and looking at.

here is an example in how I use the object method in an example on my web site

bc.. <object type="application/x-shockwave-flash" data="player.swf" height="540" width="800">
<param name="movie" value="player.swf">
<param name="flashvars" value="config=config1.xml">
<param name="quality" value="best">
<param name="menu" value="false">
<param name="fullScreenAspectratio" value="true">
<param name="allowFullScreen" value="true">
<param name="allowScriptAccess" value="sameDomain">
<param name="wmode" value="transparent">
<a href="http://www.adobe.com/go/getflashplayer">
<b class="c1">This web site requires that Flash is installed</b>
<img src="/images/flashplayer.jpg" alt="Get Adobe Flash Player"></a> />
</object>



My web site is written in html5 which has a very powerful object engine more so than previous version of html or xhtml and equallly an extremely powerful JavaScript engine.

I don' have the example online as I opted to exclusively to go with the embed method.

Ethan Feldman

JW Player Support Agent  
-5 rated :

Just set the mute variable to true. That’s it.

This question has received the maximum number of answers.