Hello,
I am looking for a way to set de volume of a video, I can play/stop the video with sym.$("video").get(0).play();/sym.$("video").get(0).stop(); but what about the sound
Thank you for your help
Hi,
Why are you using the get function?
Setting sound with Edge API: Adobe Edge Animate CC JavaScript API
it also work
but you are right sym.$("video")[0].stop()
for my question this work
sym.$("video")[0].volume = 0; or 1 for 100%