player.realize();
VolumeControl vc = (VolumeControl)player.getControl("VolumeControl");
if(vc!=null) {
vc.setLevel(100);//set volume }
player.start();