Click to See Complete Forum and Search --> : music on entire website


ufoen
06-27-2009, 04:27 AM
Hey, I was wondering if I could get music on my website..
Right now I only have it on my frontpage but when my visitors move on to anohter page the music stops.

So basicly what I wish for is that the same track plays on no matter what my guests are during.. looking pictures, reading news ect.

triassic
06-30-2009, 12:48 PM
All I can think of is using frames. Could hide the music in a size 0 frame.

peteincali
07-07-2009, 01:18 PM
a solution I came up with for achieving this goal, is by using Spry combined with a Flash player that (very importantly) allows the user to turn the music off.

Check out my example at http://www.petereichhorst.com

savvykms
07-08-2009, 07:25 PM
All I can think of is using frames. Could hide the music in a size 0 frame.

my thoughts exactly. you could simply place a <bgsound> or some <object>/<embed> in the thus-hidden frame. CSS may also help with hiding a frame.

ufoen
07-09-2009, 02:01 PM
my thoughts exactly. you could simply place a <bgsound> or some <object>/<embed> in the thus-hidden frame. CSS may also help with hiding a frame.

Hey, the <bgsound> sounds pritty easy, but the thus-hidden frame? once agian you have to spell it out!:D.