Continuous Music in Internet Presentations

  • Thread starter Thread starter Roy
  • Start date Start date
R

Roy

Okay, I have figured out how to make music play continuously in Internet PP
presentations (put the <bgsound src=mymusic.wma> in the fullscreen.htm), but
what I haven't figured out is how can I get the last slide in a particular
'set' (a set being all of the slides associated with one song) to
automatically call and play the 'nextset.htm' slide? Currently, I have a
text box containing a link to
http://www.topdirectory/subdirectory/nextset.htm and that works well, but
that requires the user to click the link, and I would rather have it
automatic. Any way to automatically link one htm to another htm? Thanks.

Roy
 
Roy,

1. First identify the name of each HTML slide...that is,
"lastslide_previous_set.htm" and "nextset.htm"...do that by right clicking
"properties" on each slide.

2. Place in "lastslide_previous_set.htm" the following code in the <HEAD>
section :

<meta http-equiv="refresh" content="3; URL=nextset.htm">

Instead of 3, place the seconds of the transition as you wish.
 
Back
Top