Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > HTML > HTML Code Clinic
|
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
 
Old December 20th, 2003, 07:12 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Ben Horne
Default 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
 
Old December 20th, 2003, 10:01 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
Default

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

 
Old December 20th, 2003, 10:58 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Ben Horne
Default

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
 
Old December 21st, 2003, 01:56 AM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

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
:::::::::::::::::::::::::::::::::
 
Old January 18th, 2004, 04:16 PM
Authorized User
 
Join Date: Dec 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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
 
Old January 19th, 2004, 03:27 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 836
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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/
 
Old November 4th, 2004, 11:20 PM
Registered User
 
Join Date: Nov 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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/
 
Old November 4th, 2004, 11:25 PM
Registered User
 
Join Date: Nov 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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






Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash as a page background with the TBH starterkit ASPLee BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 4 November 7th, 2008 12:07 AM
Background image in a web part? meichmann1967 BOOK: Beginning SharePoint 2007: Building Team Solutions with MOSS 2007 ISBN: 978-0-470-12449-9 0 October 15th, 2007 12:55 PM
How to diplay web page inside another web page win cyberjoe C# 2 March 1st, 2007 05:35 AM
Background-image not filling page height? PetraMan CSS Cascading Style Sheets 1 April 22nd, 2005 09:17 AM
Background Music in a Webpage Ben Horne Dreamweaver (all versions) 3 December 8th, 2003 01:44 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.