PC Review


Reply
Thread Tools Rate Thread

how do I set up contiuous sound in frontpage website

 
 
=?Utf-8?B?QWxleCBBYmVsYQ==?=
Guest
Posts: n/a
 
      31st Mar 2006
My sound clip inserted in various pages restarts everytime a different page
is opened.

How can I play the same sound clip continuously thru all pages without
restarting?
 
Reply With Quote
 
 
 
 
Trevor L.
Guest
Posts: n/a
 
      31st Mar 2006
Alex Abela wrote:
> My sound clip inserted in various pages restarts everytime a
> different page is opened.
>
> How can I play the same sound clip continuously thru all pages without
> restarting?


I noticed a similar query a while ago. I should have saved my reply and
reposted it. Anyway, I'll try to replicate what I posted.

The trick is to place the sound clip in a frame which is almost invisible,
and put the rest of the site in the second frame.
Any links back to the home page should link instead to the second frame.

Home Page
<frameset rows="1,*">
<noframes>
<body>
To view this document, you need a frames-compatible browser
such as Netscape 2.0 and above.
</body>
</noframes>

<frame src="sound.html" />
<frame src="index_new.html" name="index_new" />
</frameset>

sound.html contains the code to open the audio file.
<div style="display:none">
<!-- code to open the audio file. -->
</div>
The style will ensure it is invisible.

index_new.html is your pseudo home page which you link others back to.

You may be able to use
<frameset rows="0,*">
but I don't know

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


 
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
Frontpage 2002 website design compatible with Frontpage 2003? =?Utf-8?B?SmF5IFdpbGxpYW1z?= Microsoft Frontpage 1 13th Jul 2006 07:07 PM
how to upgrade a website to Frontpage 2003 from Frontpage 2000? =?Utf-8?B?SkZpZ25pdGU=?= Microsoft Frontpage 1 19th Sep 2005 10:02 PM
Can I view a frontpage 2003 website using frontpage 2000? =?Utf-8?B?VFJC?= Microsoft Frontpage 1 6th Sep 2005 03:15 AM
How can I import a Frontpage 98 website to a Frontpage 2003 site? =?Utf-8?B?amR3eWVyMTk1Mg==?= Microsoft Frontpage 1 29th Jun 2005 12:58 AM
Transfer a website from Frontpage 2000 to Frontpage 2003? =?Utf-8?B?VEJC?= Microsoft Frontpage 3 21st Nov 2004 12:50 AM


Features
 

Advertising
 

Newsgroups
 


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