Newby Question - Sound Files

  • Thread starter Thread starter Matthew
  • Start date Start date
A hyperlink to a sound file doesn't need a "target"
setting.
Simply link to the file
 
Hi all
I am building a web site for my grand-daughters brownies useing FPE from
Office Pro 2002 in XP
One of the pages listing the brownie songs has a backgroud wav file which
plays fine.
If you select hyperlinks for the other songs they play also. However when a
hyperling-selected song finishes, all navigation on the site is stopped and
the pages don't move. Most of my solutions have related to trying every
probable 'target frame' setting. I would be grateful for some advice please
Roger Stenson
 
Try changing the link to the song from:
<a href="Sounds/Prayer.wav">
to:
<a target="main" href="Sounds/Prayer.wav">

This is just a guess, but it might work.

Matthew
 
Back
Top