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.

Similar Messages

  • AS3 sound pause/play buttons not working

    I have three buttons:play_btn, pause_btn; and stop_btn within a movie clip labeled controller.
    I can't make the play button start where the pause button is left. Everytime, the sounds starts from the beginning.
    Please help!
    var mySoundReq65:URLRequest = new URLRequest("sounds/pronouns.mp3");
    var mySound65:Sound = new Sound();
    var mySoundChannel65:SoundChannel = new SoundChannel();
    var lastPosition:uint= 0;
    var isPlaying:Boolean = new Boolean();
    var isPaused:Boolean= new Boolean();
    mySound65.load(mySoundReq65);
    controller.play_btn.addEventListener(MouseEvent. CLICK, playSound);
    controller.pause_btn.addEventListener(MouseEvent. CLICK, pauseSound);
    controller.stop_btn.addEventListener(MouseEvent. CLICK, stopSound);
    // play sound
    function playSound(event:MouseEvent): void{
    if(!isPlaying){
    mySoundChannel65 = mySound65.play();
    if(isPaused) {
    lastPosition=Math.floor(mySoundChannel65.position);
    mySoundChannel65 = mySound65.play(lastPosition);
    isPlaying=true;
    // pause sound
    function pauseSound(event:MouseEvent): void{
    if(isPlaying)
    lastPosition=Math.floor(mySoundChannel65.position);
    mySoundChannel65.stop();
    isPlaying=false;
    isPaused=false;
    else if (isPaused){
    mySoundChannel65=mySound65.play();
    isPlaying=true;
    isPaused=false;
    // stop sound
    function stopSound(event:MouseEvent): void{
    SoundMixer.stopAll();
    lastPosition=0;
    mySoundChannel65.stop();
    isPlaying=false;
    Thanks in advance for any help.

    Kglad:
    Thanks for replying again. I fixed my script and it's working fine now. The final script is as follows:
    var mySound65:Sound = new Sound();
    var mySoundChannel65:SoundChannel = new SoundChannel();
    var lastPosition:Number= 0;
    mySound65.load(new URLRequest("sounds/pronouns.mp3"));
    var isPlaying:Boolean = new Boolean();
    controller.play_btn.addEventListener(MouseEvent. CLICK, playSound);
    controller.pause_btn.addEventListener(MouseEvent. CLICK, pauseSound);
    controller.stop_btn.addEventListener(MouseEvent. CLICK, stopSound);
    // play sound
    function playSound(event:MouseEvent): void{
    if(!isPlaying){
    mySoundChannel65 = mySound65.play();
    isPlaying=true;
    if(lastPosition>0) {
    mySoundChannel65 = mySound65.play(lastPosition);
    controller.play_btn.visible=false;
    controller.pause_btn.visible=true;
    // pause sound
    function pauseSound(event:MouseEvent): void{
    lastPosition = mySoundChannel65.position;
    mySoundChannel65.stop();
    controller.play_btn.visible=true;
    controller.pause_btn.visible=false;
    // stop sound
    function stopSound(event:MouseEvent): void{
    SoundMixer.stopAll();
    lastPosition=0;
    mySoundChannel65.stop();
    isPlaying=false;
    controller.play_btn.visible=true;
    I added a couple of things:
    a) To avoid clicking the same button more than once, I made either pause or play button invisible.
    b) The solution was to include the following conditional in the play button:
    if(lastPosition>0) {
    mySoundChannel65 = mySound65.play(lastPosition);
    Thanks again!

  • In iPhoto (09) I can add a description to a photo which will display when running the slideshow, however when I sync the Album to my iPad and I run slideshow the description does not display, WHY?

    In iPhoto (09) I can add a description to a photo which will display when running the slideshow, however when I sync the Album to my iPad and I run slideshow the description does not display, WHY?

    I'd ask that on the iPad forum.

  • Pause/Play button on toolbar

    When running a captivate slide show, and using the pause/play
    button on the customisable toolbar, we have noticed that when
    clicked this button does not pause any audio that may be currently
    running on the slide, therefore making the facility partly
    nonsensical. Is this a feature of Captivate 3.0, or is it just me
    not embedding the sound in the correct place????
    Please help.

    Hi Kate,
    My instincts tell me that you are experiencing a change in
    focus, but I'll tell you what I mean, and you can decide if that
    may be the problem. Assuming you are publishing to SWF/HTM output
    ... when your movie starts, what is actually happening is, you are
    opening a HTML document, and the movie (the SWF document) is
    "called" (commanded to open) by that (HTM) document. Therefore,
    when it is first begun, the computer's "focus" is on the HTM, not
    the SWF contained in it.
    Keeping that in mind, the first time you click (an object in
    the movie itself), the Windows operating system must change the
    focus
    from the HTM document
    to the SWF movie, which accounts for the first "click". The
    second time you click, the SWF document makes the correct
    assumption that the "click" is meant to be interpreted as a command
    intended for the object in the SWF movie.
    This behavior may vary, depending on the browser being used,
    and perhaps even the operating system (I'm guessing here, because I
    don't know how Windows Vista might treat the action of clicking in
    a browser window as opposed to the way Windows XP handles the same
    command-action).
    Another possible cause might be the mouse itself, or its
    software. You can check this easily enough, by seeing if the
    failure to function always occurs on the same machine, and if it
    changes when you install a different pointing device. I know from
    personal experience that sometimes I have to click really firmly,
    and sometimes not. I use a battery powered optical mouse, and its
    behavior is subject to change as the batteries get older.
    I don't know if there is any help in my comments ... I
    certainly hope so. Let us know, because sometimes when one member
    "hits a wall" in offering solutions, another member "sees a light"
    and a difficut problem ends up having a simple solution.
    All the best,
    Larry

  • Captivate 4 - Advanced Actions - Pause/Play buttons

    Hi - So I have created a 2 buttons - a pause and play - so my users can pause/play my captivate video (audio and actual slide). I have created my 2 variables for the buttons and I have created my advanced action. I'm assigning my pause to 'rdcmndPause', hide pause, show play. And I'm assigning play to 'rdcmndResume', hide play, show pause. It's not working. The pause/play buttons appear and disappear like they should - but my project isn't pausing or playing. Any thoughts?

    You can create and use Widgets for Adobe Captivate 4 in AS2 as well Mike.
    If you go to your Captivate Installation directory and find the "Gallery" folder and "Widgets" then you should be able to find some AS2 Widget Source files. Take a look at the "Flash Button" widget. This is a relatively simple widget and you can basically just use the code framework to make your own button widget.
    If your end users have low-end systems then it's probably safer to stay with AS2 and publish towards Flash Player 8.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Link Button Not Display for Tax Amount

    Hi Experts,
    I have one Problem
    I am creating A/R Invoice Document and I have assing Tax Code for Item
    It will show Tax Amount but link button or drill button not display for tax amount
    pls give me solution
    Warm Regards,
    Sandip Kokate

    HI
    How to Clear Chumb
    And I am Selecting Tax Code but still it will not show Tax Amount Link button but Tax Amount is perfectly Match
    Regards,
    Sandip kokate

  • Any fix for TM buttons not displaying glitch?

    I see others are having problems with the Time Machine buttons not displaying properly. But I didn't see any fix yet. On my MacBook, the problem only occurs with an external display.
    Hope this gets fixed soon.

    It looks that you have made changes to the appearance of button that cause items and text to be larger.
    In your case this doesn't seem to work properly with the consequence that the middle part of the button gets distorted.
    I'm curious if this artifact would move to the other (Cancel) button or disappear if you would use the Tab key or cursor key to set focus to the Cancel button or if it is a problem with the label text that isn't default (OK or similar).

  • Iconic buttons not display icons

    Hello All,
    i have problem with the iconic buttons not display icons in forms 10g
    i have set button properties as
    iconic=yes
    icon filename=print
    my path for icons and forms are
    e:\backoffice
    plz any solution
    thx
    najeeb ur rehman

    Hi,
    Read the doc at :
    http://www.oracle.com/technology/ products/forms/pdf/webicons.pdf
    It's very descriptive and It'll help you...
    Regards ,
    Simon

  • ZVM pause/play button prob

    I just got my ZVM the ither day and the day after I got it the pause/play button went dodgy. It only works when I press it really hard in the middle and doesn't make a normal clicking noise and if i press it at the side it comes up with the menu.

    Sounds defecti've, is it possible to return it for a new one?

  • I have a 7th generation ipod, i have a problem with the pause/play button, it no longer works.

    I have a 7th generation ipod, i have a problem with the pause/play button, it no longer works.
    What does it take to make sure it works ????
    Thanks

    If you successfullt restore to factory defaults/new iPod and still have the problem then it is likely a hardware problem and an appointment at the Genius Bar of an Apple store is in order.

  • Allowing the Pause / Play buttons to work with VLC player

    I would like to use my pause / play buttons when I am using VLC player. I use VLC player to watch many movies, but I still use iTunes to play music, so I was wondering if there was a way to switch which application my play / pause button controls. Right now, even if VLC player is open it will only control iTunes.
    Thanks,
    Travis

    Under VLC preferences look for the options "Control with media keys" and "...when VLC is in background".

  • RSS, Back and Slideshow buttons not displaying correctly

    I just finished my new wesite in Iweb and published it to .mac. Everything is working fine in Iweb but when I look at the published site the RSS, Subscribe, Back buttons are displaying really screwy. There are added buttons where I didn't put them. How can I fix this? It is occurring specifically on my photo album pages.
    Janer

    Publish your site to and folder on the desktop and double click the index.html file to launch your site in the browser.
    If the page looks OK do a "Publish all to Mac".
    If its still not right you'll have to go back to the iWeb page and try resetting the buttons and then do a Publish All.

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

  • ITunes missing pause/play/ / buttons

    For the past month (I believe sometime around the time I updated itunes to iTunes 11) I have been missing the section on my iTunes window that has the pause, play, >>, and << buttons and shows the status of the song (time wise).  I am also missing the red, yellow, and green buttons on the upper left hand side and I am unable to click and drag the window around at all.  I have googled this problem for hours and come up with nothing.  Hoping someone here can help because for a long time the only way to stop a song from playing once it started was the quit iTunes.  Now, just today I figured out that I can open the miniplayer on top of my iTunes window and that is better than having to close out of iTunes altogether, but I'd still like the features that are in the miniplayer to be available to me on my screen all the time like they always were in the past.

    Hello 3isenuf,
    Thanks for using Apple Support Communities.
    I'd like you to please reinstall iTunes by following the steps below.
    Download the latest installer
    Open Safari or another web browser.
    Go to the iTunes download webpage and click the Free Download button.
    Make sure that the Mac OS X version is selected on that page.
    Click the Download button to start the download.
    Once the file is downloaded, a new Finder window appears containing two items (below). If a Finder window doesn't appear, locate the iTunesX.dmg file (where X is the iTunes version number) on the desktop (or wherever your downloads go) and double-click it to display these items:
    A "Read Before You Install iTunes" file. This document contains the system requirements for the version of iTunes, and may contain other useful information about installing.
    An iTunes.mpkg file (this is the installer file itself)
    Install iTunes
    Quit iTunes if it is currently open.
    Double-click the iTunes.mpkg file. This opens the Installer application in Mac OS X.
    Follow the instructions in the installer screens. If all of the installation components appear unchecked and dimmed (unavailable, and therefore not installable), refer to Mac OS X iTunes installer components are disabled.
    After the installation has completed, quit the Installer and restart the computer. The new version of iTunes appears on your hard disk in your Applications folder.
    Opening iTunes
    It's possible that clicking the iTunes icon in your Dock or double-clicking an iTunes icon on your desktop could open an older version of iTunes. Open iTunes from the Applications folder to be sure you are opening the right version:
    Double-click your hard disk.
    Double-click the Applications folder.
    Double-click the iTunes icon.
    If you notice another copy of iTunes in the Dock after following these steps, here's a way to take care of that:
    Quit iTunes.
    Drag the iTunes icon out of the Dock.
    Drag the iTunes icon from the Applications folder to the Dock.
    Troubleshooting iTunes installation on Mac OS X
    http://support.apple.com/kb/HT2311
    Take care,
    Alex H.

  • Pause/Play functionality not working with publish to HTML5

    Hi experts,
    I am creating a Captivate course to be deployed on iOS and publishing to HTML5. We are using custom buttons (not playback controls) for navigation to advance through the slides. My client would also like Play/Pause functionality for some of our embedded (MP4) videos. I used the following tutorial to create these buttons to toggle the Play & Pause functionality:
    http://www.youtube.com/watch?v=0v2F0NyEAfs
    This worked PERFECTLY when previewed in a browser from Captivate, but does not work when published and launched in HTML5 format, from the same browser. I didn't use any Flash content, rollover functionalities, or anything noted in the limitations list for HTML5 output. The conditional functions I have set for my buttons are:
    PAUSE:
    Hide > SPI_Pause
    Show > SPI_Play
    Assign > cpCmndResume with 0
    Assign > cpCmndPause with 1
    PLAY:
    Assign > cpCmndPause with 0
    Assign > cpCmndRsume with 1
    Hide > SPI_Play
    Show > SPI_Pause
    The issue I am encountering is that the video completely pauses itself the moment the pause button displays on the stage (no matter where I place it in the timeline). I'm not pressing it or anything, it just initiates the cpCmndPause function and disregards all the others I have set. From there the conditional sequences are rendered useless as the video is already paused even though I didn't press the button. I've verified this happens anywhere I try to use the cpCmndPause function.
    I am running Captivate 6.1.0.309 on Mac OSX 10.8.2. I've tested the HTML5 output in Chrome and Safari with the same results. I did see a thread regarding a patch install (for 6.0.1xxx) that resolved some issues, but this appears to be an earlier version of what I have installed so this should have been resolved with my install?
    Please HELP!

    So, was this issue NOT resolved with the patch, or is this an entirely new/different issue?
    It seems as though this functionality is pretty basic, so I don't understand why this is a restriction with HTML5 output? Please advise, if there are restrictions with advanced actions that are not noted in the HTML5 limitations documentation, then they should be.
    Thank you, I too have a client deadline and have purchased this subscription based on the documentation Adobe has provided about the application's ability to publish to this new format.

Maybe you are looking for

  • How to add Hotmail account to ProfileManager User Profile?

    Hi everyone! I was wondering how I can add a Hotmail account to a user profile in Profile Manager? I only see POP/IMAP settings, but haven't been able to find those settings for Hotmail by googling. Thanks! ~Mike

  • S20 Memory upgrade

    Hi, I have the following: Lenovo ThinkStation S20 Xeon W3550 Quad-Core Processor (3.06GHz 1066MHz 8MB) 4gb (2 x 2gb) udimm ddr3 1333MHz, 300GB SAS (15k) with SAS Controller Card NVIDIA Quadro 2000 I would like to add more memory, and would like to kn

  • Newbie Question - what do i need ?

    Hi ... I am an animator and I want to write a soundtrack for my demo reel. I do have some musical background and would like to restart my interest in composing music. Should I go for logic express or just use garage band ? If i stick with garage band

  • LaTeX fonts not working with 10.5.1

    I use TeXShop to produce LaTeX documents. After "upgrading" to Leopard, I seem to have lost the required fonts and what is substituted looks awful and doesn't reproduce the Maths symbols correctly. Any ideas on how to restore my fonts?

  • Link to servlet

    Hi, i have 2 links that load a servlet, i want to difference them in the servlet, i mean i want the servlet know which was the link that called him......i was trying to use the id attribute in the link...but i cant figure out how to use it in the ser