Photo album: Play button not functioning on slide show

In order to learn this album construction, I've begun by just copying the files from the demo (http://labs.adobe.com/technologies/spry/demos/gallery_pe/dynamic/index.html), renaming the paths and throwing in some new images. BUT, the Play button doesn't work.  It doesn't work on the demo either.
Is there a js function call that I'm missing? If so, where would the call and function be placed?
Here's my sample: http://www.lumina-media.com/gallerytest/wjgallery.html
All js, xml and css files are the same as on the demo (with exception of paths to images and thumbs).
Thanks in advance for any help.
Nick

The play button works fine on your app, as well on the Spry demo.

Similar Messages

  • Photo album launch button next to slider

    On my iPad there is a button to launch photo album / camera roll, next to the slider. On my iPhone this button opens the camera - which I would find more useful on the iPad. Is there a way to make the iPads button open the camera?

    No, there is no such shortcut for the camera, like it is for the iPhone.
    You can suggest that here, if you want: Apple - iPad - Feedback

  • HT5457 Help! I used to upload photos via ios and it was always published up to my 5th photos, but on the 6th, it just go to ios photos album and was not published on my fb's timeline...

    Help! I used to upload photos via ios and it was always published up to my 5th photos, but on the 6th, it just go to ios photos album and was not published on my fb's timeline...

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Play button displaying on all slides

    When I view a published project in SCORM cloud or in Moodle the play button displays on every slide. This doesn't happen when i view the project locally.
    Does anyone know how to stop this? I can't use auto play as this is not compatible with html5 output.

    Please upgrade to 8.0.1.242: http://blogs.adobe.com/captivate/2014/10/a-free-update-to-adobe-captivate-8-is-now-availab le.html
    I posted links in my latest blog post: Captivate 8.0.1 Install? Keep your Customisation! - Captivate blog

  • Exit button not functioning in MSS Team - Recruiting - Create new Candidate

    Hello Experts,
    Exit button not functioning in MSS Team - Recruiting - Create new Candidate Assessment iview
    Location of exit button :Create new Candidate Assessment iview we have next button when we click on we can see exit button in next iview
    any idea why it not functioning / help on this / or is it a bug from SAP
    Thanks,
    Regards
    Vijay

    Hi Krishore,
    Thanks for reply,
    The version of BP_ERP5ESS is 1.0 SP8 and The version of SAP_ESS is  600 SP8.
    do need to add extra patch for this.
    please help me on this issue. 
    Thanks,
    Regards
    Vijai

  • I am looking for software to store photos with.  I am not a fancy photographer, and really am just looking for the digital version of a photo album. iPhoto is not cutting it, mainly because it does not back up and restore easily on an external HD.

    I am looking for software to store photos with.  I am not a fancy photographer, and really am just looking for the digital version of a photo album. iPhoto is not cutting it, mainly because it does not back up and restore easily on an external HD.

    That's how Time Machine and iPhoto now work.  Restore the library to one of the external HDs, check it for the photos you want, export them to the boot drive and delete the restored library.
    If you know the file name of the photo you're looking for you can search for them in the TM backup using Find Any File.
    My workflow allows me to do that:
    1 - upload new photos to a folder on the Desktop.
    2 - name the folder to represent the contents and date: 01/03/10-Toads Bday
    3 - use a file renaming app to sequentially rename the photos in the folder to: 2010-01-03-Toads Bday-001.JPG,  -002,JPG, -003.JPG,  etc.
    4 - import the folder into iPhoto creating an Event with the same title as the folder.
    Now I can search for those file by file name with any app of my choosing.

  • Can I view the photos in my Pictures folder as a slide show

    I store my photographs in the Pictures folder (Album?) rather than any other app. I have organised my photos into folders within this main folder. Is there a way to view the photos in a particular folder as a slide show? This was possible in my Windows XP computer. Many thanks in advance.

    Select all the images you want in the slideshow and then press option space bar.

  • I use lion 10.7.2 and iPhoto latest version but when I export a slide show when I play it . It plays about half of the slide show and screen become white ? How can I solve it ? Is it bug or my computer problem

    I use lion 10.7.2 and iPhoto latest version but when I export a slide show when I play it . It plays about half of the slide show and screen become white ? How can I solve it ? Is it bug or my computer problem

    I would also like to know the answer to this. I am having the exact same problem.

  • Photos slideshow pause/play button not displaying in 3.0

    I've been running 3.0 on my first generation Touch for several months. Throughout, I've noticed that the Photos slideshow lower-center pause/play button no longer displays once I've paused a slideshow. While the left/right arrows show and I am able to advance photos one at a time, I am unable to re-engage the slideshow.
    In software versions 1 and 2, one could freely pause and play a running slideshow. Now, when I pause the slideshow, I'm forced to bail out of the slideshow and start a new one.
    A longtime Touch owner, I'm not certain if my problem is a 3.0 software glitch or things have changed. Has anyone else encountered the issue?

    Hi,
    look here: http://discussions.apple.com/message.jspa?messageID=9843694#9843694
    I hope Apple will fix this and some other Bugs in their 3.0.1 Update which will hopefully appears in a few days.

  • Simple Photo Album "previous" button issue

    Hello!  I have created a slide show using the Simple Photo Album template in Flash.  All works fine except for when I click the "previous" button to view the previous slide.  When I click it, the movie skips back 3 slides instead of just one.  How can I fix this?
    Thanks!
    Jessie

    try:
    jwood_its wrote:
    Oops, here it is!
    // USER CONFIG SETTINGS =====
    var autoStart:Boolean = false; //true, false
    var secondsDelay:Number = 2; // 1-60
    // END USER CONFIG SETTINGS
    // EVENTS =====
    playPauseToggle_mc.addEventListener(MouseEvent.CLICK, fl_togglePlayPause);
    function fl_togglePlayPause(evt:MouseEvent):void
    if(playPauseToggle_mc.currentLabel == "play")
      fl_startSlideShow();
      playPauseToggle_mc.gotoAndStop("pause");
    else if(playPauseToggle_mc.currentLabel == "pause")
      fl_pauseSlideShow();
      playPauseToggle_mc.gotoAndStop("play");
    next_btn.addEventListener(MouseEvent.CLICK, fl_nextButtonClick);
    prev_btn.addEventListener(MouseEvent.CLICK, fl_prevButtonClick);
    function fl_nextButtonClick(evt:MouseEvent):void
    fl_nextSlide();
    function fl_prevButtonClick(evt:MouseEvent):void
    fl_prevSlide();
    var currentImageID:Number;
    var slideshowTimer:Timer;
    var appInit:Boolean;
    function fl_slideShowNext(evt:TimerEvent):void
    fl_nextSlide();
    // END EVENTS
    // FUNCTIONS AND LOGIC =====
    function fl_pauseSlideShow():void
    slideshowTimer.stop();
    function fl_startSlideShow():void
    slideshowTimer.start();
    function fl_nextSlide():void
    currentImageID++;
    if(currentImageID >= totalFrames)
      currentImageID = 0;
    gotoAndStop(currentImageID+1);
    function fl_prevSlide():void
    currentImageID--;
    if(currentImageID < 0)
      currentImageID = totalFrames+1;
    gotoAndStop(currentImageID+1);
    if(autoStart == true)
       fl_startSlideShow();
       playPauseToggle_mc.gotoAndStop("pause");
    } else {
      gotoAndStop(1);
    function initApp(){
    currentImageID = 0;
    slideshowTimer = new Timer((secondsDelay*1000), 0);
    slideshowTimer.addEventListener(TimerEvent.TIMER, fl_slideShowNext);
    if(appInit != true){
    initApp();
    appInit = true;
    // END FUNCTIONS AND LOGIC

  • Web Photo Gallery - Contact info not functional?

    When I build a web gallery, using the Flash Gallery (default) in the 'Template Browser', no matter what info I put in the 'Contact info' and 'Web or Mail link' boxes (under Site Info), it does not work.
    Example, under 'Contact info' I put the word 'Contact'....in the 'Web or Mail Link' I put 'mailto: [email protected] (I have not put my actual email here for purposes of this forum, and yes my email address is valid and will both send and receive in Outlook).
    So anyways, when I upload the new web gallery using Dreamweaver CS3, or if I just simply preview it using the 'Preview in Browser' button, well the word 'Contact' appears in the upper right corner of the web page (photo gallery - as it should since that is what I put as word in the 'Contact info' box, but yet when I click on the word 'Contact' it it does nothing. Actually when I click on the word 'Contact' the first time, there is a line that appears below (as if to identify a link). But as I say it does nothing, opens no email window, nada! Except for when I click on the word 'Contact' subsequently, there is no more line underneath as if the link had become inactive???
    I tried using another email address of mine, which is also shorter, but it does not work either....I also tried putting my main homepage address into the ''Web or Mail link' box and still nothing happens...it's as if the link is not functional...?
    Has anybody else experienced this? Am I doing something wrong? Is it maybe just a Flash Gallery bug? (Because I have not tried using other type galleries i.e Blue Sky)

    I have the exact same problem, step by step in Lightroom 2.4. I'm using Vista Ultimate SP2 and Internet Explorer 8.
    Have anyone found a solution to this problem or is it just the two of us?

  • Play button not working in iTunes for music

    Ok, so I've got a new PC (Windows 8.1 and latest version of iTunes running) and have transferred my whole iTunes library across. Transfer (about 1 week ago) went smoothly and all media played back fine, including music.
    I've opened up iTunes today and my albums wont play back using a) double clicking on the album, b) right clicking and selecting play or c) the play button once the album expands - these methods all worked just 2 days ago which was the last time I used iTunes. The tracks will play if I drag and drop the album/tracks into the play bar at the top but they don't start automatically, I have to click the play button at the top. They will also play if I select all the tracks in an album and press return.
    I can add individual tracks to the current playlist and they will play when their turn comes but trying to add the whole album doesn't work, it just doesn't appear in the 'next up' list.
    So it's not a matter of iTunes not locating the files, they're all in the correct file location and are matching up. Other media; TV, film & podcasts all work fine. Another oddity is that iTunes works perfectly (methods a), b) and c) above) for the other user account on the same PC i.e. non of the problems experience in my account.
    Hopefully I've explained the problem ok but if not ask away. Has anybody come across this before and any solutions recommended?
    Thanks

    I have excatly the same issue.  i have tried everything.  It started when i updated to version 10 of itunes.
    Sorry i cannot help.  TIm

  • Photo Album Playing?

    If I have photo's on my nano and set the preferences to slide show them while playing a song is it supose to do just that? Anyways that's the setting that I have it on and the slide show is not doing anything while the music is playing. "The Now Playing" option is what I have it set for to the slideshow

    I don't believe that is possible. It may be best to have those videos stored in iTunes if you wish to home-share/airplay them.

  • Ipad mini home button not functioning

    Dear sir
    I am facing the problem on my ipad mini 32G home button
    The version should be ios 7
    When pressing the home button, it has no function at all. Please advise me what is the solution for it! if I press the power button, it has functioned, therefore I got no idea why the home button totally cant work as usual
    Please help
    your kind attention and feed is highly apprecited!
    Thank you
    Joanne

    Try calibrating the home button.
    Open a stock app like Calendars or Notes.
    Hold the power button until the red slider switch appears.
    When it appears release the power button and press the home button until the home screen appears.
    Hopefully your home button now works.

  • Second button on menu for slide show does not work.

    Anyone else having problems with this? Despite three separate attempts using different photos, different Macs and different themes... it is always the second button (to access the second folder) in the slide show that does not work. It fails to access the slides in the folder.
    Our conclusion finally was that this is a bug, so we used only text buttons and put the second button over to the side of the main menu with just a period in it, and one image in the folder (it will not allow a folder without any images) and then we can skip from the first button to the third (seen on the screen as the second button) and bypass the problem.
    Has anyone come up with an explanation or a better solution?

    Anyone else having problems with this? Despite three separate attempts using different photos, different Macs and different themes... it is always the second button (to access the second folder) in the slide show that does not work. It fails to access the slides in the folder.
    Our conclusion finally was that this is a bug, so we used only text buttons and put the second button over to the side of the main menu with just a period in it, and one image in the folder (it will not allow a folder without any images) and then we can skip from the first button to the third (seen on the screen as the second button) and bypass the problem.
    Has anyone come up with an explanation or a better solution?

Maybe you are looking for

  • Creating Infoobject

    Hello I have a question in regards to creating an Infoobject. Under 'Master Data/Texts' tab when creating an Infoobject  when should we actually fill in the Application Component box.And what exactly will it do.Do i fill it for things like 'Wever- Ve

  • Application is in 'Prepared' state instead of 'Active' state.

    I m using below code to deploy an application on weblogic 11g import java.io.*; import java.util.Hashtable; import weblogic.deploy.api.tools.*;  //SesionHelper import weblogic.deploy.api.spi .*;  //WebLogicDeploymentManager import javax.enterprise.de

  • Get your hands on VMware NSX with this new course

    Our new course, VMware NSX Technical Overview with Labs [V6.0] introduces you to VMware NSX™ and gives you a solid understanding of the fundamentals of NSX and network virtualization. After completing these six technical eLearning modules combined wi

  • I'm having trouble resetting my itouch, but it just freezes on me. what can i do?

    i'm having a problem resetting my ipod touch, and also having trouble with app store app. the problem im having is with the search and it keeps shutting off and takes me back to home. is there a solution to the problem? thanks

  • Flash CS3, Captivate 4 Single File SWF output- playback problems

    Hello, I am trying to upload a swf file that I created to a website.  I am doing this because that it the only format the site editor will allow me to do. I tried following the steps in the tutorial on how to embed a swf into a pdf. (http://www.adobe