PDA

Click to See Complete Forum and Search --> : Playing wave


Walter100
Aug 17th, 2002, 08:03 PM
I have a file name track1.wav I want to place a link on my website that once the user clicks on that link that track1.wav will start playing how can I do this?

trojjer
Aug 19th, 2002, 12:11 AM
There are a number of ways to do it (Java applets, ActiveX etc - even bgsound...); but if they all sound a bit far off for you just now, then by far the easiest solution is to just link to the file! The browser chooses which application/plugin to play the media in (In IE's case, it's Media Player); and the it is simply played in a seperate, non-browser window.

For example:

<a href="sound.wav">Click here!</a> would load up the file "sound.wav" into MP, if the browser was IE.