how can i play music throughout website while changing pages

This is a discussion on "how can i play music throughout website while changing pages" within the Web Page Design section. This forum, and the thread "how can i play music throughout website while changing pages are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 16th, 2005, 00:47
New Member
Join Date: Oct 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
how can i play music throughout website while changing pages

Is there a way i can play an mp3 when the site loads, and not have it resart every time i change pages (clicking on link to new page)?
I am not using frames...that would be easy.
right now i have the mp3 loading up on each individual page...that is the only way i thought i could have music playing throughout the site.
what i really want is when a user visits the home page...music to play, and when they click to a new page..the music should continue playing and not resart.
ANY SUGGESTIONS? please dont suggest not to put music on the site...my client wants it.
Reply With Quote

  #2 (permalink)  
Old Oct 16th, 2005, 00:52
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
The easiest and only way i can see is to use frames!!

have a frame set to the whole window almost and then 1% portion contains the MP3.

I cant think of another way unless you want to re-code your whole site in flash.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #3 (permalink)  
Old Oct 16th, 2005, 00:55
New Member
Join Date: Oct 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
can you explain how to do it in frames a little better?
thanks
by the way im using Net objects fusion 8
Reply With Quote
  #4 (permalink)  
Old Oct 16th, 2005, 02:08
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
you need something almost exactly similar to this:-
Code: Select all
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 
<title>World News Main</title> 
</head> 

<frameset cols="0%,*" border="0" frameborder="0"> 
<frame name="hidden" src="music.htm"> 
<frame name="right" scrolling="auto" src="NEWS_MAIN_MENU.htm" target="left1" scrolling="auto"> 
<noframes> 
<body>your browser doesn't "do" Frames
</body>
</html>
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
Reply

Tags
play, music, throughout, website, while, changing, pages

Thread Tools

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing Keywords on a batch of pages grandadbob Search Engine Optimization (SEO) 1 Jul 2nd, 2007 15:57
Any way to choose to hear music? Not auto play? jenmarshall Web Page Design 7 Jan 29th, 2007 18:45
Image map onclick play music kathyc20 JavaScript Forum 0 Jun 25th, 2006 18:22
putting music on a website ivyholly Web Page Design 10 Feb 7th, 2006 15:53
How Do I Put Music On Website? atomic Web Page Design 1 Nov 13th, 2005 11:57


All times are GMT. The time now is 02:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43