Spry static gallery - autostart help please

Can anyone help — how to do autostart in the static gallery?

Go to http://labs.adobe.com/technologies/spry/demos/gallery_pe/static/china.html and view the source code
Gramps

Similar Messages

  • Spry static gallery combined with Spry Effect Observers

    I have set up a Spry static gallery using the
    demo
    here.
    I would like to add a cross fade for the main image using the
    Spry Effect Observers shown at the bottom of
    this
    demo page.
    I like the thumbnail grow effect used in the first demo and
    like to add a cross fade for the main image when the thumbnail is
    clicked. Have someone built such an example or can someone show me
    how it is done? Typically I have 4 thumbnails/images per product
    page.

    Mr. Andersson wrote:
    > I thnik I know what's going on now...
    >
    > I tried Fireworks and it has a built in Slideshow
    creator. The setting that
    > dont use Flash uses Spry and looks like the Spry gallery
    demo. The settings
    > using Flash have cross fading images.
    >
    > From this I got the idea that Adobe maybe dont want us
    to cross fade with
    > Spry. They want to push Flash instead. It could explain
    the total silence from
    > Adobe in various threads where this question is asked.
    This is a user to user forum, Adobe will never reply to you.
    Also, Spry is still a pre-release framework, its nowhere near
    finished.
    Its the kind of framework where you take whats available and
    make
    something out of it, its very flexible if you know
    javascript.
    I am learning javascript just to understand the little bits
    that I am
    experimenting with, I think its the only way forward if you
    intend to do
    something outside the box.
    Dooza
    Posting Guidelines
    http://www.adobe.com/support/forums/guidelines.html
    How To Ask Smart Questions
    http://www.catb.org/esr/faqs/smart-questions.html

  • Gallery script help, please

    Gallery script help, please
    Hello,
    I'm new to actionscript in general, I do know a little...
    I foung a gallery script, modified many things, the images
    open fine, everything is working, but here's the thing:
    the gallery is in 3 sections, red, blue and yellow.
    I would like to know how, what, and where to put a script so
    that if a "the small red image #1" is clicked, I can load any sort
    of a movie on top of the "the BIG red image #1" or #2 or 3 and so
    on...same goes for the blue and yellow...
    If I figured things correctly on my own...the small thumbnail
    images of the gallery are not buttons, that's why I can't attach a
    movie (let's say) to them...but it is all written in script, using
    the horizontal and vertical position of the mouse to open the large
    images of the gallery...
    So, I don't know how to figure things out, to attach a
    specific movie to a specific thumbnail...
    p.s.: I think the script that controls the gallery is in
    symbol 120
    I really would appreciate the help
    Merry Christmas in advance to everyone
    Sandra
    here are all the files...
    http://www.gentro.ca/sandra_test.zip

    There's a great tutorial on kirupa...
    click
    here for link

  • Spry gallery - image link to url and autostart help please

    Can anyone help with:
    1) autostart the gallery
    2) click on full size image to go to a url
    Both questions are for image gallery example
    I would like the gallery to autostart but cannot get it to
    work with onload.
    Also, to click an image an goto a url -I know the url should
    be in the photos.xml files but I could really use details on how to
    add to the html file, or would it be better handled with a
    gallery.js function?

    The reason why it might not work on load is because you need
    to wait until the thumbnail region has been generated.
    Look for this line in gallery.js:
    setTimeout(function() { ShowCurrentImage(); }, 100);
    and change it to:
    setTimeout(function() { ShowCurrentImage(); StartSlideShow();
    }, 100);
    We really shouldn't need to use timers anymore to do all of
    this, but I didn't get a chance to update the gallery demo to use
    some of the new things we added for preview release 1.1. It will be
    cleaned up in the next release.
    As for going to a URL, if you're going to wrap the main image
    with a link, you'll have to modify SetMainImage() in gallery.js to
    account for the change in parent hierarchy.
    You'll probably have to add some code in SetMainImage() to
    update the href of the link to point to the specific url for that
    image.
    --== Kin ==--

  • Flash Gallery - Need Help Please!

    Hi, I want to make an image gallery like this (see image) using Flash. The gallery uses an .XML file to dynamically load the images, so all you need to do is size your images and then add them to the appropriate folder, then edit the .XML file. The thumbnails scroll too. Can this be done in Flash? Does somebody know where I can find an .XML file that will do this.
    I didn't want to use a proprietary gallery solution, because they require you to have their logo on your gallery page etc. and I'd like to design the page to my liking.
    I have little programming experience on how to do this so I was hoping for some help. Are there files around that will allow me to do this? I am also open to other suggestions that might be better, but I'd like the look of my gallery to be similar to the example I've posted.
    pg
    http://img682.imageshack.us/img682/8062/galleryh.jpg

    If you are using MX 2004, change your Google search terms to be: "AS2 XML gallery tutorial"
    The search results should be your best bet for finding advice/examples/suggestions as to some different ways to build a thumbnail gallery.

  • Custom Slideshow (photo gallery/shop) help please!

    Hi! I am miffing my way around my 1st Muse site and desperate for help with customising a slideshow to perform as a photography gallery and shop.
    I would like to make it possible for my customers to preview matte (black/white) and frame (black/white/wood) options and be able to purchase all on the same page. It's important for my workflow that I can integrate this programming into the site, rather than having to upload multiples of the same image with the different variables. Possible problems may be that my images would be different ratios (square / panoramic etc). Hope this makes sense?
    Any help would be much appreciates, although I feel I'm at a point way beyond my skill level and may have to outsource.
    Example of what I'm looking for here...
    http://simonbeedle.com/gallery/cracked-earth-1089/
    http://www.tuannguyen.com.au/prints/another-day-gone
    http://www.kenduncan.com/gallery/cityscapes/docklands-melbourne-vic-vx2101-detail
    Many Thanks

    Thank  you so much for your reply.  It was the scale and opacity! 
    After many frustrating hours it is now working!
    Kind Regards
    Margaret

  • Spry Tool Tip problem - Help please!

    When I add a tool tip to my template, it does not work when I roll over the object, and it shows the the text it is supposed to display at the bottom of the page.
    It works fine on other pages where I've tested it, but not on this site.
    Here is a page where you can see what it's doing.
    Thanks!

    Hi Bill,
    could it be that your DW doesn't "find" your SpryAssets directory? I've intendedly nested it very deep and it works like a charm. In this case I had to write:
    <script src="../../SpryAssets/SpryTooltip.js" type="text/javascript"></script>
    <link href="../../SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css" />
    Hans-Günter

  • Establishing a Static IP help please :)

    In order to establish a static ip i need the DNS Server address, however, when it is the same as the Default Gateway address you have to either go to your router's web interface or call your internet provider to obtain your DNS Server address. I was wondering if it is even possible to establish a Static IP w/ your phone as your modem/router and if so how do i obtain my DNS server adress when their is no router web interface. thanks for the help
    Post relates to: Pre Plus p101vzw (Verizon)

    ElliottG wrote:
    and it just won't work. The internet will work, but I go check my ip, then go to restart my router, I do that, and reload the whatismyip page, my external ip changes...
    It is normal because you have dynamic IP address. Every router/modem restart will get you a different IP address. All machines on the internet will only "see" your external IP. Internal IP (192.168.1.whatever) will not be "seen" from the internet.
    When you go into control panel and go into internal protocol (tcp/ip) and set everything up, does the ip have to be outside the limits of the dhcp limit? Ex. 192.168.1.100 tp 192.168.1.49? I set it as 192.168.1.175 and it still doesn't work so I really need some help please...
    You are mixing private IP with real/internet IP addressing scheme. They are 2 different things.
    I'm probably guessing I need to get a static ip from my isp...but how come in all the guides it doesn't say that? and i'm sure my isp won't be too keen on giving me a static ip...
    For simplicity, I guess. Yes, you must spend extra money to get static IP.

  • HELP PLEASE iPod Touch 4G went brown, then static, then turned off

    I was listening to music and looking at photos when my screen flashed brown, then then that static that comes up on a TV came on, then turned off. It isn't turning back on, last week when I connected it to a computer it made a noise, but it's been plugged in for the last 30 minutes and nothings come up on iTunes.
    I've tried holding the sleep and home button... IT DOESNT WORK.
    Help please!

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iPod fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar

  • Troubleshoot Main Image for spry photo gallery

    Hello, I am modifying some spry files to see if I can get the
    hang of it using my images. I have taken the photo gallery files
    gallery.js
    SpryData.js
    SpryEffects.js
    xpath.js
    The folder structure contains images and thumbnails on the
    root folder as well as the ap.css sheet and photos.xml
    The page is
    http://www.proximita.com/learning/index.html.
    Since I only have 1 photo gallery (and I did the getting
    started tutorial and worked fine I wanted to add the slideshow
    effect in the spry demo functionality) I only have one xml doc and,
    as mentioned, the both image folders and the css sheet are on the
    root, and the all the js files are in an includes folder.
    The thumbnails show up fine, but, the main image does not
    show up at all. I am almost sure this is a bad reference somewhere
    or a begginners mistake but I cant find it.
    I did modify the gallery.js because it referenced 2 or three
    variables (like dsPhotos and dsGalleries that are used for the demo
    I only have dsGallery) and I cahnged all of the other refrences to
    dsGallery.
    I think I am having problems here:
    function ShowCurrentImage()
    var curRow = dsPhotos.getCurrentRow();
    SetMainImage("galleries/" +
    dsGalleries.getCurrentRow()["@base"] + "images/" + curRow["@path"],
    curRow["@width"], curRow["@height"], "tn" + curRow["ds_RowID"]);
    you can check out the whole code here:
    http://proximita.com/learning/includes/gallery.js
    Im unconcerned with appearance for the moment, and would just
    like to see the main image and the slideshow functionality.
    If you can help, please do. Thanks, Mario.

    yes, I suspect that is because the tutorial talks about
    building this from scratch and uses that name for the "thumbnails"
    div rather than what they actually use in the demo files...
    confusing, to say the least.
    It would be nice if there were a simple document with demo
    files that didn't include other stuff unrelated to JUST the slide
    show (gallery)... and if the whole layout were more simple,
    css-layout-wise...
    or, if the demo files were commented with what each bit is
    for and how to modify it.
    quote:
    Originally posted by:
    Dragos GEORGITA
    Hi Mario,
    I took a look at your sample and I've noticed you change the
    ID of the container that holds the thumbnails (it was called:
    "thumbnails". now it's "thumbContainer").
    You need to open gallery.js and change the observer to point
    to the new container:
    Change
    Spry.Data.Region.addObserver("thumbnails", function(nType,
    notifier, data) {
    To
    Spry.Data.Region.addObserver("
    thumbContainer", function(nType, notifier, data) {
    Regards,
    Dragos

  • SPRY ALBUM GALLERY not working in IE7

    Hi, I have created a spry album gallery using adobe's sample
    code and have test via dreamweaver - firefox 3.0 & IE7 to view
    the site. It works a treat.
    I have uploaded the files and now running live. One problem.
    I have type the web address into IE7
    (www.carreon.com.au/elyssa/pictures.html) and nothing appears
    except for the banner at the top. I have tried this in firefox and
    it works fine.
    I have made sure that the java script files are uploaded and
    have checked that my IE settings are correct. what did i do wrong??
    here is my page code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <link rel="stylesheet" href="css/style.css"
    type="text/css" />
    <title>ELYSSA'S PICTURES</title>
    <script type="text/javascript"
    src="includes/xpath.js"></script>
    <script type="text/javascript"
    src="includes/SpryData.js"></script>
    <script type="text/javascript"
    src="includes/SpryEffects.js"></script>
    <script type="text/javascript">
    <!--
    var dsGalleries = new
    Spry.Data.XMLDataSet("data/galleries.xml", "galleries/gallery");
    var dsPhotos = new
    Spry.Data.XMLDataSet("{dsGalleries::@file}", "gallery/photo" );
    function MM_effectHighlight(targetElement, duration,
    startColor, endColor, restoreColor, toggle)
    Spry.Effect.DoHighlight(targetElement, {duration: duration,
    from: startColor, to: endColor, restoreColor: restoreColor, toggle:
    toggle});
    dsPhotos.setColumnType("file/@height", "number");
    dsPhotos.setColumnType("file/@width", "number");
    //-->
    </script>
    <link href="css/gallery.css" rel="stylesheet"
    type="text/css" />
    </head>
    <body>
    <div id="wrapper" align="center">
    <div id="banner" style="width:800px">
    </div>
    <div id="menu">
    <div align="right" class="smallwhitetext"
    style="padding:9px;">
    <a href="journal.html">Journal</a> |
    <a href="pictures.html">Pictures</a> | <a
    href="#">Videos</a> | <a href="#">Events</a> |
    <a href="#">Wishes</a> </div>
    <div class="smallgraytext" id="submenu"
    spry:region="dsGalleries">
    <label for="chooseGallery">Select gallery:
    </label>
    <select name="chooseGallery"
    spry:repeatchildren="dsGalleries" id="chooseGallery"
    onchange="dsGalleries.setCurrentRow(this.value)"
    spry:choose="spry:choose">
    <option value="{ds_RowID}" spry:when="{ds_RowNumber} ==
    {ds_CurrentRowNumber}"
    selected="selected">{name}</option>
    <option value="{ds_RowID}"
    spry:default="spry:default">{name}</option>
    </select>
    </div>
    <div class="thumbs" id="thumbs" spry:region="dsPhotos">
    <span spry:repeat="dsPhotos">
    <img src="images/small/{file}" width="50" height="50"
    onmouseover="MM_effectHighlight(this, 10, '#ffffff',
    '#CE317E', '#CE317E', false)"
    onmouseout="MM_effectHighlight(this, 10, '#CE317E',
    '#FFFFFF', '#ffffff', false)"
    spry:setrow="dsPhotos"/>
    </span>
    </div>
    <div class="mainPic" spry:detailregion="dsPhotos">
    <p><span class="smallredtext">
    </span><span class="smalltitle">
    </span><img src="images/large/{file}"
    alt="Images"/> <span class="smallredtext"><br
    />
    {caption}</span>
    </p>
    <p>
    </p>
    </p>
    </div>
    <div id="footer" class="smallgraytext">
    <a href="#">Home</a> |
    <a href="#">Journal</a> | Events
    <a href="#"></a> | Wishes
    <a href="#"></a> |
    <a href="mailto:[email protected]">Contact
    Us</a> |
    © 2009</div>
    </div>
    </div>
    </body>
    </html>
    please help me...
    thank you
    Jo

    Hi,
    Your server is serving up your XML files with a Content-Type
    of text/html. It should be text/xml or application/xml. IE is
    pretty particular about the Content-Type for XML files. It won't
    create an XML DOM document in the XHR response unless the
    Content-Type is one of the ones I mentioned above.
    --== Kin ==--

  • Unsatisfied link when callind dll from run method Help Please?

    Hi,
    I get an unsatisfied link error while trying to calling a dll at a certain time period in a run method. The same dll works fine called in another setup and even called in a loop.
    Can anyone help please?
    import java.util.Timer;
    import java.util.TimerTask;
    * Schedule a task that executes once every second.
    public class TimeRetrieve {
        Timer timer;
        public TimeRetrieve() {
                 timer = new Timer();
            timer.schedule(new RemindTask(),
                        0,        //initial delay
                        1*1000);  //subsequent rate
        class RemindTask extends TimerTask
           String string_A;
           double d1;
         double d2;
         double d3;
         double d4;
         double d5;
         double d6;
         double d7;
         double d8;
         int numIter = 3;
         int start = 1;
            public void run()
                  if (numIter > 0) {
                  cinterface(start, string_A, d1, d2, d3, d4, d5, d6, d7, d8 );
              System.out.println("In Java action performed start button, after call to dll  \n");
              System.out.println("   string_A =  :" +string_A );
              System.out.println("doubles , \t  d1  \t d2  \t  d3  \t d4 \t d5 \t d6 \t d7 \t d8");
              System.out.println(d1 +"\t" +d2+"\t"+d3+"\t"+d4+"\t"+d5+"\t"+d6+"\t"+d7+"\t"+d8);
              numIter--;
                 } else
                 System.out.println("End Looping!");
                    System.exit
                 System.exit(0);  
        public static void main(String args[]) {
                   System.out.println("Starting Data Retrieval.");
                 new TimeRetrieve();
    // Load shared library which contains implementation of native methods
                    public native void cinterface(int start, String string_A, double d1, double d2, double d3, double d4,
                    double d5, double d6, double d7, double d8 );
                    static
                          try
                               System.out.println ("load cinterface"); //unsatisfied link
                               System.loadLibrary("cinterface");
                          catch (UnsatisfiedLinkError ee)
                               System.out.println
                                    ("Caught unsatisfied link error for dlls" );
                               System.out.println
                                    ("get local msg = " + ee.getLocalizedMessage() );
                               System.out.println ("getMessage " + ee.getMessage() );
                                   // System.out.println ("print Stack Trace " +ee.printStackTrace() );

    My mistake! I found it. Had some wrong names.

  • Spry Photo Gallery Image Size via CSS

    Hello!
    I´ve been customizing the spry photo gallery for a couple of time, but got my little problem when viewing it on a mobile phone. When you load up the pictures with a size of 450 x 300 px for example, put up the right xml file with it´s width and height, so the gallery shows the pictures in that size. So what I want to do is that you can specify the image size with css depending on the device you´re watching the site with. There is div in the css called "mainImage" where the size is in %. When you change it to 75% for example. The pictures are correctly shown with 75% of it´s original size, but the outline (grey background) is still in 100%. When you make this grey background transparent it´s still there and moves the caption down. I guess there have to be done some changes within the SpryImageViewer.js, but I just know very little things about JavaScript. Do you have any clues how to change this to specify the image size via CSS?
    Thank you for your help!!!
    Kind regards,
    Joerg

    I see you are still using Spry 1.5. Have you considered upgrading to 
    Spry 1.6.1?
    Also your XML is broken, if you open up your xml in a normal standards 
    complaint browser such as firefox, you will see that it doesn't render
    a normal tree view as it would do with other xml files. So i suggest 
    checking those errors out.
    Its mainly because you  forgot to close your starting tag of the 
    gallerys node. (<gallery
    base = ""
    background = "#FFFFFF"
    banner = "#F0F0F0"
    text = "#000000"
    link = "#0000FF"
    alink = "#FF0000"
    vlink = "#800080"
    before your xml starts.

  • Spry Photo Gallery "Controls"

    Spry Photo Gallery “Controls”
    Hi Don Booth, David Powers, Kinblas et al,
    Thank you all for your commitment, and  I hope Spry isnt dead?! 
    I am years behind  but I antē d up for the CS4 Master Collection at the beginning of the year and have been plowing through the many written and tv.adobe tutorials on the various programs.  Some confuse so it was a pleasure to come to the straight forward instructions in Don Booth’s Photo Gallery that worked first time!
    Forgive me however but although I have spent the last week perusing the forums (getting to know you all so well!) I can’t find any thread to help me to correctly add the “transport” “controls” div’s and bind them so that I get a better response to next/play/pause. I did find one detailing how to de activate the SlideShow Navigation - by deleting the container!!  V1 Oct ’07.
    As it seems to me there is nothing out there (in the Forum(s)) I assume this must be a simple case of ignorance on my part, and,- I feel stupid - I must be lagging way behind - for which I humbly apologize and ask for your help, thank you in anticipation.
    http://www.portofinobayside.com/Gallery.html#   (simpleTest - your images)
    Tunedup

    I've set up the photo gallery demo -china,paris,egypt- and
    made a swap of a couple of my photos from in Dreamweaver's property
    box src for thumbs, and link for the large pic. It works in Safari
    and Opera but not in firefox and I don't know about IE as I'm on a
    MAC and not that for into it yet.Is there something to look for in
    the code? It shows no browser issues when I test for compatability?
    I'd really like to use the xml version but I have tried and had no
    luck except in Safari.

  • Tutorial for a Spry photo gallery with thumbs and buttons ???

    Anyone know of a a tutorial for building a Spry photo gallery with both thumbnails and next, previous, stop and play buttons(functions)  ???
    Like the ones on Adobe's Photo Gallery demos; http://labs.adobe.com/technologies/spry/demos/pe_gallery.html
    Adobe show the source for their Photo Gallery Demos, but that doesn't help me much ... I need a prober tutorial that tells me how to do : ) 
    The only tutorial that I've been able to find, is one for Dreamweaver 8, without buttons - I'm looking for a updated version.
    I appreciate any help very much. Thank you.

    Just Google for the Spry photo gallery and you might find
    http://cates-associates.net/tutorials/Tutorial-CS3-Spry.html
    or even a few others.
    Happy Sprying
    Ben

Maybe you are looking for

  • Can't get my laptop running

    Something has happened to my notebook and I can't figure out what's wrong. I don't want to turn it in and pay to have it fixed unless I know it isn't something stupid that I am just not figuring out. My laptop wont really turn on. It powers up, the f

  • Constructing CSS photo gallery layout

    Hi, I'm on DW CS4 with an intel Mac. I am one (1) table away from having my site be purely CSS without tables. I have painstakingly placed each thumbnail manually and resized all the heights etc.  My Gallery actually looks good in IE 6, much to my su

  • Resolution with DVI in a Planar

    hi I have receive a new Planar 24" when I connect it with DVI the resolution is only 1600 it should be 1900/1080 that does it with VGA I phone Planar and they say to upgrade my drivers but I can't find any can someone help me?

  • Style TableView ColumnHeader

    Hello, I'm trying to style the column headers of a table view. I have some css like this: .table-view .column-header {      -fx-background-image:url("../images/test.png");      -fx-background-repeat:stretch;      -fx-border-width: 1;      -fx-border-

  • 0HR_PY_PP_1 Extraction error : Incomplete adminitrative data

    Hi all, Iam using 0HR_PY_PP_1 extractor to extract the Payroll data from R/3 and getting the following error: Personnel no. 00000436 , payroll result 014 : Incomplete administrative data While loading the data i gave the selection 01.01.2007 to curre