PDA

View Full Version : problem adding a web slideshow


bpfister1
08-21-2002, 06:38 AM
I made a web slideshow using Photoshop 7. It has a thumbnail frame and a main frame. I added the index.htm file as a web browser object. In my autorun I have a graphic of a map on one page, and if you click on a location you jump to an autorun page containing the web slideshow with pictures for that location. When the autorun plays this everything runs great until you go to some other page and then return to the slideshow page. When you return, only the main frame will load, or sometimes only the thumbnail frame will load. Which is strange because the object is just supposed to find "index.htm" not the thumbnail.htm or subpage.htm that Photoshop creates. Well, it always loads just right on the first jump to the page, so any idea how to make the object load like it's supposed to on all subsequent jumps to this page?

unknown user
08-21-2002, 09:58 AM
OK I see what you're doing. Allright well before we address the problems with that, have you tried out our corporate slideshow template? Adding a page from it to your project might solve your problems and give you much slicker results with better control. Please try it and let me know if it helps. Here's the slideshow template:

Click Here (http://www.indigorose.com/free/basic_corporate_slideshow.zip)

But anyways OK I fixed your project, it was easy. All I did was drag and drop all your photogallery files into your Distribution folder and then changed the URL link on your web browser object to:

%SrcDir%\index.htm

Works like a charm, you can download the built file here:

Click Here (http://www.indigorose.com/free/betsy.exe)

/ubbthreads/images/icons/smile.gif

You can also get the modified project file here:

Click Here (http://www.indigorose.com/free/project.am4)

Don't forget to drag your gallery stuff into the Distribution folder...

RobertB
08-22-2002, 10:49 PM
I am curious....Your response was to try the corporate template....Did you just create that or are there additional templates that did not come with the download?

TIA!

bpfister1
08-23-2002, 01:56 PM
I hate to say this but I've done everything you said, and I still see the same thing -- the thumbnail frame disappears on subsequent visits to the page.

I downloaded the project you said you had fixed and I saw that it also did the same thing.

I don't think it's just an issue of making sure everything is in the distribution folder???

I would rather use the slide show I have set up because I have saved a lot of picture information that appears via variables (Photoshop 7 calls them "tokens"). That is how the titles and captions get plugged in.

unknown user
08-25-2002, 06:57 AM
AK - Yes there are a few, they'll be avaiable soon.

Betsy, I'm totally knowledgeless when it comes to frames, if you're locked into using frames I'm probably not miuch help...

Derek
08-25-2002, 09:26 AM
zip it up and attach it here and i'll take a look at it

bpfister1
08-25-2002, 07:52 PM
Thanks for the help folks, I've kind of decided that it would be best for me to latch onto whatever I know works at this point (too close to deadline).

I'm using the method for the "corporate slideshow template" for a main photo gallery page. I'm still using the HTML slideshows from Photoshop, but they'll lauch in a browser to show pics for specific locations when a user clicks on a map (the map is one of the autorun pages).

Now the only question is, how do I get the autorun to go behind the browser when it opens. ? So far I've found I can minimize the autorun but the user has to restore it from the Windows Taskbar.

Thanks again. /ubbthreads/images/icons/smile.gif

unknown user
08-25-2002, 08:11 PM
Try adding

onBlur="self.focus ();"

to your HTML body tag, i.e.

<body text="#000000" onBlur="self.focus();">

That makes your browser window stay on top.

bpfister1
08-26-2002, 07:02 AM
Thanks for the tip!