Inserting sound into a web page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
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.
 
Back
Top