I cant get volume to start on 50% ??? any help??? trying with this but wont work...
<script>
$(function(){
//initialize cross-browser HTML-Video-Tag
$('video, audio').jmeEmbed();
$('audio').attr('autoplay', true);
$('audio').attr('loop', true);
$('audio').volume(50);
});
</script>