i think an attribute for the default volume would be great

i'd like to set my default volume to 100% and i know i could achieve that with

	onLoad: function() {
		this.setVolume(100);
		console.log(vol);
	}
but there's a problem:

the volume would be adjusted to 100% everytime the user reloads or revisits the page? ignoring every volume-adjustments the user did before
but i'd like the player to remind his adjustments as long as the (flash-)cookie lasts