Background Music shuts off

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have put some background music on a few of my pages. Well on my pages that
include photo albums, whenever I click on a new picture it stops the music,
doesn't even restart, just shuts it off. Is there anything I can do to keep
it running? Thanks!
 
Probably a new page is opened when you click.

Perhaps you need to get into the code and restart the music when you click.
May not be straightforward, though
 
Is there a really compelling reason to have background music? If yes, then
have people opt in ... not have to opt. out!
Eleanor
 
Alright thanks for the help, the page was a picture page from my swim team
banquet so i was going to put some instrumental in the back to go with the
mood of the page, you know people leaving the team and such. I guess its
opening a new page, but when I click on the picture it doesnt really switch
pages it just enlarges that pic to the bottom of the screen...oh well. Thanks
for the help!
 
Hi SwimJuttySwiim,

One way it can be done is to build your swimming team banquet site in
frames..and then you can have the music built into the Frames-Set page. When
people click on different links..the music will keep playing uninterrupted.

You are the best one to decide if music is appropriate or not, and even
though many people don't like it, they are usually referring to commercial
sites that use it..rather than clubs, home pages, etc.

Personally I think music would be appropriate for what you are doing.
 
To add a small/large part of Windows MediaPlayer, only use this little part
of code:

<EMBED
SRC="Mix1.wav"
HEIGHT=30 WIDTH=79>
Paste as html, and use your own src pointing on your audio/video file.
This will only show a Pause/Start and Stop button + the slider, the music
(or also a video) will start when the site is loading. Try with using
different sizes, the more width the more of the players buttons, more hight -
if you wants to show a video, there is some specifications about the size,
but its better to test some..
Had to seek a long time to find this very simple but useful way of adding
buttons/player.
It is so simple as it looks (!) - missing it in the online help from MS,
where its not much about audio or video.
Got some video showing on my site, sometimes audio only :
http://Robyn.Makes.It/ ;
Still astonished over what this short code can produce, have seen examples
with loads of scripts just to add a button. In your case right click on this
component and chose hidden, and use this code in a frame, and it should play
when showing a photogallery. You can also add: loop="true"
 
Back
Top