Frontpage to disk - Powerpoint or something else??

G

Guest

I have a website that I would like to put on a disk and give to people to see as a marketing tool. Ideally, I would like a Powerpoint type of presentation that automatically scrolls through the website page by page. I've seen something similar done. Is there a way to accomplish this from Frontpage or should I ask the question on the Powerpoint group

Thanks

Marc
 
J

Jim Buyens

-----Original Message-----
I have a website that I would like to put on a disk and
give to people to see as a marketing tool. Ideally, I
would like a Powerpoint type of presentation that
automatically scrolls through the website page by page.
I've seen something similar done. Is there a way to
accomplish this from Frontpage or should I ask the
question on the Powerpoint group?

To display the first page, store a file named autorun.inf
in the root folder of the CD. This file should contain
two lines:

[autorun]
OPEN=start \default.htm

where \default.htm is the path to your home page. Then,
to link on a timed basis from one page to the next, code
a meta refresh tag as described (for another context) in:

Redirecting Web Requests
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=31

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top