Welcome to TalkGraphics.com
Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Aug 2000
    Location
    Beaverton, OR
    Posts
    3,267

    Question TWEAK REQUEST, Auto play PhotoPopUps upon loading a page

    I have a 5 page file.

    The first page serves as Table of Contents.

    The last 4 pages each have a unique set of photos.

    After a link to a photo page is executed and the page is displayed, could the popupphoto on that page be displayed automatically without requiring the user to click on a thumbnail first? I would want the user to be able to manually close a popup or stop a photopopup slide show if at all possible.

    Not sure if this would be a Highslide Tweek or a WD6 tweek.

    Regards, John
    Last edited by jclements; 13 April 2010 at 12:11 AM.

  2. #2
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: TWEAK REQUEST, Auto play PhotoPopUps upon loading a page

    Add following code to the Tracker code field on the page that has the slide show.
    Code:
    <script type="text/javascript">function my_autohs(){var ll=document.getElementsByTagName('A');for(var i=0;i<ll.length;i++){if(ll[i].className.indexOf("highslide")!=-1){hs.expand(ll[i]);break;};};};my_autohs();</script>
    John.

  3. #3
    Join Date
    Aug 2000
    Location
    Beaverton, OR
    Posts
    3,267

    Thumbs up Re: TWEAK REQUEST, Auto play PhotoPopUps upon loading a page

    Thank you.




    Thank you.



    Thank you.



    Did I forget to say THANK YOU?


    This works just great. Very useful when the page is crowded and the images have to be very small.

    In the below example each major branch contains a its own set of photos. Everything EXCEPT the photos are repeating objects to faciltate updates. Also, clicking anywhere within a colored area advances you to the page containing the related photos (all objects in a colored area have links to the same page).

    The only thing that is a bit funky is when the slide show plays, it goes left-to-right and then down through the images rather down the left most column on a page first, then the next column to the right and so on. I could make a page for each column of people, but I think I'll wait to see what others in office think first before doing so.


    John
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	orgchart_photopopups.jpg 
Views:	232 
Size:	65.4 KB 
ID:	71404  
    Last edited by jclements; 13 April 2010 at 01:53 PM.

  4. #4
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: TWEAK REQUEST, Auto play PhotoPopUps upon loading a page

    The thumbnails are sorted in the slide show based on their geometrical location. Left to right, top to bottom. But if you want, I can provide a tweak that disables the sorting. In this case, the images would be displayed in the stacking order of their thumbnails. So that you would have a full control over the order of the slide show.

    EDIT
    Here it is. Drop it on your page and it will not be sorted.
    Attached Files Attached Files
    Last edited by covoxer; 13 April 2010 at 02:32 PM.
    John.

  5. #5
    Join Date
    Aug 2000
    Location
    Beaverton, OR
    Posts
    3,267

    Default Re: TWEAK REQUEST, Auto play PhotoPopUps upon loading a page

    John, I would like to give it a try if you wouldn't mind.

    [Comment Update]
    a big

  6. #6
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: TWEAK REQUEST, Auto play PhotoPopUps upon loading a page

    Yes, please.
    (It's in my previous post.)
    John.

 

 

Bookmarks

Posting Permissions

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