When a new Notification: play mp3 file
4 posters
Page 1 of 1
When a new Notification: play mp3 file
Is there any codes that makes my forum play an mp3 file when users have new notifications?
thank you
thank you
Re: When a new Notification: play mp3 file
Right now NO this is not installed but we are testing a system that may work but until we test it then we can't hand the code out but it maybe in the tricks a tips soon so watch this space
Re: When a new Notification: play mp3 file
hello
am not sure that this works but give it a try
create a new javascript ... in all pages
replace this : http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3
am not sure that this works but give it a try
create a new javascript ... in all pages
- Code:
$(window).load(function () {
my_setcookie('notifications', document.getElementById('fa_right').innerHTML, false);
setInterval(function () {
if (document.getElementById('fa_right').innerHTML != my_getcookie('notifications')) {
$('body').append('<embed src="http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3" width="0"
height="0" autoplay="true" style="display: none;" class="notification_sound"></embed>');
setTimeout(function () {
$('.notification_sound').remove();
}, 3000);
my_setcookie('notifications', document.getElementById('fa_right').innerHTML, false);
}
}, 5000);
});
replace this : http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3
Re: When a new Notification: play mp3 file
Well it doesnt work... and i changed the mp3 to: https://s1.vocaroo.com/media/download_temp/Vocaroo_s12lFH1cG3Km.mp3
Re: When a new Notification: play mp3 file
Great news @teliosmetonma1 we have now tested a Tutorial we was gave from one of our other support forums
This is fully tested and working like a charm.
I think this will be what your looking for.
https://help.forumotion.com/t157012-sound-notifications#1086421
Have a great day from all of us @ Forumotion
This is fully tested and working like a charm.
I think this will be what your looking for.
https://help.forumotion.com/t157012-sound-notifications#1086421
Have a great day from all of us @ Forumotion
Re: When a new Notification: play mp3 file
Problem solved & topic archived.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Is it possible to add a sound file to play when you get a notification PunBB?
» How do I get this code to play the music file on repeat rather than once?
» How to Merge 2 image GIF File into 1 image GIF File
» I want code play This video
» Medieval Role-Play
» How do I get this code to play the music file on repeat rather than once?
» How to Merge 2 image GIF File into 1 image GIF File
» I want code play This video
» Medieval Role-Play
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum