Active
Project:
Private Message Growl
Version:
6.x-1.1-alpha2
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2009 at 16:48 UTC
Updated:
13 Oct 2009 at 15:04 UTC
Hi,
it's a great and usefull module.
My Question:
Is there a way to play a sound when the growl window appears?
Some users minimize their browser window. with a sound they will get more quickly informed when a message arrived. I will attach an example soundfile. I hope that the maintainer or someone from the community can do this! it would be like christmas!
Comments
Comment #1
Dave.Ingram commentedHi There,
Thanks for the suggestion. I know there is a jquery sound plugin which would make this entirely possible. I will look into adding this option at some point but don't have a lot of time available at the moment. If anyone else wants to take this on I'll be happy to review and commit patches.
Comment #2
Witch commentedHi Dave, thank you for your answer. Maybe there will be someone who can do this. If not i will be patient :)
I am looking forward to it. Wish you a nice day.
Comment #3
sittard commentedIt might be possible to add the following HTML at the end of a message but I guess it will play on all page refreshes.
<embed src="sites/all/themes/yourtheme/notify.wav" loop="false" hidden="true"/>Comment #4
Witch commentedHi sittard!
In which file should i put your code?