How to play a sound file without loading windows media player?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to play a sound file (.wav) by clicking on a link. Preferably, the
sound file will just play in the background without loading windows media
player. Could anymore suggest how to realize this in FP2003?

Thanks,
 
You can use a <bgsound> tag to do so. Something like <bgsound src=xxx.wav>
Or, make use of the meta tag so that the sound will auto play. Set 0 second
so that it will start playing automatically once you enter upon the site.
<META HTTP-EQUIV=refresh CONTENT="#seconds; xxx.wav">.
 
Back
Top