Slide show

G

Guest

I am looking for a way to have a slide show on my web. When show is started I
want the monitor background to become black and the slide show to start
automaticaly. I have tried the Photo Gallery in FP and Photoshop but I don´t
like them because they are not artistic enough for me, because the thumbnails
and arrows. I want the slide show to simple and stylis. Can someone help me?
 
?

=?Windows-1252?Q?Rob_Giordano_\=28Crash_Gordon=AE\

check out:
JAlbum
or
SwishPix

do a google for the urls
 
G

Guest

Mr. Culling

Thanks for your response. I have read your article and looked at the
sofwares websites. I still have not found what I am looking for. There are
oft thumbnails and text which I find distracting. I just want the screen to
become black and one photo in the middle shifting to another photo, so the
viewer can consentrated on the photos. I know it can be done in Power Point,
but that require the viewer to have that software or Power Point viewer
installed. I want him to have to install a software.
--
Best regards,

Kristjan


E. T. Culling said:
Here are several suggestions:
http://www.eleanorstravels.com/PhotoGalleryPrograms/index.htm including
JAlbum
Eleanor
 
T

Trevor L.

Kristjan,

I am a learner in this field, bur I have picked up a few tips from others
here, including Eleanor Culling.

I think what you need is to open a window with a black background, then use
Setinterval to load jpg files from an array of filenames.

I do have a similar thing on my site
Picture Album
Slideshow (any one)
Start/Stop Slideshow.

You would need to modify this to get a black background with the style
body {background-color: #000000;}

My example also has captions and navigation buttons which you may want to
remove

I'll try to put something together today and get back to you if there are no
better responses to your post.
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au
Mr. Culling

Thanks for your response. I have read your article and looked at the
sofwares websites. I still have not found what I am looking for.
There are oft thumbnails and text which I find distracting. I just
want the screen to become black and one photo in the middle shifting
to another photo, so the viewer can consentrated on the photos. I
know it can be done in Power Point, but that require the viewer to
have that software or Power Point viewer installed. I want him to
have to install a software.


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
T

Trevor L.

Kristjan

I have put up a file named slidetest.html on my website, which I think does
the job

You need to change the names of the jpg files, of course

You can call it from another page by this code
<input type="button"
value="Slideshow"
onclick="window.open('slidetest.html', 'Slideshow',
+ 'toolbar=no,location=no,directories=no,status=no,menubar=no,'
+ 'scrollbars=no,resizable=no',
+ 'width=800, height=600, left=0, top=0');return false")
 
G

Guest

Mr. Trevor L.

Thank you very much for your help. This looks like right and I will try it.
 

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