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
Gus Collot - 19 Jun 2006 12:42 GMT
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.
----------------------------------------------------------------------------
----
> 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
[quoted text clipped - 7 lines]
>
> Roy
Roy - 20 Jun 2006 11:14 GMT
Got it. Tried it. It works great. Thanks, Gus.
Roy
> Roy,
>
[quoted text clipped - 26 lines]
>>
>> Roy