10th Jul 2018, 12:13 PM
Sina
Sina - avatar
6 Réponses
+ 4
Set the input tag to <input type="range" max="1" min="0" step="0.1" id="in" oninput="valume()"> https://code.sololearn.com/W2f8kB4x47Mt/?ref=app
10th Jul 2018, 12:29 PM
Calviղ
Calviղ - avatar
+ 2
What is inpitDom??
10th Jul 2018, 12:30 PM
Sina
Sina - avatar
+ 2
👍👍
10th Jul 2018, 12:31 PM
Sina
Sina - avatar
+ 1
Sina Allowed values for Audio.volume are double numbers in [0.0, 1.0] range (0 is mute and 1.0 is max volume)... Then you have to normalize your value to fit in this range at example: x.volume= inputDom.value / inputDom.max where inputDom is a reference to input range for set volume
10th Jul 2018, 12:27 PM
KrOW
KrOW - avatar
+ 1
Oh thank you so kuch😂😂😂😂😂😂😂😂😂😂
10th Jul 2018, 12:43 PM
Sina
Sina - avatar
0
Calviղ Yes its more simple than mine solution 😄😄😄... Anyway i hope that you have understanded because your code was wrong
10th Jul 2018, 12:41 PM
KrOW
KrOW - avatar