Background sound files in PAGE OPTIONS

  • Thread starter Thread starter Rack Jite
  • Start date Start date
R

Rack Jite

I have two questions regarding this.

First is there any way to force an MP3 into the PAGE
background sound?

Secondly, I am having a fit trying to find a MIDI editor
that is simple enough to just edit a MIDI with lower volume.
Is there anyway of doing that from Frontpage?

Thanx
RJ
 
Yes, in the code view; find the <body> tag and below it add the <bgsound>
and <embed> tags with your file.
<bgsound src="whatever.mp3"> and <embed src="whatever.mp3").

Frontpage is not a MIDI editor....
 
I have two questions regarding this.

First is there any way to force an MP3 into the PAGE
background sound?

Secondly, I am having a fit trying to find a MIDI editor
that is simple enough to just edit a MIDI with lower volume.
Is there anyway of doing that from Frontpage?

Thanx
RJ

Just embed a midi or wave into the PAGE BACKGROUND and then
go change the name on the code page to an MP3!
Works from IE but not FIREFOX.
 
You don't need a midi editor to adjust the sound. The volume of a midi
can be adjusted with html. Embed the midi and add volume="80%" to the
attributes in the embed tag. You can adjust the % value of the volume as
needed. Volume will be relative to the volume settings of the visitor's pc.
 
Back
Top