Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2002
    Posts
    8

    problem adding a web slideshow

    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?

  2. #2
    Join Date
    Dec 1969
    Posts
    123

    Re: problem adding a web slideshow

    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

    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

    [img]/ubbthreads/images/icons/smile.gif[/img]

    You can also get the modified project file here:

    Click Here

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

  3. #3
    Join Date
    Nov 2000
    Location
    Las Vegas, Nevada
    Posts
    519

    Grin Project Template

    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!

  4. #4
    Join Date
    Aug 2002
    Posts
    8

    Grin Re: problem adding a web slideshow

    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.

  5. #5
    Join Date
    Dec 1969
    Posts
    123

    Re: problem adding a web slideshow

    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...

  6. #6
    Join Date
    May 2001
    Location
    51.531249 | -0.610962
    Posts
    1,244

    Re: problem adding a web slideshow

    zip it up and attach it here and i'll take a look at it
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

  7. #7
    Join Date
    Aug 2002
    Posts
    8

    Smile Re: problem adding a web slideshow

    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. [img]/ubbthreads/images/icons/smile.gif[/img]

  8. #8
    Join Date
    Dec 1969
    Posts
    123

    Re: problem adding a web slideshow

    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.

  9. #9
    Join Date
    Aug 2002
    Posts
    8

    Smile Re: problem adding a web slideshow

    Thanks for the tip!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts