Inserting sound into a web page

E

Editor29

I would like to insert a sound background to a webpage or picture on the
page. Can anyone tell me how I go about this? I have tried myself several
times but have had no success.
 
A

Andrew Murray

Are you carrying out the procedure below (you don't describe what you have
tried, you just say "it doesn't work".).

Tools > Page Properties > (or rightclick the current open page > page
properties) then fill in the field labelled "background sound".

or

In code view immediately below the <body> tag:

<bgsound="path/to/your/sound.wav">

Choose whatever sound format you like, I think the supported ones are Midi,
WAV, MP3 which are the major ones, I don't know about

You can't insert a bg sound on a picture - only in a HTML web page.
 
S

Stewart Leahy

If you're trying to add an MP3 file, you need to first import the file (File,
Import) and save it within the web site folder structure, and then in the
page properties box, manually type in the reference as FrontPage doesn't
recognise MP3 files as music files.....don't worry, it'll work fine.
 

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