ojoonline
12-23-2005, 06:36 AM
hi,
I have a situation where I would like to play a little sound file as an alert.
My code looks something like this:
<cfif someVar is "Y">
play the sound file
</cfif>
So, there's no click or button, etc. I have searched through the forum and have found some rather complex solutions for an event. I could use the body onload event to trigger the play, if that's required.
Any ideas on how best to achieve this?
Thank you and Merry Christmas!
jo
I have a situation where I would like to play a little sound file as an alert.
My code looks something like this:
<cfif someVar is "Y">
play the sound file
</cfif>
So, there's no click or button, etc. I have searched through the forum and have found some rather complex solutions for an event. I could use the body onload event to trigger the play, if that's required.
Any ideas on how best to achieve this?
Thank you and Merry Christmas!
jo