,
Share with your friends 

Advanced Way to Adding sound file on the web page

6 ratings Views 261 
Author: Anto (Anto Y)  View Profile |  View other solutions by this author

Question / Problem


playing sound on the web using html tags?

Solution

Solutions:

Example codings:-

<html>
<body>
<embed name="lostmojo"
src="D:\Mp3\mp3 collection2\Aegan\track03.mp3"
width="300"
height="90"
loop="false"
autostart="false" />
</body>
</html>

Note: copy these notes on your notepad and save us the extension with .html and run the coding s on your Internet Explorer

Blue color shows the Path of the sound file in your computer...


Applies to

HTML

Rank It

Login to rank it

Report


Advertisement