media player opens in new window

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

Guest

I am trying to create a page with a short piece of music running in the
background. The creation is ok but windows media player shuts the site and
opens to play the music, how do I correct this
 
Have you set the music to be playing in 'Page properties' as background music?
and its a supported format ?
Is the link to the file ok?
Then it should work (check if you have enabled playing music in web sites in
InternetExplorer as well)

If you want a part of WinMediaPlayer showing, just paste this in :
<EMBED
SRC="Mix1.wav"
HEIGHT=40 WIDTH=70>

Where the mix.wav just is an example,,, and paste it as "html" - that is
all..., to have a player that will start when someone enter your site, and
they can pause or stop the music - it will Not be in a loop, as you can set
in property for the site

Note: play with changing both width and hight until you get the size that
you like,
the size in this example will only show the slider and Start/Pause and the
Stop button.
It seems very simple to get a player showing on the site - and it is :-)
But hard-to-get-information... - not mentioned in MS online help for
Frontpage... - yet?
 
Back
Top