Can any one help I need a Dead simple slide show software to autorun on a CD/DVD, that can handle
Folders, so like Folders as in Wedding, Xmas , Holiday etc, that can be selected and shown
separately.
Some thing along the lines of Vueslide program, with folder support.
Thanks
Rob - 24 Feb 2007 06:21 GMT
Mathew Good wrote:
> Can any one help I need a Dead simple slide show software to autorun on a CD/DVD, that can handle
> Folders, so like Folders as in Wedding, Xmas , Holiday etc, that can be selected and shown
[quoted text clipped - 3 lines]
>
> Thanks
Tried microsoft power toys?
HTML Slide Show Wizard
http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
Double-Aces - 29 Apr 2007 14:42 GMT
http://www.nrahq.org/education/guide.asp
> Mathew Good wrote:
>
[quoted text clipped - 11 lines]
>
> http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
k - 24 Feb 2007 06:36 GMT
| Can any one help I need a Dead simple slide show software to autorun on a CD/DVD, that can handle
| Folders, so like Folders as in Wedding, Xmas , Holiday etc, that can be selected and shown
| separately.
|
| Some thing along the lines of Vueslide program, with folder support.
how about irfanview.
k
Mathew Good <mg@yahoo.org - 24 Feb 2007 23:17 GMT
>| Can any one help I need a Dead simple slide show software to autorun on a
>CD/DVD, that can handle
[quoted text clipped - 7 lines]
>
>k
Needs to be Dead Simple for people that don't know how to use a Computer..
So a autoloading slide show with Folder selection..
k - 25 Feb 2007 06:00 GMT
| >| Can any one help I need a Dead simple slide show software to autorun on a
| >CD/DVD, that can handle
[quoted text clipped - 11 lines]
|
| So a autoloading slide show with Folder selection..|
ah.
file>slideshow>burn to CD
but then you need folders..
you could always create the exe slideshows (more than one) and burn them to
cd.
can't picture a scenario where someone might have a computer and NOT be able
to navigate folders or double click eack EXE on a CD but I've clearly not
got your customers (!) Might they not have problems pressing 'next' during
a presentation if the previous is too hard ? ;)
Alternatively burn the whole lot in one slideshow with title pages and make
them look through the whole lot.
good luck!
k
Fat Sam - 24 Feb 2007 12:52 GMT
Mathew Good wrote:
> Can any one help I need a Dead simple slide show software to autorun
> on a CD/DVD, that can handle Folders, so like Folders as in
[quoted text clipped - 4 lines]
>
> Thanks
If you have MS Office, create it in Power Point, save it as a .PPS file with
the name "slideshow.pps".
Next create a text file containing the following text
[autorun]
open=slideshow.pps
then save the file and renam it as "Autorun.inf"
Now simply burn both files to your CD.
Job done.
Mr.T - 24 Feb 2007 13:52 GMT
> Mathew Good wrote:
> > Can any one help I need a Dead simple slide show software to autorun
[quoted text clipped - 15 lines]
> Now simply burn both files to your CD.
> Job done.
Which may be fine if EVERYONE you want to give it to already has PowerPoint
installed, but putting Irfanview on the DVD along with the pics guarantees
they can actually run it.
MrT.
Fat Sam - 24 Feb 2007 14:04 GMT
>> Mathew Good wrote:
>>> Can any one help I need a Dead simple slide show software to autorun
[quoted text clipped - 22 lines]
>
> MrT.
It appears you are correct.
I was always under the impression that PPS was a standalone alternative to
PPT which would run on any computer regardless of whether power point was
installed.
It now appears I was wrong, and a power point player is still required.
This is completely contrary to what the MS Office help files suggest, and as
a result I'm left wondering how many CD's I've distributed to people who
have just binned it and added me to their "weirdo's to be avoided" list.
king marsh - 26 Feb 2007 03:53 GMT
On Feb 24, 6:41 am, Mathew Good <m...@yahoo.org wrote:
> Can any one help I need a Dead simple slide show software to autorun on a CD/DVD, that can handle
> Folders, so like Folders as in Wedding, Xmas , Holiday etc, that can be selected and shown
[quoted text clipped - 3 lines]
>
> Thanks
Web delivery costs much less than CD/DVD delivery and much convenient.
Our clients create a slideshow with PowerPoint and convert it to
flash with third party tools like PPT2Flash Professional.
When uploaded to web, viewers just need a URL to play the flash
slideshow within their browser.
For the folder support, you can have the similar category management
for viwers. See this example by PPT2Flash Professional
http://www.sameshow.com/images/ppt2flash4-demo/player.html
More details about PPT2Flash Professional are available from s
http://www.sameshow.com/powerpoint-to-flash-pro.php?sid=5
Free Trial from
http://www.sameshow.com/download/powerpoint-to-flash-download.php?sid=5
How to use it from
http://www.ppt-to-dvd.com/forum/viewtopic.php?t=1515
Mathew Good <mg@yahoo.org - 26 Feb 2007 05:13 GMT
>On Feb 24, 6:41 am, Mathew Good <m...@yahoo.org wrote:
>> Can any one help I need a Dead simple slide show software to autorun on a CD/DVD, that can handle
[quoted text clipped - 23 lines]
>How to use it from
>http://www.ppt-to-dvd.com/forum/viewtopic.php?t=1515
I did say dead Simple I think, that needs to be self contained on the CD/DVD and No Web use. or
Power point and runes on WIN95 to CP.
Its for some People with out computer knowledge on any Internet..
Is this So Hard..???
Paul Furman - 27 Feb 2007 17:57 GMT
Mathew Good wrote:
>>For the folder support, you can have the similar category management
>>for viwers. See this example by PPT2Flash Professional
[quoted text clipped - 15 lines]
>
> Is this So Hard..???
A slide show is going to require javascript and or flash. Plain old html
where you click to advance would be the only dead simple solution...
another possibility is to create a movie but again there's a good
possibility it won't be a compatible format... I have seen movies in exe
format.
Fat Sam - 27 Feb 2007 19:06 GMT
> Mathew Good wrote:
>
[quoted text clipped - 23 lines]
> there's a good possibility it won't be a compatible format... I have
> seen movies in exe format.
What about HTML with a meta page refresh to advance on to the next page
after a pre-determined time?
Paul Furman - 27 Feb 2007 19:36 GMT
>>Mathew Good wrote:
>>
[quoted text clipped - 13 lines]
> What about HTML with a meta page refresh to advance on to the next page
> after a pre-determined time?
I never heard of that before, it does work:
<html>
<head>
<meta http-equiv="refresh" content="1;url=./page2.html">
</head>
<body>
page 1
</body>
</html>
<html>
<head>
<meta http-equiv="refresh" content="1;url=./page1.html">
</head>
<body>
page 2
</body>
</html>
I could set up something to generate pages like that with php, what're
ya paying? Alternatively, use any web gallery generator like in
photoshop and use something like pspad to 'find & replace in files' to
add the code.
replace:
<title>
with:
<title>page1</title>
<meta http-equiv="refresh" content="1;url=./page1.html">
replace:
</title>
with:
""
and manually change the numbers in each.
Paul Furman - 27 Feb 2007 20:14 GMT
> I could set up something to generate pages like that with php, what're
> ya paying? Alternatively, use any web gallery generator like in
[quoted text clipped - 12 lines]
> ""
> and manually change the numbers in each.
The attached bat file comes close... edit out the leading & trailing
quotes & change the .htm name to next in the sequence & it works. Pasted
below in case that attachment doesn't work (might need to remove the
line wrap):
for %%I in (*.jpg) do (
echo "<html> <head> <meta http-equiv="refresh"
content="1;url=./%%I.htm"> </head> <body> <img src="%%I" </body>
</html>" > %%I.htm
)
Fat Sam - 27 Feb 2007 21:15 GMT
>> Paul Furman wrote:
>>>
[quoted text clipped - 30 lines]
>> content="1;url=./%%I.htm"> </head> <body> <img src="%%I" </body>
>> </html>" > %%I.htm )
Simple, and effective. I like it.
Bob - 27 Feb 2007 01:51 GMT
On Feb 24, 6:41 am, Mathew Good <m...@yahoo.org wrote:
> Can any one help I need a Dead simple slide show software to autorun on a CD/DVD, that can handle
> Folders, so like Folders as in Wedding, Xmas , Holiday etc, that can be selected and shown
[quoted text clipped - 3 lines]
>
> Thanks
You can try the DVD Slideshow Builder which is very powerful and very
popular now , i like it very much. It's very easy to create a
customized DVD slide show with photos and videos, and i can add
music, transitions, motion effects and make beautiful DVD menus.Also,
i can create slideshows on iPod, Zune and 3GP Cell Phones, etc.
you can get it here
http://www.photo-to-dvd.com/dvd-slideshow-builder.php?sid=8
and a specific tutorial is here
http://www.photo-to-dvd.com/forum/viewtopic.php?t=2170
Mathew Good <mg@yahoo.org - 27 Feb 2007 11:48 GMT
>On Feb 24, 6:41 am, Mathew Good <m...@yahoo.org wrote:
>> Can any one help I need a Dead simple slide show software to autorun on a CD/DVD, that can handle
[quoted text clipped - 15 lines]
>and a specific tutorial is here
> http://www.photo-to-dvd.com/forum/viewtopic.php?t=2170
I did say SIMPLE..
And I do mean SIMPLE..
Fat Sam - 27 Feb 2007 12:02 GMT
Mathew Good wrote:
>> On Feb 24, 6:41 am, Mathew Good <m...@yahoo.org wrote:
>>> Can any one help I need a Dead simple slide show software to
[quoted text clipped - 21 lines]
>
> And I do mean SIMPLE..
Nero will make you an autorunning slideshow on a DVD that will play in a
home DVD player or a computers DVD drive with no user input.
It's very simple. You just drag the files onto a timeline and click teh
"burn" button.
Just how simple do you need it to get?
Mathew Good <mg@yahoo.org - 27 Feb 2007 21:36 GMT
>Mathew Good wrote:
>>
[quoted text clipped - 29 lines]
>"burn" button.
>Just how simple do you need it to get?
But does it let you select the Folders to view..?
Fat Sam - 27 Feb 2007 21:55 GMT
Mathew Good wrote:
>> Mathew Good wrote:
>>>
[quoted text clipped - 32 lines]
>
> But does it let you select the Folders to view..?
Yes. It allows you to build in a DVD menu page. In fact it will do this
automatically for you if you tell it to. Each slideshow on the DVD will
refer to images in a particular folder. You can even include the original
image files on the disc with a link allowing computer users to browse the
folders if they feel that way inclined.
It's exactly the same as the chapter selection menu you see when you rent
out a movie on DVD.
Extremely user friendly for the end user.
ray - 27 Feb 2007 19:26 GMT
On Sat, 24 Feb 2007 11:41:24 +1300, Mathew Good wrote:
> Can any one help I need a Dead simple slide show software to autorun on a CD/DVD, that can handle
> Folders, so like Folders as in Wedding, Xmas , Holiday etc, that can be selected and shown
[quoted text clipped - 3 lines]
>
> Thanks
movix
Mathew Good <mg@yahoo.org - 27 Feb 2007 21:57 GMT
>On Sat, 24 Feb 2007 11:41:24 +1300, Mathew Good wrote:
>
[quoted text clipped - 7 lines]
>
>movix
Lunix Beta CRAP..
ray - 28 Feb 2007 15:44 GMT
On Wed, 28 Feb 2007 10:57:29 +1300, Mathew Good wrote:
>>On Sat, 24 Feb 2007 11:41:24 +1300, Mathew Good wrote:
>>
[quoted text clipped - 9 lines]
>
> Lunix Beta CRAP..
Beats the sh.t out of paying several hundred dollars for MS Beta CRAP.
Bob - 01 Mar 2007 02:31 GMT
On Feb 24, 6:41 am, Mathew Good <m...@yahoo.org wrote:
> Can any one help I need a Dead simple slide show software to autorun on a CD/DVD, that can handle
> Folders, so like Folders as in Wedding, Xmas , Holiday etc, that can be selected and shown
[quoted text clipped - 3 lines]
>
> Thanks
You can try the software DVD Slideshow Builder which is very popular
now, many friends and I like it very much. It's very easy to create a
customized DVD with photos and videos, and we can add music,
transitions, motion effects and make beautiful DVD menus. Also, we can
create .mp4, .wmv, .avi, .3gp slideshows for our iPod, Zune and 3GP
Cell Phones, etc.
you can download it free here
http://www.photo-to-dvd.com/dvd-slideshow-builder.php?sid=8
A specific tutorial which guides you use it step by step is here
http://www.photo-to-dvd.com/forum/viewtopic.php?t=2170
Hope this helps!
YOUNG SNODGRASS - 04 Mar 2007 01:19 GMT
Dear Mr. Good:
I've used Flip Album for this type of application. To get the "folders"
you'll probably need to use the "Professional" version:
http://www.flipalbum.com/
I've had success sending these on CD's to folks that barely know how to turn
on a PC.
I think a DVD would get a lot more challenging for marginal users of Windows
95, since 95 does not support DV's!
But I've used it as a CD with Windows 98, ME, 2000 and XP.
Good Luck!

Signature
Cordially yours,
Young--IN
> Can any one help I need a Dead simple slide show software to autorun on a
> CD/DVD, that can handle
[quoted text clipped - 5 lines]
>
> Thanks