Adding Specific Sounds To Specific Windows / Actions
#1
Hello Everyone,

Does anyone know if there is a way to add specific sounds (Wav Files) to specific windows and or actions?

For example adding sound to the navigation commands up, down, left, right or to the selection, backspace, etc. within the virtual keyboard.

I have looked into the "sounds.xml" file and it allows you to add global sounds to each action, and you can also apply sounds to when windows are opened or closed. I tried to take a shot and see if I could add actions sounds to specific windows but I was not able to get this to work.

I was just wondering if this is even possible?
Thank You
Reply
#2
You can try with onload in window or if you call window from another window you can try with onclick.
Also l use this command for my skin.

Quote:<onload>PlayMedia(special://skin/sounds/Notify.wav)</onload>

Quote:<onclick>PlayMedia(special://skin/sounds/Notify.wav)</onclick>
Reply
#3
Hello again, thank you for your response.
I was hoping that the sounds.xml file could be edited kind of like all the different keymaps, where you can add specific sounds (and or disable sounds) for specific windows all in one file, but this is an interesting work around that I thank you for sharing with me.
Reply

Logout Mark Read Team Forum Stats Members Help
Adding Specific Sounds To Specific Windows / Actions0