Slideshow controls - missing in 09?

I have used the slideshow feature in past versions of iphoto and been very pleased with the process. Is was easy to create the slide show and you could extensively tweak things like indiidual time for each slide, transitions and you could even control the Ken Burns effect. I could get it exactly the way I wanted and then export it to iDVD for burning. In iphoto 09 there appears to be just one dialogue box for slide show settings and it doesn't seem to have any allowance for individual tweaks. Am I missing something? If I have lost the ability to control individual transaction and effects within the slide show, I'll have to use iMOvie or go back to iphoto 08.

Yes you are missing something:
Click on the '+' button lower left and select Slideshow. This will bring the Slideshow Toolbar to the fore and you can make all the decisions and choices you prefer for the show.
Regards
TD

Similar Messages

  • Flash gallery - filename on thumbnail and get rid of sequence display next to slideshow controls

    Hello. Thanks in advance for you help. I'm wondering two things as I'm trying to tweak my use of flash web galleries for client image selection.
    First, is there any way to get the filename to display on the thumbnails in the gallery? Used to have this with html galleries from bridge/pshop. Clients are complaining about this - especially when picking images for compositing, and it makes it difficult if not impossible to compare images within a big gallery.
    Next, I've had one client (IQ challenged), that told me to process file number 10. Instead of filename # ABC001_010, what they were referring to was the 10/250 that's next to the slideshow controls. Stupid, but true. Anyway, I have no use for the sequence number so I'm wondering if there's a way to get rid of it on the gallery without having to do a custom edit to the code or whatever.
    Thank you!
    John Linn
    http://www.adventurecreative.com

    John,
    I totally agree with you: also my clients start to complain that they miss the filenames on the thumbnails (I use an edited version of the Lightroom HTML Template). Seems that clients don't take (have) the time nowadays to go through the full versions...
    As a convinced convert from Iview Media Pro this is about the only thing I really miss. Would be very nice if someone (G. Jardine?) would throw in some code here!
    Thanks in advance!
    Roy Beusker

  • Hide slideshow controls

    In iPhoto 09 (8.1.2), I want to run slideshows of photos and videos.  Using the space bar to stop/start a slideshow always brings up a slideshow control button.  I want to suppress that display, which looks unprofessional.  Using the navigation keys  (left, right, up, down) does not allow for fades or work properly with videos.  How can I suppress the control button display when I  use the space bar?

    You can't.
    Regards
    TD

  • JQuery slideshow control button issue

    Hi! I am new to jQuery and am trying to adapt a slideshow to fit my layout in Dreamweaver. I have one end of the slideshow working fine, as you can scroll left with no issue. However, on the right control, the button does not seem to be clickable.
    The link to the page is here.
    <!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=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>DAVIDE MARCHETTI ARCHITETTO</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    * Slideshow style rules.
    #slideshow {
              margin: 0 auto;
              width: 702px;
              height: 346px;
              background: transparent url(../images/davide%3E) no-repeat 0 0;
              position: relative;
              background-image: url(../images/Davide-border.png);
    #slideshow #slidesContainer {
              margin: 23px auto;
              width: 702px;
              height: 323px; /* allow scrollbar */
              position: relative;
    * Slideshow controls style rules.
    .control {
      display:block;
      width:39px;
      height:323px;
      text-indent:-10000px;
      position:absolute;
      cursor: pointer;
    #leftControl {
      top:0;
      left:0;
      background:transparent url(images/left_control.png) no-repeat 0 0;
    #rightControl {
      top:0;
      right:-50px;
      background:transparent url(images/right_control.png) no-repeat 0 0;
    #slideshow #slidesContainer .slide {
      margin:23px auto;
      width:700px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
      height:300px;
    * Style rules for Demo page
              margin: 0;
              padding: 0;
              color: #000;
              font-family: "Courier New", Courier, monospace;
              font-size: xx-small;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
    a {
      color: #fff;
      font-weight:bold;
      text-decoration:none;
    a:hover {
      text-decoration:underline;
    body {
      background:#FFFFFF;
    #pageContainer {
      margin:0 auto;
      width:960px;
    #pageContainer h1 {
      display:block;
      width:960px;
      height:114px;
      background:#FFFFFF;
      text-indent: -10000px;
    .slide h2, .slide p {
      margin:15px;
    .slide h2 {
      font:italic 24px Georgia, "Times New Roman", Times, serif;
      color:#ccc;
      letter-spacing:-1px;
    .slide img {
      float:right;
      margin:0 15px;
    #footer {
      height:100px;
    #footer p {
              margin: 30px auto 0 auto;
              display: block;
              width: 703px;
              height: 40px;
              color: #000;
              font-family: "Courier New", Courier, monospace;
    body,td,th {
              color: #000000;
    #pageContainer #footer p a {
              color: #000;
    #apDiv1 {
              position: absolute;
              width: 32px;
              height: 1px;
              z-index: 1;
              left: 130px;
              top: 441px;
    #apDiv2 {
              position: absolute;
              width: 22px;
              height: 4px;
              z-index: 1;
              left: 0px;
              top: 327px;
    #apDiv3 {
              position: absolute;
              width: 3px;
              height: 0px;
              z-index: 1;
              left: 214px;
              top: 328px;
    #apDiv4 {
              position: absolute;
              width: 0px;
              height: 0px;
              z-index: 1;
              left: 442px;
              top: 328px;
    #apDiv5 {
              position: absolute;
              width: 0px;
              height: 4px;
              z-index: 1;
              left: 655px;
              top: 328px;
    #apDiv6 {
              position: absolute;
              width: 49px;
              height: 3px;
              z-index: 1;
              left: 1px;
              top: 0px;
    -->
    </style>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    <script type="text/javascript">
    $(document).ready(function(){
      var currentPosition = 0;
      var slideWidth = 723;
      var slides = $('.slide');
      var numberOfSlides = slides.length;
      // Remove scrollbar in JS
      $('#slidesContainer').css('overflow', 'hidden');
      // Wrap all .slides with #slideInner div
      slides
        .wrapAll('<div id="slideInner"></div>')
        // Float left to display horizontally, readjust .slides width
              .css({
          'float' : 'left',
          'width' : slideWidth
      // Set #slideInner width equal to total width of all slides
      $('#slideInner').css('width', slideWidth * numberOfSlides);
      // Insert controls in the DOM
      $('#slideshow')
        .prepend('<span class="control" id="leftControl">Clicking moves left</span>')
        .append('<span class="control" id="rightControl">Clicking moves right</span>');
      // Hide left arrow control on first load
      manageControls(currentPosition);
              $('slideInner').animate({
    'marginLeft' : slideWidth*(-currentPosition)
      // Create event listeners for .controls clicks
      $('.control')
        .bind('click', function(){
        // Determine new position
              currentPosition = ($(this).attr('id')=='rightControl') ? currentPosition+1 : currentPosition-1;
              // Hide / show controls
        manageControls(currentPosition);
        // Move slideInner using margin-left
        $('#slideInner').animate({
          'marginLeft' : slideWidth*(-currentPosition)
      // manageControls: Hides and Shows controls depending on currentPosition
      function manageControls(position){
        // Hide left arrow if position is first slide
              if(position==0){ $('#leftControl').hide() } else{ $('#leftControl').show() }
              // Hide right arrow if position is last slide
        if(position==numberOfSlides-1){ $('#rightControl').hide() } else{ $('#rightControl').show() }
    // Hide / show controls
    manageControls(currentPosition);
    // Move slideInner using margin-left
    $('#slideInner').animate({
    'marginLeft' : slideWidth*(-currentPosition)
    setTimeout(autoshow, 5000);
    </script>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body text="#000000">
    <div id="pageContainer">
      <h1><a href="">Davide Marchetti Architetto</a></h1>
      <!-- Slideshow HTML -->
      <div id="slideshow"><!-- TemplateBeginEditable name="EditRegion1" -->
         <div id="apDiv6"><a href="index.html"><img src="../images/hd-main.png" width="178" height="20" /></a></div>
        <div id="apDiv5"><a href="contact.html"><img src="../images/hd-contact.png" width="47" height="19" usemap="#Map2" border="0" />
            <map name="Map2" id="Map2">
              <area shape="rect" coords="-5,-1,62,30" href="contact.html" />
        </map>
      </a></div>
      <div id="apDiv4"><a href="projects.html"><img src="../images/hd-projects.png" width="55" height="19" usemap="#Map" border="0" />
            <map name="Map" id="Map">
              <area shape="rect" coords="-2,-1,60,19" href="#" />
            </map>
        </a></div>
      <div id="apDiv3"><a href="studio.html"><img src="../images/hd-studio.png" width="41" height="19" usemap="#studioMap" longdesc="studio.html" border="0" />
            <map name="studioMap" id="studioMap">
              <area shape="rect" coords="-8,-2,78,22" href="#" target="studio.html" />
            </map>
        </a></div>
        <div id="apDiv2"><a href="news.html"><img src="../images/hd-news.png" width="78" height="19" usemap="#newsMap" border="0" />
            <map name="newsMap" id="newsMap">
              <area shape="rect" coords="-12,-10,164,65" href="#" />
            </map>
        </a></div>
        <div id="slidesContainer">
          <div class="slide">
            <!-- IMAGE ONE -->
          </div>
          <div class="slide">
            <!-- IMAGE ONE -->
          </div>
          <div class="slide">
            <!-- IMAGE ONE -->
          </div>
          <div class="slide">
            <!-- IMAGE ONE -->
          </div>
        </div>
      <!-- TemplateEndEditable --></div>
      <!-- Slideshow HTML -->
      <div id="footer">
        <p align="right"><a href="http://erinpellegrino.com">Website  by Erin Pellegrino</a></p>
      </div>
    </div>
    </body>
    </html>

    This is a stacking-order problem caused by the button being layered under your #slidesContainer div.  That's why it's not accessible.
    See Z-Index Guide
    http://www.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/
    Nancy O

  • Slideshow controls are shown as question marks

    I know since the end of MobileMe the pop up slideshow doesn't work properly.  I'm trying to fix the missing controls.  When you click play slideshow, the slideshow pops up, but at the bottom, the play/pause, etc. controls are question marks.  I've tried to follow Old Toad's tutorial listed here:
    http://www.oldtoadstutorials.net/No.iW14.html
    but I am still having problems.
    I have mulptile sites in iweb that have already been published with slideshows.  So, I need to fix all of them at this point.  I've changed the item that he refers to in the tutorial and uploaded it to the website's server.  I've tried putting in different folders; the scripts folder, the slideshow_files folder, just in the root folder, but it is not working.  What am I missing?  Any thoughts about what I need to try next.  Thanks for your help!

    If you are changing the script in the iWeb package you will need to republish every slideshow from iWeb for the updates to appear in the published version.
    You could modify the local or remote versions of the file outside of iWeb but you would need to do this every time you publish changes to your site. See [2]...
    http://www.iwebformusicians.com/Banner-Slideshow/iWeb-Slideshow-Assets.html

  • When trying to display census pages I get error ActiveX controls missing

    What are ActiveX controls and how can I install them? When trying to display certain images such as a census page I get the message that certain ActiveX controls are missing. I am using Windows XP and the current version of Firefox.

    ActiveX is an Internet Explorer plugin system and will not work in Firefox or many other browsers. If the site requires ActiveX you will need to use Internet Explorer to access the site.

  • Windows 7 "Dim the display" and brightness controls missing

    Is this another driver problem? I would think the Nvidia drivers would support this new feature in Windows 7.
    http://www.technospot.net/blogs/windows-7-automatically-dim-display-screen/

    I suspect you need another driver (not the video card driver) since these function require control of the backlight. It seems Apple does not provide a standard driver that can be used by Windows as the display brightness can only be controlled through Apple's bootcamp drivers in the bootcamp control panel or using the keyboard shortcuts.
    Even in Vista, if you go to the Windows mobility centre (Win+X)there should be a panel for display brightness. This panel is missing in bootcamp, suggesting the necessary drivers are missing. This is a shame, but I wouldn't hold my breath for Apple to ever provide these. Then again, I didn't think Apple would ever fix the touchpad drivers for Windows, but they seem to have finally done so in the Bootcamp 3.0 beta drivers, so maybe someday...
    Windows 7 also supports automatic brightness changes based on an ambient light sensor, but again, no appropriate driver supplied by Apple...

  • Window Controls Missing?

    Okay, back in my previous OSX, if I opened a folder I got a window with various control icons across the top.  Among them, on the far right, was an oblong button that toggled this control bar visible or invisible.  In Lion, this toggle button has disappeared. So, okay, I can't hide the search box or View options, that's cool....
    EXCEPT that when I open certain folders, usually it seems, from my 3rd-Party Dragthing dock application, I get windows with this status / control area hidden!  I don't see any way to get the window to display these View controls and search box.  I think I get this problem in other situations too.
    What am I missing here?  Why in the world allow these neutered windows that can do nothing but open and close?

    Oh for crying out loud. 
    Was the little button on the window so unspeakably *hideous* that they had to remove it and turn this basic feature in to a menu item?  Really?  Okay, so there's a triple-keystroke combination for it - that's great.
    This is exactly the kind of gratuitous change that serves no use but to cause a lot of users a series of fairly low-level nuisances that make them resentful for having had to upgrade.  Classic Microsoft engineering.  Or eBay "problem solving" -- as in, this isn't a problem, but if we change it we can call it an upgrade.  Two versions later they'll reintroduce the toggle button and boast about the new "more intuitive" interface.
    But thanks for the pointer.

  • Audio level control missing

    I have a Philips portable DVD player. It has a built-in audio amplifier, speakers, headphone and line out. But the volume control on its amplifier does not work with DVDs authored in iDVD. It does work with other DVDs that I own (like movies). I can pre-set the volume in iDVD for, say, a slide show. But when I burn the DVD and play, the Volume Up and Volume Down buttons on the Philips unit do nothing. With other DVDs, when I push those buttons, there is a pop-up showing the volume level. But with DVDs authored in iDVD, it plays only at the pre-set level. I can mute it, but I cannot control audio level. Did I miss something in iDVD?

    OK. The situation is a bit better than I thought. Any DVD burned with iDVD disables only the volume control on the REMOTE CONTROL of the Philips PET 1030/37. On the unit itself (as opposed to its hand-held remote) THE VOLUME CONTROL STILL WORKS. So, just to be clear, there still is something weird about DVDs made with iDVD, because the volume control on the hand-held remote does NOT work for them. On store-bought movie DVDs (not burned with iDVD), the hand-held remote DOES work (as well as the on-unit volume control). This issue starts to feel to me like a non-configurable option that they have pre-set in iDVD. Maybe someone familiar with the full DVD authoring software (DVD Studio Pro 4) could tell us what's going on. Of course that software is available ONLY as a component of Final Cut Studio 2. It is not available stand-alone.

  • Xml slideshow controls, need help!

    Hello,
    I am new to actionscript and am trying to make a slideshow
    with next and previous controls. The info for the slideshow is
    coming via xml. I have it up and running but there are two issues.
    When clicking on the next or previous buttons the new image will
    load but the first image will be present under the new image. So if
    you are navigating from image 2 to 3, while image 3 loads, image 1
    is visible. The next problem I am having is I would like for the
    slideshow to repeat itself once it gets to the end.

    Sorry 2 more things.
    In the above link to get to the slideshow, click america,
    then new england.
    And it appears that on the initial load the first image loads
    17 times, which is the total number of images in the slideshow.
    Thanks again

  • Help! Magic iDVD slideshow controls instantly vanish

    I’m working with Magic iDVD & trying to figure out how one actually controls the:
    1. slideshow volume
    2. slideshow duration's
    3. and also how one would adjust the transition type (page flip, droplet, etc.)
    I actually see how to do this BUT the adjustment preview windows simply doesn’t stay visible long enough to address any actual adjustment.
    In fact the controls are only visible for a split second only immediately after I hit the preview button and nothing on the menu bar seems to allow for these controls to become visible until one finishes making all the necessary adjustment. However I was able to see (or rather take a quick peek) at these controls in the preview window after hitting the preview button on the bottom left corner of the window.... but like I said only for a split second.
    These controls vanish so quickly that I can’t even capture a quick screen shot of them on the computer however I was able to take a snapshot with my digital camera. Here are the controls that are visible but only for a split second apparently. My question is ... How do I make these controls stay visible until I finish addressing all the necessary adjustments without it vanishing first?
    (3) G4 PM's/(3) S-Drives/Sony TRV900/Nikons/6FWHD's/PS7/iLife06/FCPHD/DVDSP/etc. Mac OS X (10.4.8) My ichatav AIM account is: SDMacuser1 (Please use Text chat prior to video)

    You are doing something wrong. I just tried 'Magic iDVD' and everything worked fine.
    You must, however, recognize that the photo 'wells' in the Magic iDVD set up page are NOT for individual images! Each 'well' is a slideshow. Drag all the images for one slideshow into the same 'well'. Then drag the audio for that slideshow into the same 'well'.
    After you have entered all the elements you want to use, hit the 'Create Project' button at the lower right. This will create the actual iDVD 6 project you can edit further (as you would with a 'normal' iDVD project).
    BTW, I don't understand your screen shot. You have the map view slideshow edit screen and the Preview Control 'Remote' on the same screenshot. You can't edit the slideshow in the Preview mode. Go into the map view, select the slideshow you want to edit and double-click on it to open it in the edit mode.
    F Shippey

  • Are there Slideshow controls?

    The slideshow feature on Apple TV of my pics runs them out of date order and rotates some of them on their sides.  Can I control this?

    i usually don't download and correct files unless i'm hired.
    addendum:  thank you for offering to pay me.  downloading and correcting someone's source files can involve significant time.  but sometimes there's just not enough work required for me to charge.  this is one of those times.
    change the code to the following and your file should work as expected.  there's no charge.
    var mcA:Array = [Scene1_mc,Scene2_mc,Scene3_mc];
    var index:uint = 0;
    mcA[index].nextFrame();
    this.addEventListener(Event.ENTER_FRAME,f);
    function f(e:Event):void{
        mcA[index].nextFrame()
        if (mcA[index].currentFrame == mcA[index].totalFrames){
            mcA[index].gotoAndStop(1);
            index=(index+1)%mcA.length;
            mcA[index].nextFrame();

  • Finder slideshow controls not centered anymore

    Hi,
    As you all know it's possible to start a slideshow by selecting a number of photos in the finder, contorl-click and select "slideshow" from the menu.
    While the slide show is playing you can get a set of controls to appear by moving the mouse.
    These controls used to appear in the middle of the screen, but after installing 10.4.8 (I believe it was then) the controls appear more to the right of the screen.
    This happens on the 18" Compaq LCD-screen I have attached to my PPC Mini, while on the screen of my MacBook the controls still appear in the centre of the screen.
    I have not tried the MacBook with an external screen.
    I installed the combo update (PPC and Intel respectively) on each machine.
    Have anyone of you seen this behaviour?
    I am thinking maybe it would fix itself if I throw away some .plist file on the Mini, but I am not sure which one (or which ones) might affect this....
    Regards,
    J-son

    I tried turning off parental controls for the kid's account, and the behavior is the same: clicking on the game in the applications folder causes the app icon to bounce once and disappear. Other recently installed games (Riven X, Myst III) work as before. Game works fine in my account and guest.

  • Slideshow controls

    I would like to have the ability to assign left/middle/right mouse buttons as next/pause/previous for manual control of a slideshow.
    regards Ian

    Hi debbie,
    check out this article;
    http://www.macosxhints.com/article.php?story=20060302142822919

  • Media control missing after updated iso 7.1.1

    Hi I updated ISO 7.1.1 for my son, that he is using the iPhone 4
    After the software updated, the media control was missing. I already searched the internet and did everything that was stated there but the volume and media controls are still missing. Only the ring tone is working.

    Hi Gyonghock,
    Welcome to the Apple Support Communities! It sounds to me that you may be referring to the Control Center. The controls did change from iOS 6 to iOS 7. The Control Center is now accessed by swiping up from the bottom of the screen. You can use the following article for reference.
    iOS: Understanding Control Center
    http://support.apple.com/kb/HT5858
    I hope this helps,  
    -Joe

Maybe you are looking for

  • Export-Mailbox - DeleteContent not working

    Server: Exchange 2007 SP3 RU 10 Client: Outlook 2010 SP1, OWA with IE 9 ++++ According to this (and other sources)... http://technet.microsoft.com/en-us/library/bb266964(v=exchg.80).aspx I should be able to search for, and delete, messages using this

  • Time Capsule, External HDD as NAS, Time Machine Backup the NAS

    Can I attach an external HDD to Time Capsule to use as a NAS? Then can I use Time Machine on my Macbook to backup both my Macbook and the NAS drive to the HDD in the Time Capsule?

  • Problem with KeyStroke

    can anyone tell me whats the problem with the following lines: JMenuItem jMenuItemHelp = new JMenuItem("Help Topics"); jMenuItemHelp.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_F1, 0)); its giving me an ""MainInterface.java": <identifier> expec

  • Unable to create Picking Rule

    Hi Gurus, I am unable to create picking rule in N->Inv->Setup->Rules->Picking using this navigation. I have created rule and selected required parameters in the screen, click on save, getting message as "1 transaction completed, saved", If i query sa

  • How to get REGUP-ZFBDT

    Hi! I am working on a sapscript form whose standard print program uses tables regup, reguh and regud. As much as possible, I would not like to modify te standard print program to I am working on the fields available. However, one of the information t