Flash AS3
I am dynamically adding a VolumeBar to my stage and would like to set the default volume to 50%. I am also trying to set the slider knob in the middle (relative to where 50% would be)
I tried using:
my_player.volume = 50;
But when it started it was so loud it was distorted and the slider knob was already all the way right.
Any thoughts? Thanks!