Stopping an audio file in EOS
Posted: Sat Feb 16, 2019 3:00 pm
I cant get this working
Does somebody know how I can stop an audio file from playing in the same page?
... for the explorer at heart!
https://milovana.com/forum/
Code: Select all
Eval
Sound.get("soundid").pause();Thank you, it worked.Drool wrote: Sun Feb 17, 2019 7:54 am Hi. Have you triedwhere "soundid" is the identifier you can give to the sound under Audio:play.Code: Select all
Eval Sound.get("soundid").pause();
There seems to be no .stop() function, only pause...