How do I insert music into a Word document?

G

Guest

I have a document that I want music to be playing as the reader views the
document. Can this be done?
 
G

Graham Mayor

Background sounds are for web pages and not Word documents. They can also be
extremely annoying which is why I usually work with my loudspeakers switched
off.

If you want background sound for an html document you would be better
advised to use a proper HTML editor or Notepad. The following is the basic
html format for a continuously looped background sound

<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Title</title>
<bgsound src="Music.mp3" loop="-1">
</head>
<body>
<p>This is a document</p>
</body>
</html>

Note that if you are thinking of e-mailing this to someone, music files can
be huge and you would need to send the music with the document. This may not
be possible. I urge you to re-think.


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top