M mrquestions777 Guest Dec 6, 2008 #1 hi, i want to add a small wav sound file in an html web page, how can i do this
J jtaber79 Guest Dec 6, 2008 #2 upload the wav file to the same location as the html file you want to embed the file into and then use the following code in your html file: <embed type="audio/x-wav" src="file.wav" autoplay="true" autostart="true">
upload the wav file to the same location as the html file you want to embed the file into and then use the following code in your html file: <embed type="audio/x-wav" src="file.wav" autoplay="true" autostart="true">