Fabio10
(Fabio)
November 28, 2020, 12:43pm
#1
Good afternoon.
I want to know if this is possible.
Pressing a button returns the volume to 20% and pressing it again returns it to 100%.
Thank you very much for your help !!!
Rogerio_Rios
(Professional Support)
November 28, 2020, 12:48pm
#2
Explain better.
Volume of that?
There is no volume changed event but I was thinking about using that block to store the current volume on start then when the user is on the web-viewer, set a timer to check if the volume is different from the last stored value.
[image]
Or
You can try the audio component under Utilities in Kodular.
Or
This Extension allows your application to control the system Media Player.
The idea arose from this topic .
I do not give a description, since everything is obvious.
Player Control:
[Player Control]
Volume Control:
[Player Control V2]
Note : Not all system Players support external control. Depending on the manufacturer of your device, some or all functions of this extension may not work.
Some devices may not have volume control and may operate at a fixed volume, and may not enable mutin…
Fabio10
(Fabio)
November 28, 2020, 12:57pm
#3
Hello Rogerio.
Suppose I am using a player and there is a song. With a button, I want to lower the volume to 20% and when I press it again, to raise it to 100%. Thank you.
Rogerio_Rios
(Professional Support)
November 28, 2020, 1:04pm
#4
Onclick event…
If volume = 100
Volume =20
Else
Volume=100
Endif
1 Like
system
(system)
Closed
December 28, 2020, 2:08pm
#7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.