Difference between MediaPlayer volume and Controbar's volumebar volume
I have a custom built Flash video player which streams videos from a server. When I start the videoplayer the Mediaplayer's volume I get is 1.0 even though I have set the volumebar's initial volume to 0.8.
i.e. When I am doing Console.log(MediaPlayer.volume), I am getting a value of 1. But the volume bar's volume is showing as 0.8. When I drag the volume bar to change the volume, the Mediaplayer's volume changes according to the dragged value of the volume bar. Then why the mediaplayer volume shows as 1.0 initially? Please help!!
