PC Review


Reply
Thread Tools Rate Thread

How do I play a music file continuously on website

 
 
=?Utf-8?B?QmFkc2hvdGJpbGx5?=
Guest
Posts: n/a
 
      29th Oct 2005
I would like the music file to continue to play no matter what web page you
go onto on my website. So it is like playing in the back ground and not just
on the Index page
 
Reply With Quote
 
 
 
 
David Berry
Guest
Posts: n/a
 
      29th Oct 2005
One way is to create a site with frames where the top frame is very small
and put the music in that frame.

--
David Berry - MCP
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
-----------------------------------
To assist you in getting the best answers for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
-----------------------------------

"Badshotbilly" <(E-Mail Removed)> wrote in message
news:1E3177D0-E191-417C-8A67-(E-Mail Removed)...
>I would like the music file to continue to play no matter what web page you
> go onto on my website. So it is like playing in the back ground and not
> just
> on the Index page



 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      30th Oct 2005
"Very small" can also be invisible, can't it ?
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

David Berry wrote:
> One way is to create a site with frames where the top frame is very
> small and put the music in that frame.
>
> --
> David Berry - MCP
> Microsoft MVP - FrontPage
> FrontPage Support: http://www.frontpagemvps.com/
> -----------------------------------
> To assist you in getting the best answers for FrontPage support see:
> http://www.frontpagemvps.com/FrontPa...3/Default.aspx
> -----------------------------------
>
> "Badshotbilly" <(E-Mail Removed)> wrote in
> message news:1E3177D0-E191-417C-8A67-(E-Mail Removed)...
>> I would like the music file to continue to play no matter what web
>> page you go onto on my website. So it is like playing in the back
>> ground and not just
>> on the Index page



 
Reply With Quote
 
Jon Spivey
Guest
Posts: n/a
 
      30th Oct 2005
It could be one pixel high, that would be classed as invisible :-)

--
Cheers,
Jon
Microsoft MVP

"Trevor L." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Very small" can also be invisible, can't it ?
> --
> Cheers,
> Trevor L.
> Website: http://tandcl.homemail.com.au
>
> David Berry wrote:
>> One way is to create a site with frames where the top frame is very
>> small and put the music in that frame.
>>
>> --
>> David Berry - MCP
>> Microsoft MVP - FrontPage
>> FrontPage Support: http://www.frontpagemvps.com/
>> -----------------------------------
>> To assist you in getting the best answers for FrontPage support see:
>> http://www.frontpagemvps.com/FrontPa...3/Default.aspx
>> -----------------------------------
>>
>> "Badshotbilly" <(E-Mail Removed)> wrote in
>> message news:1E3177D0-E191-417C-8A67-(E-Mail Removed)...
>>> I would like the music file to continue to play no matter what web
>>> page you go onto on my website. So it is like playing in the back
>>> ground and not just
>>> on the Index page

>
>



 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      31st Oct 2005
What I was thinking was a style such as
frame.x {width:1px ; height:1px; display:none;}

This would be totally invisible, wouldn't it?

I assume one can apply styles to frames
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au
(see website to send email)

Jon Spivey wrote:
> It could be one pixel high, that would be classed as invisible :-)
>
> --
> Cheers,
> Jon
> Microsoft MVP
>
> "Trevor L." <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> "Very small" can also be invisible, can't it ?
>> --
>> Cheers,
>> Trevor L.
>> Website: http://tandcl.homemail.com.au
>>
>> David Berry wrote:
>>> One way is to create a site with frames where the top frame is very
>>> small and put the music in that frame.
>>>
>>> --
>>> David Berry - MCP
>>> Microsoft MVP - FrontPage
>>> FrontPage Support: http://www.frontpagemvps.com/
>>> -----------------------------------
>>> To assist you in getting the best answers for FrontPage support see:
>>> http://www.frontpagemvps.com/FrontPa...3/Default.aspx
>>> -----------------------------------
>>>
>>> "Badshotbilly" <(E-Mail Removed)> wrote in
>>> message news:1E3177D0-E191-417C-8A67-(E-Mail Removed)...
>>>> I would like the music file to continue to play no matter what web
>>>> page you go onto on my website. So it is like playing in the back
>>>> ground and not just
>>>> on the Index page



 
Reply With Quote
 
David Berry
Guest
Posts: n/a
 
      31st Oct 2005
You could try using CSS in for the BODY of the top frame. Ex:

body {
margin:0;
border:0;
padding:0;
height:1px;
overflow: hidden;
}


margin:0; - removes the body margin.
border:0; - removes the body border.
padding:0; - removes the body padding.
overflow: hidden; - this has the effect of hiding the scroll bars in
Internet Explorer.

--
David Berry - MCP
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
-----------------------------------
To assist you in getting the best answers for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
-----------------------------------

"Trevor L." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> What I was thinking was a style such as
> frame.x {width:1px ; height:1px; display:none;}
>
> This would be totally invisible, wouldn't it?
>
> I assume one can apply styles to frames
> --
> Cheers,
> Trevor L.
> Website: http://tandcl.homemail.com.au
> (see website to send email)
>
> Jon Spivey wrote:
>> It could be one pixel high, that would be classed as invisible :-)
>>
>> --
>> Cheers,
>> Jon
>> Microsoft MVP
>>
>> "Trevor L." <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> "Very small" can also be invisible, can't it ?
>>> --
>>> Cheers,
>>> Trevor L.
>>> Website: http://tandcl.homemail.com.au
>>>
>>> David Berry wrote:
>>>> One way is to create a site with frames where the top frame is very
>>>> small and put the music in that frame.
>>>>
>>>> --
>>>> David Berry - MCP
>>>> Microsoft MVP - FrontPage
>>>> FrontPage Support: http://www.frontpagemvps.com/
>>>> -----------------------------------
>>>> To assist you in getting the best answers for FrontPage support see:
>>>> http://www.frontpagemvps.com/FrontPa...3/Default.aspx
>>>> -----------------------------------
>>>>
>>>> "Badshotbilly" <(E-Mail Removed)> wrote in
>>>> message news:1E3177D0-E191-417C-8A67-(E-Mail Removed)...
>>>>> I would like the music file to continue to play no matter what web
>>>>> page you go onto on my website. So it is like playing in the back
>>>>> ground and not just
>>>>> on the Index page

>
>



 
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't play music continuously over slides Teresa E Microsoft Powerpoint 3 25th Feb 2008 09:47 AM
Play music continuously in kiosk PP presentation? =?Utf-8?B?c2liZWxpdXMx?= Microsoft Powerpoint 1 5th Sep 2007 11:46 AM
How to make music play continuously during slide show =?Utf-8?B?UEo=?= Microsoft Powerpoint 6 15th May 2006 02:08 PM
how can i play music continuously through out a presentation =?Utf-8?B?RGFuaWVs?= Microsoft Powerpoint 2 24th Apr 2005 04:52 PM
How do you get music to play continuously throughout a PowePoint . =?Utf-8?B?RGVi?= Microsoft Powerpoint 1 21st Apr 2005 11:09 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:22 PM.