Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    Have you found the solution to make the keystrokes work?
  2. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    For example, the ringing tone would play in a continuous loop until you "answer the phone" by pressing Spacebar, which would toggle your computer's microphone so you can talk as though you're talking on the phone to someone.
  3. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    Out of curiosity, how would I loop a piece of audio? For example, if I want the ringing tone to loop until someone "answers" the phone by pressing a key, what would I write?
  4. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    I fixed it, but now the only sound that plays right away is the "Ringing Tone". I can't get the others to play by pressing any keys. What do I do next? For example, I press Enter to toggle the "Hookswitch", but it doesn't do anything.
  5. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    I wonder if this autoplay policy error is true of any apps that are coded to play audio.
  6. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    Interesting. So if I were to eventually turn this into a desktop app, would it still have the same crazy error? That would be a pain in the padded rear!
  7. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    So what you're saying is, this modal dialog that pops up is like a license agreement? I'm confused!
  8. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    A modal? Is that like a dialog box?
  9. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    Any new updates yet?
  10. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    Have you uploaded the new changes you made?
  11. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    And once you put it up then I could copy all the new changes into my page? Would I have to delete all the HTML and script that's full of errors and just put the new stuff in there?
  12. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    What did you fix in the script?
  13. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    It seems I can manually trigger the playing of files by pressing the "Play" button next to them on the "Info" page's "Media" tab in Firefox. However, I can't seem to get anything to play when pressing any keystrokes. What did I do wrong?
  14. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    I also wonder, should I include the codes: audio.play and audio.loop=true or audio.loop=false in my app?
  15. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    Here ya go! <html> <div role="switch" aria-labelledby="id-label"> <label for="Hookswitch Status" <button type="button" role="switch" id="hookswitchStatus">Hookswitch Status: <span class="hookStatus on"> </span> </label> </button> </div> <audio...
  16. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    Would you like the complete code of the project?
  17. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    Here's something interesting. Now I've added a new variable, and it says I'm missing a } at the line 99:24. Here's the code. var Ringback=new Audio('Call%20Progress%20Tones/Ringback%20Tones/USA%20Ringback%20Tone.mp3'); Ringback.play(); } } Does this look right to you?
  18. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    Process Monitor? What's that?
  19. Annabelle5893

    Playing Audio Using Keystrokes: Is It Possible?

    I know the file it's looking for, but I'm not sure why it can't find it, because I know it's there. And, I tried posting it as an attachment in this post, but there's a message that says .mp3 is not an allowed extension on Code Forum.
Back
Top Bottom