Audio

A

Audio?

Can anyone help with an Audio issue, i have used the gallery option in
Frontpage and i have a wav file playing when you hit the index page, however,
when you move to a new gallery picture the audio stops playing and i want it
to keep playing regardless?
I cannot find out how to do this? my web design skills arent great but i
know how to use a pc...... im sorry in advance
 
A

Andrew Murray

You need to insert the background sound for *every* page. If it's in your
index.html, someone goes to a different page, the music stops, that's
because the browser doesn't know to play it because there's nothing telling
it to do so.
put a <bgsound="x.wav"> on every page you want music/sound on.
 
V

Vonzy

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' if you don't
want it to show - that should work
 
Top