Greetings all! I'm adding simple sounds (beep and burp) to a Rails app with sound.js. I'm having a really wierd problem with it though. I call Sound.play(good_sound) or Sound.play(bad_sound) depending on whether or not a search succeeds. First time it works correctly, playing the correct sound. Second time, it plays the last sound, then the correct sound. Works that way from then on. I'm logging the calls to Sound.play in FireFox and, according to the console, it's only getting called once per request/response. But the sound's getting played twice. I've scratched my head raw. Any idea what I might be doing wrong?
Thanks in advance, Bill --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
