AV1611 Posted December 17, 2006 Share Posted December 17, 2006 Don't you hate when a topic starts out with that phrase?Anyways...I have a script that basically does this under certain data conditions:if true echo "true" else echo "false"I have it on a web page and the script executes every several minutes via meta refresh... then all I have to do is check the page from time to time and know if that condition existswhat I want to do is make it so I can go to the page, then minimize so if the script is true (which is rare) then it plays a tone, beep, whirl, ding, or whatever so I know to look at the page and read the infoDon't care what the sound is, and hope to not have to play wav as I need it to work in all major browsers.Thanks in advance... Quote Link to comment Share on other sites More sharing options...
trq Posted December 17, 2006 Share Posted December 17, 2006 PHP can't be responsible for sound. Sounds take place on the client and are therefore in the realm of Javascript. Quote Link to comment Share on other sites More sharing options...
AV1611 Posted December 17, 2006 Author Share Posted December 17, 2006 I knew that... I just posted in the wrong place... :PI still need some help... Quote Link to comment Share on other sites More sharing options...
fenway Posted December 18, 2006 Share Posted December 18, 2006 I have only dealt with sound rarely, but there is a way to control embedded sound objects via JS. 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.