Initial Volume

Start with volume set to 0.5 (see example):

var player = TOP.createAndInitPlayer({
    config: {
        player: {
            volume : 0.5 // Player starts with volume set to 50%
        }
    }
});