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 Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.