I want to add a sound in my page that autoplays but it seems like all ways require some plugin or codex or idk so I'm not quite sure what is the best audio format and way to code it so it works for most users and browsers.
Is there some way to works for most people?
Thanks
you can use
BGSOUND
tag like this :but only accepts
WAV
andMID
formats.for
MP3
formats you can useEMBED
tag but in some browser need plugin to be played.you can also use compination of these two ways to correct compatablity problem: