Problem audio

I would like to mute the entire playlist, but I put in volume 0 and starts playing, if I put in 1 but I heard on mute at all, what am I doing wrong?
Here it is the code sample xhtml

<object type=“application/x-shockwave-flash” data=“dewplayer-mini.swf” width=“160” height=“20” id=“dewplayer” name=“dewplayer”> <param name=“wmode” value=“transparent” /><param name=“movie” value=“dewplayer-mini.swf” /> <param name=“flashvars” value=“mp3=test.mp3&autostart=1&volume=0” /> </object>

I have to add something to the volume? Sorry if I sound good, I’m Spanish and I am using a translator, thank you very much friends.

Hi Lorena85. Welcome to the forums. :slight_smile:

Have you tried things like this?

<param name="volume_level" value="0" />

or

<embed src="" ... volume_level="0" >