I am creating an Ajax-based application that will run on our local intranet.
- Now, after each return request from my Ajax, I need to play the sound in the client browser.
- I want to put the sound file (mp3 / wav) in the web server directory (Tomcat), where the application will be downloaded and play in the clientโs browser. (I do not want to embed this and will just play automatically)
But I basically have this limitation.
- Our intranet target computers do not have access to the external Internet, as this is blocked by our network team.
- Most of the client is running Windows XP, and Flash cannot be updated or installed.
I know a bit of jQuery, but I donโt know if what I think is possible and which possible plugin I can use is basically a cross browser. My target view works on IE6 / IE7 / IE8 / FF3.
source share