1. First identify the name of each HTML slide...do that by right clicking
"properties" on each slide.
2. Place in each slide the following code in the <HEAD>
section :
<META http-equiv="refresh" content="3; URL=nextslide.htm">
<META http-equiv="Page-Enter" content="blendTrans(Duration=3)">
<META http-equiv="Page-Exit" content="blendTrans(Duration=3)">
Change the transition time ( 3 secs in this example ) to whatever you wish.
The "blendTrans" produces the fade-in, fade-out effect in IE Explorer.
3. Regarding the automatic "open full screen" approach, it is usually done
with a "window.open" tag, but then it must be remembered that this method is
usually cancelled with popup window blockers in most browsers, so there's
the risk of your pres being closed. I'd advise you to make the presentation
show up in a new window ( target="_blank" ) and include instructions for
resizing pressing the F11 key.
Hope I've helped....
Gus
-----------------------------------------
> I got the size increased but the code for the auto advancing didnt work no
> matter what. I am at 4Seconds for some and on second for others . No go.
[quoted text clipped - 65 lines]
> > PPTools: www.pptools.com
> > ================================================
IDAssociatesLLC - 30 Jun 2006 16:16 GMT
Thank you ! It looks great and I will tackle the fullscreenthing next after
I figure out how to specify which slide goes next. Very sorry to be a
bother but although I can design anything in CAD Front Page is totally new.
Appreciate your help.
> 1. First identify the name of each HTML slide...do that by right clicking
> "properties" on each slide.
[quoted text clipped - 105 lines]
>> > PPTools: www.pptools.com
>> > ================================================
Steve Rindsberg - 30 Jun 2006 16:29 GMT
Thanks, Gus.
> 1. First identify the name of each HTML slide...do that by right clicking
> "properties" on each slide.
[quoted text clipped - 5 lines]
> <META http-equiv="Page-Enter" content="blendTrans(Duration=3)">
> <META http-equiv="Page-Exit" content="blendTrans(Duration=3)">
Or with PPT2HTML, you could put this in the template so you don't have to edit
each and every slide's HTML. One edit would do it. Substitute this for the
first line:
<META http-equiv="refresh" content="3; URL=:Nav.Next:">
> Change the transition time ( 3 secs in this example ) to whatever you wish.
> The "blendTrans" produces the fade-in, fade-out effect in IE Explorer.
[quoted text clipped - 87 lines]
> > > PPTools: www.pptools.com
> > > ================================================
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
> I got the size increased but the code for the auto advancing didnt work no
> matter what. I am at 4Seconds for some and on second for others . No go.
Have a look at Gus' suggestion and my reply. If that still doesn't get you
there, again, feel free to email me.
steve at-sign pptools.com
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================