Advanced slide shows

Im making and advanced slide show and have recently switched over to FCE. In imovie they have the ken burns effect for pictures. I was wondering if I could do something similar in FCE (I'm assuming I can and with much more customization available I'm just not sure how). Thanks.

Download and work through this tutorial by Tom Wolsky:-
http://www.fcpbook.com/MotionControl_inFCE.html

Similar Messages

  • Can QT do a manual advanced slide show?

    Can QT replace flash and allow me to do a manually advanced slide show for my website?
    Or is this a bad idea ?
    Thanks,
    Al

    Look to using jQuery instead of Flash.  There are a variety of redy-made solutions available, just search Google or visit the Dreamweaver forum and ask there.

  • Pse 7 slide show

    Hello
    Is it possible in pse 7 slide show to bring in more than one photo per screen shot ie like picture of Mom and Dad and then bring in smaller photo's of children on same slide.
    Roxy

    >Is it possible in pse 7 slide show to bring in more than one photo per screen shot ie like picture of Mom and Dad and then bring in smaller photo's of children on same slide.
    I suggest that you use the Photoshop Elements editor to make whatever "composite" photo you wish and then you can use that "composite" photo file for the slide in the PSE 7 slide show.
    However, if your intent is to display first the picture of Mom and Dad and then
    b dynamically
    bring in photo(s) of children,
    -- then no the Photoshop Elements slide show does not have this capability. You need a more advanced slide show program or Adobe Premiere Elements video editor picture in picture also has the capability.
    -- an alternative in the Photoshop Elements slide show that you might try (but will not be very precise) is to create the composite photo file in the PSE editor and then use the Zoom or Pan feature of the slide show so that you set the box to start the zoom (or pan) with only the parents visible and then zoom out (or pan) so that the children become visible.

  • Lightroom 3.6 Slide Show auto-advance

    I just got a new computer and use Lightroom 3.6.  Now when I make a slide show and save it as a PDF it won't auto-advance to the next slide when running. When I review it in Lightroom it auto-advances fine but when I run the PDF file it sticks on the first slide and must be advanced manually. I believe I'm running the latest version of Adobe Reader as I just downloaded it last week when I got my new computer. Can someone explain how to get the auto-advance feature running like it did on my old computer?  Thanks.

    I don't use the slideshow module very often. But I just quickly created a small slideshow. In my little test the images did not auto-advance until I went into full-screen mode. Then it worked just fine. Also, make sure you haven't checked "Manual Slideshow" in your options.

  • Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome

    Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome. Works in IE. This is my first time trying to post a question - so please be kind. I am also not good with code and am finding css a real challenge after learning to design based on tables. I'm using CS5.
    The "test" page with the slide show is: http://www.reardanwa.com/index-slides.html   The same page without the slide show is http://www.reardanwa.com/
    I realize the images are not ideally sized - I'll fix those once I get the pages to function.  Maybe I need a different slide show? I would prefer a widget that I can modify to required size & postition. Again - I'm not good at building with code from scratch.
    The problem is the naviagation links that are directly next to the slide show do not work in Firefox of Chrome. They do work in IE.
    I've read about using jQuery.noConflict(); code but can't figure out the correct way to use it in my case or whether that's even part of the solution. I know my code is not well organized as I have cobbled together from various sources in an attempt to format the page the way the client wants it. Also, FYI, I will eventually try to make the page work in Surreal CMS.
    I've spent sevaral days over the last several weeks trying to solve sth slide show/navigation conflict - so any specific light you can shed will be much appreciated.
    Thanks in advance.
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Reardan Area Chamber of Commerce</title>
    <meta name="description" content="home page for Reardan Area Chamber of Commerce" />
    <meta name="keywords" content="Reardan WA, chamber of commerce" </>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript">  </script>
    <script type="text/xml">
    </script>
    <style type="text/css">
                                  #slideshow { 
                                      padding: 10px;
                                            margin:0; 
                                  #slideshow-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow img, #slideshow div { 
                                      padding: 10px;
                                      background-color: #EEE;
                                      margin: 0;
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background: #004B8D;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
               /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    .left
    position:absolute;
    left:0px;
    .center
    margin:auto;
    width:95%;
    .box
              position:relative;
              left:-90px;
              width:950px;
              height:350px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              z-index:1000;
    .slide{
        position:absolute;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #42413C;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~this fixed width container surrounds the other divs~~ */
    .container {
              width: 960px;
              min-height:900px;
              padding:5px 0px 0px 0px;
              background: #E8F8FF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background: #E8F8FF;
              padding:10px 5px 0px 5px;
    .sidebar1 {
              float: left;
              width: 225px;
              margin: 60px;
              color: #FFFF0D;
              background: #595FFF;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
        z-index:-1;
    .sidebar2 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:2;
    .sidebar3 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:3;
    .content {
              padding: 0px 0px 0px 0px;
              width: 780px;
              float: left;
              background: #E8F8FF;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0px 15px 5px 10px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
              list-style: none; /* this removes the list marker */
              border-top: 0px solid #FFFF66; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
              margin-bottom: 50px; /* this creates the space between the navigation on the content below */
              font: Arial Black, Verdana, , Helvetica, sans-serif;
              font-size:1.3em;
              font-weight:bold;
              z-index:2;
    ul.nav li {
              border-bottom: 0px solid #FFFF66; /* this creates the button separation */
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
              padding: 3px 0px 5px 0px;
              display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
              width: 185px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
              text-decoration: none;
              color: #FFFF0D;
              background: #595FFF;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
              background: #595FFF;
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
              color: #FFFFFF;
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background:  #595FFF;
              color: #FFFF0D;
              position: relative;/* this gives IE6 hasLayout to properly clear */
              clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    -->
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
      <a href="#"><img src="images/Chamber-Logo-2.gif" alt="Reardan Chamber Logo" width="187" height="163" hspace="10" vspace="5" align="top" /></a><img src="images/Reardan-Chamber-Title.gif" width="476" height="204" alt="Reardan Area Chamber of Commerce, Dedicated to Preserving and Enhancing Area Businesses" /><p></p>
      <p style="color: #F00">This Site is under construction! Please pardon our dust as we create!</p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="about.html">About Us</a></li>
          <li><a href="history.html">Reardan History</a></li>
          <li><a href="activities.html">Activities</a></li>
          <li><a href="business.html">Business<br />
            Directory</a></li>
          <li><a href="about.html">Join the<br />
            Chamber</a></li>
           <li><a href="links.html">Links<br />
      <span style="font-size: 85%">Tourism</span><br />
          </a></li>
        </ul>
         <!-- end .sidebar1 --></div>
    <br />
    <br />
    <br />
    <br />
    <div class="box" +"slide">
      <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
                               slideshowAddCaption=true;
    $(window).load(function() {
      $('#slideshow').cycle({
                        after:                              slideshowOnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'blindX',// name of transition effect
                        pause:                              false,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              100,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    5000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '300px',
                        width:         '525px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
              if (slideshowAddCaption==true){
                                  $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
      </script>
      <div id="slideshow">
        <!--All elements inside this will become slides-->
        <img src="images/100_1537.jpeg" width="600" height="450" title="caption for image1" /> <img src="images/Parade-2011-2.jpg" width="300" height="225" title="caption for image2" /> <img src="images/100_1495.jpeg" width="600" height="450" title="caption for image3" />
        <div title="sample title"> Images for slide show will need to be re-sized to fit box to avoid distortion</div>
        <img src="images/beach4.jpg" width="200" height="200" title="caption for image4" /> <img src="images/beach5.jpg" width="200" height="200" title="caption for image5" /> </div>
      <!--It is safe to delete this if captions are disabled-->
      <div id="slideshow-caption"></div></div>
    <div class="sidebar2" "anotherClass editable"><p align="center"><strong>Chamber News</strong><br />
    Local News item
    <br />
    Another New item</p>
      <p align="center">lots of news this week<br />
        <br />
        <br />
        <br />
      </p>
    </div>
    <div class="sidebar3" "anotherClass editable"><p align="center"><strong>Upcoming Events</strong></p>
      <div align="center">    <a href="activities.html" style="color: #FFFF0D">Community wide yard sales</a><br />
        <br />
        <br />
        <br />
        <br />
      </div>
    </div>
    <div class="content"><br />
    <br />
    </div>
    <div class="footer">
            <p align="center"><span style="font-size: small">Reardan Area Chamber of Commerce</span><br />
              <span style="font-size: x-small">[email protected]  - 509.796.2102</span><br />
            </p>
            <!-- end .footer -->
    </div></body>
    </html>

    If you DO want the slideshow overlaping the navigation try the below css:
    .sidebar1 {
        float: left;
        width: 225px;
        margin: 60px 0px 60px 60px;
        color: #FFFF0D;
        background: #595FFF;
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
    .box {
    float: left;
    margin-left:-60px;
    width:700px;
    height:350px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;

  • How can I trigger a lightbox slide show with a single image using Dreamweaver?

    I'm trying to build a page for a cosmetics company in which clicking on a color swatch opens a lightbox-style slide show of model shots using that color makeup. Each swatch should trigger a different slideshow. I'm using Dreamweaver (CS6), and I'm sure there must be an easy way to do this, but I haven't figured it out yet. (It would be a snap in Flash, but alas, the site needs to work on a broad range of devices).
    I'd appreciate any ideas, and please make your instuction easy to follow if possible—pretend you're talking to a dog, or an eighty-six-year-old—because I may not be as experienced as I ought to be. Probably not.
    Thanks in advance for any advice.
    best,
    wendy

    DW doesn't do this for you. 
    Get the jQuery Fancybox plugin.
    See this Primer for Using jQuery Plugins
    http://alt-web.blogspot.com/2012/11/primer-for-using-jquery-plug-ins.html
    Nancy O.

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

  • Roll over images in a slide show

    I am trying to make a slide show of before and after images for a client.
    Rather than just have them all one after the other, I want all the after images to display as normal, and the before to display on hover for each slide.
    I can make this work in a basic slide show when rather than adding an image to the Hero Image box, I use the fill and states.
    However this only allows me to do one, as I can't add any more empty Hero Image boxes (or I don't know how to do that, is it possible?)
    When I add an image via the slide show menu it appears on top of any fills, and I can't seem to give images added this way a roll over state.
    Can anyone tell me how to either add extra blank Hero Image boxes, or how to apply the effect I want to the images in the Hero Image boxes.
    Thanks in advance, if there is any further info I can provide about my problem, please let me know!
    M

    Hi,
    You cannot add multiple hero image boxes within the same Slideshow. Now , you can use different slideshows for your different images but that wont give you the slideshow effect but you will be able to see all your after images at once and then if you rollover them you would be able to see the before images.
    Now, In order to create the effect that you want, what I would suggest you is to use a 'Composition widget'. In the composition widget, you can make the triggers as small thumbnails for your images and in the Target you can set the fill as your after image and in rollover state you can use the before image. After this you can use the Autoplay feature available in the composition widget and you will get the desired result.
    Hope this helps
    Regards,
    Rohit Nair

  • When trying to add music to a slide show from my PC to TV through Apple Tv the photos are fine but I get an error message that says the music cannot be downloaded.

    When trying to add music to a slide show from my PC to TV through Apple Tv the photos are fine but I get an error message that says the music cannot be downloaded.

    Because the location for each song in your library is on your hard drive.  If the hard drive isn't there, how can iTunes play it?
    You'll have to move/copy the music from your hard drive to your computer's hard drive.
    Basically, EASIEST way to do all this, if you don't care about your play counts, etc...
    -Delete EVERYTHING from iTunes, so that your library is now empty.
    -Go to "Advanced" inside of the "Preferences" window, found in the "Edit" drop-down.  You can also access Preferences by pressing Ctrl+, (Press Ctrl and the comma key)
    -Change your iTunes Media Folder Location to something simple, but on your computer. I use C:/iTunes.  Make sure "Keep iTunes Media Folder Organized" and "Copy files to...." are both checked.  You can close Preferences now.
    -Now, drag and drop your music from your hard drive into your iTunes library.  iTunes will automatically add the music to your library, as you would expect, and also creates a copy of each file to place into that iTunes Media Folder you just created.
    Shouldn't have any more problems...

  • Can I mimic a 'slide show' of stills and videos with this technique

    I want to be able to mimic an old fashioned slide show on a Blu-ray disk, except that each 'slide' – I'll call them items – could be a true still, or a still with pan/zoom, or even a short video. Whatever a particular item is, I want to click a button and the show advances to the next item. If the next item is a video, the video pauses on the last frame when it is finished.
    Just like the old magazine full of slides, imagine a folder full of items – some may be stills, some videos. After importing into Encore, setting up the navigation and menus, and then burning to Blu-ray, I want to be able to play them in sequence at the press of the Enter button.
    I'm pretty much a novice with Encore, and to save spending more time reading the manual, I thought I'd ask if I can mimic a slide show in Encore with the technique described below. I got the idea from page 152 of the PDF manual:
    The buttons on a menu are the primary navigation tool for the viewer. They control how the viewer steps through the project. Each button in a menu must lead to another menu, a timeline, a chapter, a playlist, a chapter playlist, or a slide show.
    My limited experience with Encore is to set up a series of videos on a single timeline, and generate one menu with a "Start" button on it. When the Blu-ray starts up, the Start screen appears and stays there until I press Enter. Works well.
    A slide show of stills using buttons only
    So I thought: to generate my old-fashioned slide show (ignore videos for the moment), I would use the buttons themselves as the stills, taking my queue from the quote above: "Each button in a menu must lead to another menu…". My slide show would consist of jumping from one menu to the next. This leads to my first question:
    Q1: Is it possible for a menu to have a full-screen button, call it the Image Button, that is actually the still image that is desired to be shown? So the viewer sees the Image Button, thinks it's the image (which it is), but it is actually a button. When the viewer presses Enter, the button activates and goes to the next menu which also happens to be the next full-screen image. The viewer is jumping from Image Button to Image Button, with the buttons filling the screen and being the actual images.
    A slide show including videos
    To include a video in the slide show, the destination when Enter is pressed would be a timeline with the appropriate video. At the end of this video, the navigation would lead to a menu which has an Image Button of the last frame of the video. The effect is that the video is paused on the last frame, waiting for the user to hit Enter to advance to the next item (still or video).
    If there is an easier way to mimic a slide show of stills and videos, please let me know.

    Stan – I posted 3 years ago in the Keynote Forums (I'm on Mac) about this sort of thing, knowing that eventually I would want to do it. The answer came back then that Keynote might have problems. So I've recently posted again about Keynote, but no responses as yet.
    I expected problems with Encore and welcome some of them. Overcoming problems is the best way to become intimately involved with software.
    I'm glad you asked why I don't just use Powerpoint (or Keynote in my case). Now's my chance to clarify my thoughts:
    Macs do not upscale very well. Sometimes I may want to show part of a DVD. I've tested playing a DVD on my iMac versus on a Oppo BDP93, fed to a BenQ W7000 projector throwing a 3 metre image. There is an obvious difference in image quality because the Oppo, being hardware based, can interpolate in real time as it scales from 576p (PAL) to 1080P. DVD Player on my iMac simply magnifies the image, resulting in obvious pixellation.
    Dissolves and complex effects in Premier challenge any software based h.264 player. I don't like to see decoding artifacts, for example, during a dissolve while a part of the image is also reducing in size, spinning, and disappearing into the distance. An extreme example, but an effect I used once. From my reading of blu-ray player reviews – and from my limited testing – all blu-ray players can easily handle the highest bit rates from a blu-ray disk.
    I don't have a laptop so I'd have to buy one. I'd rather spend the money on a dedicated player if that route turns out to be suitable.
    I don't trust computers for a presentation. Too unreliable. When I was showing multiscreen audio visuals in the 1980s (4-6 projectors), I always had a backup Tascam 4-track with me, back up soundtrack on tape, back up amp, and a backup slide projector. Even had a backup amp in the car. Speakers, well, if one failed I had two there anyway. With digital, to feel comfortable, I'd have to buy a second laptop. A good quality, backup Blu-ray player can be had for $100. And yes, I do have a backup W7000. I don't trust digital projectors either.
    Running a presentation from a laptop always looks amateurish to me. Someone hunched over a tiny screen, fooling around with Windows or OSX. And usually it's all mirrored on the big screen for everyone to see. I'm never impressed. I want to replicate a cinema experience as closely as possible. Darkness, the audience hushed, and up comes the first image.
    Any suggestions about automatically linking a whole heap of menus?

  • How to make backwards navigation through slide shows possible?

    Hi, I just made my first Encore DVD slide show and spent hours trying to figure out how to do this without a luck. The DVD is one Main Menu with buttons to different slide shows that are all set to manual advance. The end action of each slide show takes to the first image in the next slide show and that was easy and very obvious to achieve in Encore but I didn't find any way to achieve the same for backwards navigation. Does anybody know how to do that.
    Will appreciate any help

    In case my message wasn't clear, I will try to describe better what I want to achieve.
    Currently the viewer starts from a Main menu with 16 buttons linked to 16 slide shows. Starting from the first or any slide show and pressing the next button after an image is displayed, the viewer can see linearly all images in all slide show from that point to the end without ever going to the main menu.
    However if the viewer at any point start pressing the previous button on the remote control, he/she can only go to the start of the current slide show and the only way to get to a previous slide show is to use the Main menu button and then jump from there.
    Is it possible to make a DVD thata will allow the view to go backwards through different slide shows by pressing the previous button??

  • When playing a slide show there are many nonvisible photos.  They appear as "image cannot be edited. The original is offline."  Where is it and how can I get it back into my photo library?

    How can I get all my images to show in my photo library?  When playing a slide show some of my photos have a message "Image Cannot Be Edited.  The original is offline." 

    What version of iPhoto?
    Are you running a Managed or a Referenced Library?
    A Managed Library, is the default setting, and iPhoto copies files into the iPhoto Library when Importing. The files are then stored in the Library package
    A Referenced Library is when iPhoto is NOT copying the files into the iPhoto Library when importing because you made a change at iPhoto -> Preferences -> Advanced. (You unchecked the option to copy files into the Library on import) The files are then stored where ever you put them and not in the Library package. In this scenario you are responsible for the File Management.

  • Can you automate an iPad keynote presentation like a slide show?

    I have a very basic keynote presentation that I've created on my iPad 2.  No fancy transitions, etc.  Essentially slides with pictures and information.  I need to have it run like a slide show and repeat itself over and over for a static display.  Can someone help me accomplish this?
    Thanks in advance.

    Yes, you will do it by setting the transition options for the slides.
    See how to do it here http://http://support.apple.com/kb/HT3701

  • Help placing a Bridge slide show in a DW page

    I've created a slide show (paintings on an artist's website) using Adobe Bridge. Though I followed the instructions for placing this file in a page created from a template, it interrupts the horizontal navigation bar when viewed in a browser.
    Thanks in advance for the help.

    Hi
    If the slideshow works, then it is probably your css margin settings that require increasing. If you are using a table based layout the you will have to either increase the size of the table or convert to a css based layout.
    Can you post a link?
    PZ

  • Can I make different slide shows play without having to go to menu each time

    I put multiple slide shows in the same file and are trying to figure out how to make them play on a continuous loop vs. having to click on each one at the main menu screen

    I put multiple slide shows in the same file
    By file I assume you mean iDVD project, correct?
    Are these slideshows QT movies created from iPhoto or iMovie?  If so put them all in an iDVD slideshow as shown below:
    You can call that particular slideshow "Play All" or something similar.  Set the Slide duration to anything except manual.  Do not use any type of transition.
    Then, while in the Map mode, select the slideshow and use the Advanced ➙ Loop Slideshow menu option.
    OT

Maybe you are looking for