lynxus Posted June 8, 2009 Share Posted June 8, 2009 Hi guys, Im trying to figure out how to play a sound when a condition = X, Google isnt being too friendly with this one. Maybe someone here could help. I have a php script that checks a mysql db and if it finds a row with beep = 1 then i want it to play a beep to the clients computer. ie: if ($row['beep'] == "1") { echo to the browser some way to make it go beep. } The way it gets to the browser is via ajax, So i dunno if theres a way to tell JS to do the beep/sound? Thanks G Link to comment https://forums.phpfreaks.com/topic/161340-play-a-sound/ Share on other sites More sharing options...
Adam Posted June 8, 2009 Share Posted June 8, 2009 What were you searching for?? http://www.w3schools.com/media/media_browsersounds.asp Link to comment https://forums.phpfreaks.com/topic/161340-play-a-sound/#findComment-851399 Share on other sites More sharing options...
lynxus Posted June 8, 2009 Author Share Posted June 8, 2009 Humm, thats a little insightful, but doesnt appear to work with firefox etc. I have a messaging system, Basically i want it to play a sound when a new message appears. Link to comment https://forums.phpfreaks.com/topic/161340-play-a-sound/#findComment-851411 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.