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!

CommentFileSizeAuthor
wisp.zip116.95 KBWitch

Comments

Dave.Ingram’s picture

Hi 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.

Witch’s picture

Hi 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.

sittard’s picture

It 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"/>

Witch’s picture

Hi sittard!

In which file should i put your code?