Mighty Macbeth, you can copy paste this script into notepad, save it as test.htm or what
you like and then select file->open->browse in Internet Explorer and select the file. The page will now load offline. You can download some midi files and save them in the same directory as where you placed the below script, okay? Remember to change the YOURFILE to the filename of the sound you want to play.
I want you to get this working before we move on to more advanced media playing across the web
Code:
<html>
<head>
<title>Mighty Macbeth's Super Duper Nuke Web Page</title>
</head>
<body>
<h1>I am the Mighty Nuke of Duke</h1>
<embed src="YOURFILE" width="50%"
height="50%" autostart="false" console="smallconsole"> </embed>
</body>
</html>