 |
| HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

December 20th, 2003, 07:12 PM
|
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Background Music In A Web Page
Hi all,
Is it possible to insert a background sound in FrontPage 2000? I know it's possible with FrontPage 2002 but I need to know if I can do this with FP2000. The reason being that I want to include background music in my webpages that I am using FrontPage 2000 to edit.
Thanks in advance,
Ben Horne
Madison Area Technical College student
-------------------------
http://community.webshots.com/user/valerian114
Go there. I have a lot of awesome photos that I rendered myself
__________________
Ben Horne
-------------------------
I don\'t want to sound like I haven\'t made any mistakes. I\'m confident I have.
Most likely using FireFox and concocting my next Macromedia Flash project
Snibworks Forums Moderator
Welcome to the New Age
|
|

December 20th, 2003, 10:01 PM
|
|
Friend of Wrox
|
|
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
Hello majora,
I own FP2000 and I remember making a background sound when I used it (I can no longer use it as it will no longer run on my computer[for some reason]).
It would probably be in properties maybe even have a button in Tools or Format or some such.
It also has a repeat thing where you can tell it to repeat a certain number of times or forever.
If you cannot find where it is, use Help.
Sorry I couldn't give you a more straight-out answer, but you should be able to find it in Help.
HTH
Snib
|
|

December 20th, 2003, 10:58 PM
|
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks for the help,
I'll see what I can do about this
Quote:
quote:Originally posted by Snib
Hello majora,
I own FP2000 and I remember making a background sound when I used it (I can no longer use it as it will no longer run on my computer[for some reason]).
It would probably be in properties maybe even have a button in Tools or Format or some such.
It also has a repeat thing where you can tell it to repeat a certain number of times or forever.
If you cannot find where it is, use Help.
Sorry I couldn't give you a more straight-out answer, but you should be able to find it in Help.
HTH
Snib
|
Ben Horne
Madison Area Technical College student
-------------------------
http://community.webshots.com/user/valerian114
Go there. I have a lot of awesome photos that I rendered myself
|
|

December 21st, 2003, 01:56 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
|
|
Once again I don't understand why you are bothering with the WYSIWYG interface and not going straight to the source.
The feature is here:
(while normal tab is selected)
Format->Background->General (Tab)-> Location (Under Background Sound)
FP 2000 inserts an IE only tag, <bgsound>, a better approach, IMO would be to use an <embed> element with CSS using the display: none property.
: )
Rich
:::::::::::::::::::::::::::::::::
Smiling Souls
http://www.smilingsouls.net
:::::::::::::::::::::::::::::::::
|
|

January 18th, 2004, 04:16 PM
|
|
Authorized User
|
|
Join Date: Dec 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
If you are going to use a midi sound or perhaps a low kps mp3, use the body onLoad event
ie:
<BODY onLoad= "yourfile.mp3 or midi or mp2 or what ever your music is" loop="true">
// if you say loop="false", it plays once
//remember that this will continue to loop as long as the individual is staying on that page, if the use goes to a different page, and then comes home,, the process starts all over again. I suggest using instrumentals,, this is not near as annoying as the same vocal over and over and over again
I think.....therefore..I code
|
|

January 19th, 2004, 03:27 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 836
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
For the love of god, please have a button or some checkbox available where the user can turn the sound off should they not want to hear it!! =)
Take care,
Nik
http://www.bigaction.org/
|
|

November 4th, 2004, 11:20 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by nikolai
For the love of god, please have a button or some checkbox available where the user can turn the sound off should they not want to hear it!! =)
Take care,
Nik
http://www.bigaction.org/
|
|
|

November 4th, 2004, 11:25 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by nikolai
For the love of god, please have a button or some checkbox available where the user can turn the sound off should they not want to hear it!! =)
Take care,
Nik
http://www.bigaction.org/
|
Nik
I am developing a webpage where I want to have a streaming background sound attached to the opening page but I want to be able to provide the ability to turn it off. I am running FrontPage 2003 and I cannot find anything that tells me how to provide a turn off facility. Do you know how to do so?
Thanks
Ian
|
|
 |