To Embed an MP3 in HTML do the following
1. select an MP3 flash player that allows HTML5 embed element.
2. Following the MP3 flash player documentation, create a .swf file that holds the MP3 information, and save your file.
3.Open your HTML editor and make a new HTML5 document with this code:
<!doctype html>
<html>
<head>
<title>MP3 Embed</title>
</head>
<body>
</body>
</html>
4.Save the file as with the .html extension
5. using the HTML5 embed element, embed the MP3 file. Put the code <embed src="yourfilename.swf" /> between the body tags in your HTML5 document. Then save your HTML5 document.
6. Double click on the .html file to test the webpage.
Embedding an MP3 in HTML
To Embed an MP3 in HTML do the following
1. select an MP3 flash player that allows HTML5 embed element.
2....
embedding mp3 in html
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users