PC Review


Reply
Thread Tools Rate Thread

How do I change the music?

 
 
=?Utf-8?B?Y2VsdGljd29yZHM=?=
Guest
Posts: n/a
 
      24th Jan 2005
I'm starting a new job where I have to maintain a website for the company.
Most of it is very self-explanatory and I am grateful for that; but the
website already has some music files on it that play automatically when you
open the site. I would like to know how one can change the music to another
selection of music, or how to make it stop playing the music altogether?

If anyone can help me on this I would be truly thankful.
 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      24th Jan 2005
In design view, right click any page that has music and then select "Page properties."
You will be able to change / remove the background music.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"celticwords" <(E-Mail Removed)> wrote in message
news:EB1E40C7-BE19-4E5E-A062-(E-Mail Removed)...
> I'm starting a new job where I have to maintain a website for the company.
> Most of it is very self-explanatory and I am grateful for that; but the
> website already has some music files on it that play automatically when you
> open the site. I would like to know how one can change the music to another
> selection of music, or how to make it stop playing the music altogether?
>
> If anyone can help me on this I would be truly thankful.



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      25th Jan 2005
To turn off the sound

1) Make sure the sound files are inserted using a Named Embed tag (usually just before the </body> tag)

<embed src="soundfile.mid" name="theNoise" id="theNoise" autostart="true" loop="true" width="0" height="0" hidden align="center">

2) Insert a link to turn the sound off

<a href="javascript:killNoise();">No Sound (or insert an image here)</a>

3) Insert this one of these scripts in the HEAD section of each page

FOR FRAMED PAGES USE:
<script language="JavaScript" language="JavaScript"><!-- Hide It:
function killNoise() {
// The Embedded sound is in a framed page (frame is named "TheFrame")
parent.TheFrame.embeds['theNoise'].stop(); return false;
}
// ShowIt: --></script>

FOR UNFRAMED PAGES USE:
<script language="JavaScript" language="JavaScript"><!-- Hide It:
function killNoise() {
// The Embedded sound is in an Unframed Page
document.theNoise.stop();return true;
}
// ShowIt: --></script>



--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"celticwords" <(E-Mail Removed)> wrote in message news:EB1E40C7-BE19-4E5E-A062-(E-Mail Removed)...
| I'm starting a new job where I have to maintain a website for the company.
| Most of it is very self-explanatory and I am grateful for that; but the
| website already has some music files on it that play automatically when you
| open the site. I would like to know how one can change the music to another
| selection of music, or how to make it stop playing the music altogether?
|
| If anyone can help me on this I would be truly thankful.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What if you had one day to change the world with music? Quadophile General Discussion 14 22nd Sep 2011 11:56 PM
HOW DO YOU CHANGE A MUSIC FILE TO A .WAV =?Utf-8?B?SnVkaXRo?= Microsoft Powerpoint 1 19th Nov 2006 07:51 PM
change menupath for my music =?Utf-8?B?TWFyaw==?= Windows XP Configuration 2 30th Mar 2006 04:06 PM
How Can i change a music file into a MP3 Dan Compton Windows XP Music 2 10th Dec 2003 09:16 AM
Change My Music link Brian Windows XP General 1 10th Sep 2003 01:12 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:27 PM.