Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
emerys #1
Play an alert sound
I setup a page with a refresh every 30 seconds. Any new records are highlighted
with a red colored back ground. But the users would still like the page to play
a sound if there are any new records when the page refreshes - similar to what
Outlook can do. Each record has a date/time stamp of when it was entered. And I
have user session data of when then last interacted with the page (by pushing a
button); this is how I know which ones are the new records. I have seen a few
examples for playing a sound on MouseOver, but this is a user initiated event
not a data driven event. I tried to adapt it, but it just didn't work out. Does
anyone else have any experience with something like this? Thanks for your help,
Scott
emerys Guest
-
How do I add a sound alert and an additional av presenceto this app
For the last 3 months I've been tearing my hair out trying to figure how I can add an alert chat sound so when somebody enters a room a sound goes... -
Buzzing Alert Sound?
I don't even know where to post this question...on the Apple discussion board or here at Adobe. My wife uses Acrobat for proof reading. Recently (I... -
I can't get a sound to play
Hello, this is my first post here, I have a problem, My website on Reptiles & Amphibians (http://www.reptilia-amphibia.net) is about to get a whole... -
Play sound from HD
How to play audio files with action script from the HD of the client in Flash 6 MX? The path to the file is in a text field named: filename ... -
play sound
hello, can someone tell me how to play a sound (that's in my library) in actionscript? So I want to play a sound when a button is clickt: on... -
byron1021 #2
Re: Play an alert sound
Look at embedding a .wav file. We do this in one of our monitoring applications. I think it's doing it via <embed>.
byron1021 Guest
-
emerys #3
Re: Play an alert sound
Byron, Thanks, I am already using an <embed>, and I tested by calling it
from a MouseOver event in the table. So I can call it from a user type event,
but how do I trigger the alert sound from a page or data event? Would PageLoad
be a better place for this? Thanks again, Scott.
emerys Guest
-
MrDippy #4
Re: Play an alert sound
How are you determining if it is a new record? Is there a date field? What you
can do is loop through your record set and when you hit a new record then
print out the embed tag with the wav file so it would be like this <CFOUTPUT
query='blah'> #blah.record1# <CFIF blah.date is now()> <embed> </CFIF>
</CFOUTPUT>
MrDippy Guest



Reply With Quote

