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 969237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T02:36:45+00:00 2026-05-16T02:36:45+00:00

I am building an Ajax Based application that will run on our local intranet

  • 0

I am building an Ajax Based application that will run on our local intranet network.

  1. Now upon every return of request from my Ajax, I need to play a sound in my client browser.
  2. I want to put a sound file (mp3/wav) in my web server (Tomcat) directory where the application will download
    and play at the client browser. (I dont want to embed this and will just automatically play)

But I basically have this limitation.

  1. Our target users intranet computers has no access to the outside internet since this is being block by our network team.
  2. Most of the client runs on Windows XP and Flash might not be updated or not being installed.

I know a little jQuery but I dont know if what I am thinking is possible and what possible plugin can I use that is basically cross browser. My target browse runs on IE6/IE7/IE8/FF3.

  • 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-16T02:36:46+00:00Added an answer on May 16, 2026 at 2:36 am

    Without flash and without a browser that supports HTML5 <audio> tags, that is going to be tough if not impossible.

    My first idea was just to suggest http://www.w3schools.com/html5/tag_audio.asp. Usage

    <audio src="/sound/ajax.mp3" id="ajaxdone"/>
    
    // ajax success / readystate == 4
    var mysound = $('#ajaxdone')[0];
        mysound.play();
    

    But that is also pretty much impossible in IE6 + 7.

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

Sidebar

Related Questions

I am building an AJAX application that uses both HTTP Content and HTTP Header
I am building a site that uses a simple AJAX Servlet to talk JMS
So we are building an application with a UI Layer (web, mobile, Ajax client,
What are some strategies to achieve code separation in AJAX applications? I am building
Building a client-side swing application what should be notified on a bus (application-wide message
I was building a simple web based calculator which takes equations from a HTML
I am building a dynamic form in that the user can keep adding entries
I have a problem with a quite slowish MYSQL query. I'm building an AJAX
I'm building a Django site and trying to use the request.is_ajax() function... But it's
Building on How Do You Express Binary Literals in Python , I was thinking

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.