Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6648987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:43:15+00:00 2026-05-26T00:43:15+00:00

I am currently designing a chatting system. How can I have a sound play

  • 0

I am currently designing a chatting system. How can I have a sound play (like a popping noise) when a message is received that is cross browser compatible? Is there such a thing? I want to have a similar noise/time of noise to Facebook.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T00:43:16+00:00Added an answer on May 26, 2026 at 12:43 am

    The <audio> tag is a good HTML5 way of playing sound, but suffers from two drawbacks:

    1. It won’t work with older web browsers
    2. Not all web browsers support all audio formats

    To get around the audio format problem, we can put multiple versions of the sound in a way that will cause web browsers which don’t support one version to skip forward to the next:

    <audio controls="controls">
      <source src="sound.mp3" type="audio/mp3" />
      <source src="sound.ogg" type="audio/ogg" />
      Sorry, your web browser does not support sound.
    </audio>
    

    There are libraries which make this process easier and give you more control. jPlayer is one, which gives good cross-browser support including older browsers which do not support the <audio tag via Flash fallback.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently designing a system that watches the ranks / views of youtube videos.
I'm currently designing a system that requires an admin to log in using a
I'm currently designing a mobile application that can send and read messages to a
I am currently designing an invoicing system where invoices can be allocated to seperate
I am currently designing an API where I want that the user to be
I'm currently designing an app that calls for dynamically creating objects and then displaying
I'm currently designing this website http://avs.mybigcommerce.com . The problem is that my styles.css isn't
I am currently designing a class library that will provide data to a web
I am currently designing a role based authentication system for resources where many users
I am currently designing a web application where I will have customers signing up

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.