PC Review


Reply
Thread Tools Rating: Thread Rating: 2 votes, 1.00 average.

can i make an on/off button for music in frontpage ?

 
 
=?Utf-8?B?dGlmZmFueXRpZGRsZXM=?=
Guest
Posts: n/a
 
      17th Jan 2005
have added music to web page but want ppl to be able to turn it off or on
again if thats what they want to do ...using front page 2003
 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      17th Jan 2005
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
_____________________________________________


"tiffanytiddles" <(E-Mail Removed)> wrote in message
news6DE74CD-597C-4148-8C55-(E-Mail Removed)...
| have added music to web page but want ppl to be able to turn it off or on
| again if thats what they want to do ...using front page 2003


 
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
Can I make a Hover Button link open in a New Window in FrontPage? =?Utf-8?B?Y3VxZWxl?= Microsoft Frontpage 1 21st Sep 2006 11:41 PM
music in presentation, button to start en stop the music max Microsoft Powerpoint 3 23rd May 2006 09:32 PM
How do I make sure the users see the updates I make in FrontPage? =?Utf-8?B?a2Vn?= Microsoft Frontpage 3 18th Apr 2006 09:38 PM
Music in Frontpage =?Utf-8?B?TWljaGFlbCBFbmdsYW5k?= Microsoft Frontpage 11 23rd May 2005 11:21 AM
music in frontpage =?Utf-8?B?ZmFyaGF0?= Microsoft Frontpage 3 27th Dec 2004 10:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:49 PM.