Looped audio on slide shows does not loop

Even though i set the slideshow options to "fit to audio", and it appears to work on the preview, when i burn the DVD to disc, the music track is played once only and the second half of the slideshow flips away in silence. Can anyone help? Thank you.
iMac G5   Mac OS X (10.4.6)  

Welcome to the forums,
I'm a bit confused. "Fit to music" should adjust how quickly the photos change so that the song and slides finish at the same time. If you want the audio to loop, you should try "Repeat music."
John

Similar Messages

  • Slide show does not work

    I created a slide show. It works really well on the Prieview with a browser. Once I put it on the web it does not work. here is the code.
    <%@LANGUAGE="JAVASCRIPT"
    CODEPAGE="65001"%>
    <!doctype html>
    <html><!-- InstanceBegin template="/Templates/template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta charset="utf-8">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <style type="text/css">
    /* BeginOAWidget_Instance_2141542: #ImageSlideShow */
    #ImageSlideShow.ImageSlideShow {
        width: 300px;
        height: 300px;
        border: solid 5px #000000;
    #ImageSlideShow .ISSClip {
        background-color: #333333;
    /* EndOAWidget_Instance_2141542 */
    </style>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    #apDiv16 {
        position: absolute;
        left: 267px;
        top: 289px;
        width: 402px;
        height: 331px;
        z-index: 14;
        border: thick ridge rgb(0,0,255);
    </style>
    <style type="text/css">
    #apDiv17 {
        position: relative;
        left: 687px;
        top: 287px;
        width: 346px;
        height: 65px;
        z-index: 15;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        font-style: italic;
    </style>
    <style type="text/css">
    #apDiv18 {
        position: absolute;
        left: 814px;
        top: 318px;
        width: 254px;
        height: 369px;
        z-index: 16;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 3px;
        color: rgb(0,0,0);
        font-weight: bold;
    #apDiv18 P FONT {
        color: rgb(0,0,0);
    #apDiv18 P FONT {
        font-weight: normal;
    </style>
    <style type="text/css">
    #apDiv19 {
        position: absolute;
        left: 301px;
        top: 280px;
        width: 426px;
        height: 328px;
        z-index: 1000;
    </style>
    <style type="text/css">
    #apDiv20 {
        position: absolute;
        left: 314px;
        top: 319px;
        width: 437px;
        height: 312px;
        z-index: 16;
    </style>
    <style type="text/css">
    #apDiv21 {
        position: absolute;
        left: 273px;
        top: 231px;
        width: 520px;
        height: 23px;
        z-index: 16;
        font-size: 18px;
    </style>
    <style type="text/css">
    <!--
    /* ~~ 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. */
        padding-right: 15px;
        padding-left: 15px; /* 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. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-style: ridge;
        border-right-style: ridge;
        border-bottom-style: ridge;
        border-left-style: ridge;
    /* ~~ 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;
        color: #0000FF;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 2000px;
        background-color: #666;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: absolute;
        height: 1000px;
        left: 0px;
        top: 0px;
    /* ~~ 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-color: #333333;
        border-bottom-width: thick;
        border-bottom-style: double;
        border-bottom-color: rgb(255,0,0);
        width: 2000px;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 150px;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        background-color: #FF0000;
        height: 150px;
        width: 2000px;
        border-top-width: thick;
        border-top-style: double;
        border-top-color: rgb(0,0,0);
        left: 0px;
        position: absolute;
        top: 850px;
    /* ~~ 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;
    #apDiv1 {
        position: absolute;
        left: 204px;
        top: 13px;
        width: 317px;
        height: 49px;
        z-index: 1;
        font-family: "Arial Black", Gadget, sans-serif;
        text-transform: uppercase;
        color: #F00;
        font-size: 40px;
    #apDiv4 {
        position: absolute;
        left: 180px;
        top: 19px;
        width: 585px;
        height: 23px;
        z-index: 4;
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 24px;
        font-style: oblique;
        color: #FF0;
    #apDiv12 {
        position: absolute;
        left: -6px;
        top: 52px;
        width: 201px;
        height: 27px;
        z-index: 9;
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 36px;
        color: #0FF;
        font-weight: bold;
        text-transform: lowercase;
        font-style: oblique;
    #apDiv5 {
        position: absolute;
        left: 0px;
        top: 53px;
        width: 757px;
        height: 26px;
        z-index: 5;
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 36px;
        color: #06F;
        text-transform: lowercase;
    #apDiv6 {
        position: absolute;
        left: 366px;
        top: 155px;
        width: 1413px;
        height: 32px;
        z-index: 999;
        color: #999;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
    -->
    </style>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    #apDiv8 {
        position: absolute;
        left: 70px;
        top: 66px;
        width: 1280px;
        height: 41px;
        z-index: 8;
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
        font-weight: bold;
    #apDiv2 {
        position: absolute;
        left: 11px;
        top: 213px;
        width: 140px;
        height: 308px;
        z-index: 9;
    </style>
    <link href="../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    #apDiv3 {
        position: absolute;
        left: 302px;
        top: 321px;
        width: 654px;
        height: 466px;
        z-index: 10;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 10px;
        border-top-width: thick;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: rgb(0,51,255);
    #apDiv7 {
        position: absolute;
        left: 2px;
        top: 35px;
        width: 302px;
        height: 326px;
        z-index: 7;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16px;
        line-height: 5px;
        font-weight: normal;
        color: #666;
    #apDiv9 {
        position: absolute;
        left: 270px;
        top: 302px;
        width: 382px;
        height: 295px;
        z-index: 11;
        border: thick solid rgb(0,51,255);
    .style12 {font-size: 18pt}
    #apDiv7 P FONT {
        color: rgb(0,0,0);
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16px;
    #apDiv10 {
        position: absolute;
        left: 4px;
        top: 164px;
        width: 131px;
        height: 293px;
        z-index: 999;
    #apDiv11 {
        position: absolute;
        left: 670px;
        top: 298px;
        width: 268px;
        height: 61px;
        z-index: 13;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
        color: #000;
    .container .content #apDiv11 P FONT {
        color: rgb(0,0,0);
    #apDiv13 {
        position: absolute;
        left: 134px;
        top: 230px;
        width: 864px;
        height: 551px;
        z-index: 13;
    #apDiv14 {
        position: absolute;
        left: 151px;
        top: 252px;
        width: 605px;
        height: 278px;
        z-index: 13;
    #apDiv15 {
        position: absolute;
        left: 98px;
        top: 392px;
        width: 1350px;
        height: 496px;
        z-index: 13;
    #apDiv16 {
        position: absolute;
        left: 339px;
        top: 249px;
        width: 724px;
        height: 37px;
        z-index: 900;
        border-bottom-width: thick;
        border-bottom-style: solid;
        border-bottom-color: rgb(255,0,0);
    #apDiv17 {
        position: absolute;
        left: 50;
        top: 266px;
        width: 620px;
        height: 1;
        z-index: 13;
        background-color: #FF0000;
    #apDiv22 {
        position: absolute;
        left: 132px;
        top: 50px;
        width: 40px;
        height: 46px;
        z-index: 1000;
        color: #FFF;
    #apDiv23 {
        position: absolute;
        left: -103px;
        top: 340px;
        width: 800px;
        height: 3;
        z-index: 10;
        border-top-width: thick;
        border-top-style: groove;
        border-top-color: rgb(255,0,0);
    #apDiv30 {
        position: absolute;
        height: 30px;
        width: 1000px;
        left: -102px;
        top: 288px;
    </style>
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    #apDiv16 {
        position: absolute;
        left: 264px;
        top: 326px;
        width: 402px;
        height: 331px;
        z-index: 14;
        border: thick ridge rgb(0,0,255);
    </style>
    <style type="text/css">
    #apDiv17 {
        position: absolute;
        left: 687px;
        top: 324px;
        width: 346px;
        height: 65px;
        z-index: 15;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
    </style>
    <style type="text/css">
    #apDiv18 {
        position: absolute;
        left: 687px;
        top: 392px;
        width: 254px;
        height: 358px;
        z-index: 16;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16px;
        line-height: 0px;
    </style>
    <style type="text/css">
    #apDiv19 {
        position: absolute;
        left: 214px;
        top: 293px;
        width: 952px;
        height: 375px;
        z-index: 101;
    </style>
    <style type="text/css">
    #apDiv22 {
        position: absolute;
        left: 216px;
        top: 286px;
        width: 906px;
        height: 348px;
        z-index: 17;
    #apDiv24 {
        position: absolute;
        left: 70px;
        top: 518px;
        width: 785px;
        height: 113px;
        z-index: 1000;
    #apDiv25 {
        position: absolute;
        left: 222px;
        top: 361px;
        width: 115px;
        height: 250;
        z-index: 7;
    </style>
    <link href="../Spry-UI-1.7/css/SpryImageSlideShow.css" rel="stylesheet" type="text/css">
    <script src="../Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin.js" type="text/javascript"></script>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2141542" binding="#ImageSlideShow" />
    </oa:widgets>
    -->
    </script>
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div>Content for New Div Tag Goes Here</div>
    <div>Content for New Div Tag Goes Here</div>
    <container class="container">
    <div id="apDiv1">
      <!-- InstanceBeginEditable name="EditRegion4" -->
    <div id="apDiv25">
      <ul id="ImageSlideShow">
        <li><a href="../images/bent_shank_wnuts.jpg"><img src="../images/src/bent_shank_wnuts.jpg" alt="" /></a></li>
        <li><a href="../images/champion_rivet_at_operator.JPG"><img src="../images/src/champion_rivet_at_operator.JPG" alt="" /></a></li>
        <li><a href="../images/coining.jpg"><img src="../images/src/coining.jpg" alt="" /></a></li>
        <li><a href="../images/dry_box_workers.jpg"><img src="../images/src/dry_box_workers.jpg" alt="" /></a></li>
        <li><a href="../images/laser_shlomo.jpg"><img src="../images/src/laser_shlomo.jpg" alt="" /></a></li>
      <li><a href="../images/lung-blocker-white-gowns.jpg"><img src="../images/src/lung-blocker-white-gowns.jpg" alt="" /></a></li> 
      </ul>
      <script type="text/javascript">
    // BeginOAWidget_Instance_2141542: #ImageSlideShow
    var ImageSlideShow = new Spry.Widget.ImageSlideShow("#ImageSlideShow", {
        widgetID: "ImageSlideShow",
        injectionType: "replace",
        autoPlay: true,
        displayInterval: 4000,
        transitionDuration: 2000,
        componentOrder: ["view", "controls"],
        plugIns: [ Spry.Widget.ImageSlideShow.PanAndZoomPlugin ]
    // EndOAWidget_Instance_2141542
      </script>
    </div>
    <div id="apDiv23"></div>
    <!-- InstanceEndEditable -->
      NOGAH
      <div id="apDiv5">Machine Designers &amp; Builders</div>
    <div id="apDiv4">smart innovative engineering </div>
    </div>
    <!-- InstanceBeginEditable name="EditRegion3" -->
    <div id="apDiv15">
      <p> </p>
    </div>
    <!-- InstanceEndEditable -->
    <div class="header"><a href="#"><img src="../images/logoN.jpg" alt="Insert Logo Here" name="Insert_logo" width="100" height="150" id="Insert_logo" style="color: #F00; text-transform: uppercase; font-size: 40px; font-family: 'Arial Black', Gadget, sans-serif; display: block;"></a>
    <!-- end .header --></div>
      <div class="content">
        <div id="apDiv6" style="left: 100px; top: 170px">
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a href="index.html">Home</a>        </li>
            <li><a href="facility.html">Our Facility</a></li>
            <li><a href="about%20us.html">About Us</a></li>
    <li><a href="contact%20us.html">Contact Us</a></li>
            <li><a href="#" class="MenuBarItemSubmenu">Medical</a>
              <ul>
                <li><a href="lung%20blocker%20bed%20mounted.html">Lung Blocker Bed Mounted</a></li>
                <li><a href="lung%20blocker%20stand.html">Lung Blocker Stand</a></li>
                <li><a href="couch.html">Radiation Couch</a></li>
                <li><a href="lab%20bench.html">Lab Bench</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Biotech</a>
              <ul>
                <li><a href="mega%20base%20SH.html">Mega Base Dispensing S.H</a></li>
                <li><a href="mega%20base%20DH.html">Mega Base Dispensing D.H</a></li>
                <li><a href="filling%20machine.html">Liquid Filling Machine</a></li>
                <li><a href="powder%20dispenser.html">Powder Dispensing</a></li>
                <li><a href="capper.html">Capper</a></li>
                <li><a href="laser%20labeler.html">Laser Labeler</a></li>
                <li><a href="racker.html">Vial Racker</a></li>
                <li><a href="dry%20box.html">Glove Box</a></li>
                <li><a href="heat%20seal.html">Sealing Press</a></li>
    </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Polymers</a>
              <ul>
                <li><a href="lid%20stacking.html">Lid Stacking</a></li>
                <li><a href="heat%20staking%20machine.html">Heat Staking</a></li>
                <li><a href="tire%20assembly.html">Roller Assembly</a></li>
                <li><a href="lint%20trap.html">Lint Trap</a></li>
                <li><a href="bosch.html">Dryer Assembly</a></li>
                <li><a href="marbal.html">Cooling Tower</a></li>
                <li><a href="jar%20trimming.html">Jar Trimming</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Fasteners</a>
              <ul>
                <li><a href="bent%20shank.html">Bent Shank </a></li>
                <li><a href="lug%20nuts%20tapping%20machine.html">Lug Nuts</a></li>
                <li><a href="round%20small%20nuts.html">Rivets Tapping</a></li>
                <li><a href="knurling.html">Knurling</a></li>
                <li><a href="eyebolts.html">Eye Bolts</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Feeding</a>
              <ul>
                <li><a href="feeding%20with%20vision.html">Using Vision</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Metal</a>
              <ul>
                <li><a href="champion.html">Rail Road</a></li>
                <li><a href="assembly.html">Assembly</a></li>
                <li><a href="coining.html">Coining</a></li>
                <li><a href="pointing.html">Pointing</a></li>
                <li><a href="damper%20assembly.html">Damper Assembly</a></li>
                <li><a href="fomo.html">Notching</a></li>
                <li><a href="nut%20welder.html">Nut Welding</a></li>
                <li><a href="soundwich.html">Dashboard</a></li>
                <li><a href="water%20pump.html">Drilling</a></li>
                <li><a href="rotor_deburing.html">Deburing</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">General</a>
              <ul>
                <li><a href="road%20construction.html">Road Construction</a></li>
                <li><a href="large%20hose.html">Large Hose Mfg.  Drive</a></li>
              </ul>
            </li>
            <li><a href="IMTS%20show.html">IMTS Show</a></li>
            <li><a href="http://www.yedaengineering.com/">Yeda LLC</a></li>
          </ul>
    </div>
    <h2> </h2>
        <p class="MenuBarHorizontal"> </p>
        <p> </p>
    <p class="style12"> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
    </div>
    <div class="footer">
        <div id="apDiv8">Nogah Engineering 1800 London Road Unit C Cleveland Ohio 44112 USA Tel: 216.738.1730 Fax: 216.738.1770 </div>
        <p> </p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>
    Thanks.

    All these supporting files are missing (404 not found on server). 
    <link href="../Spry-UI-1.7/css/SpryImageSlideShow.css" rel="stylesheet" type="text/css">
    <script src="../Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin.js" type="text/javascript"></script>
    Upload Spry-UI-1.7 folder to your remote server by clicking the folder and hitting the UP arrow in your Files Panel.
    Also, validate your code and fix reported errors.  You have unbalanced div tags.
    HTML - http://validator.w3.org/
    Nancy O.

  • Aperture Exported Slide Show Does not show last few photos

    I exported an Aperture Slide show for an AppleTV (720P).  The slide show has over 2000 photos from a recent trip.  The slide show is about 115 minutes long.
    Everything works fine until about the last few minutes, the music works fine but the screen goes black for about 7 photos, comes back on for 2-3 then goes black for the last 5 or so photos.  Does anyone have any idea why the end of the exported slide show is doing this?  If I watch the preview on my MAC everything looks fine all the way to the end.

    In my case it was because my hard drive was nearly full.  I emptied the trash (had not done this in quite sometime) and it freed up a lot of disk space.  The full slide show compiled fine after this.  I found this when another recompile warned me that there was not enough disk space to compile.  Hopes this helps.

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

  • SWF slide show does not play

    I need some help with a Fireworks swf slide show.
    This is the web page:
    http://www.shortlifeweb.com/DrTedScott/index1.html
    And here is a hard link to the slide show:
    http://www.shortlifeweb.com/DrTedScott/images/slideshow.swf
    The slideshow.swf works fine, so I think the files and swf
    are properly located.
    However, in the index1.html, the slideshow does not play.
    Any help would be appreciated.
    Ken.

    To make things simple, I created a blank page - no template,
    no formatting. And it still does not play.
    According to some of the tutorials I have seen, the slide
    show should play within Dreamweaver, but it doesn't play there
    either.
    Thanks.
    http://www.shortlifeweb.com/DrTedScott/slideshow_test.html
    I am including the entire html code.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550"
    height="400" id="FlashID" title="showing_photos">
    <param name="movie" value="images/slideshow.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <!-- Next object tag is for non-IE browsers. So hide it
    from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash"
    data="images/slideshow.swf" width="550" height="400">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <!-- The browser displays the following alternative
    content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of
    Adobe Flash Player.</h4>
    <p><a href="
    http://www.adobe.com/go/getflashplayer"><img
    src="
    http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
    alt="Get Adobe Flash player" width="112" height="33"
    /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>

  • Slide show does not Play Images Worked on in CS2- 2nd post

    I routinely work on Aperture images with CS2...using the external editor command. When I try to play a slideshow with these "worked on" images the Aperture slide show just reverts to the original Aperture Master. Thus I am unable to show the CS2 versions...Is this just a bug?
    g5 dual 2.3 late model Mac OS X (10.4.8) 3.5 gig memory...

    Have you made the CS2 version the stack pick?
    Also, helpful to generate Previews before Slideshow (revised at v1.5 to use them rather than creating an image on-the-fly) so that slideshow doesn't stutter.
    G.

  • Slide show does not Play Images Worked on in CS2

    I routinely work on Aperture images with CS2...using the external editor command. When I try to play a slideshow with these "worked on" images the Aperture slide show just reverts to the original Aperture Master. Thus I am unable to show the CS2 versions...Is this just a bug?
    g5 dual 2.3 late model   Mac OS X (10.4.8)   3.5 gig memory...

    I have the same problem. I have many architectural shots that I adjusted using Perspective or Skew in CS 2 and the changes don't show up in a slide show. I have marked each CS 2 modified shot as a pick in the main library and as an album pick in the album, all to no avail.
    iMac G5   Mac OS X (10.4.8)   1.5 GB RAM

  • Slide Show does not work properly

    When reviewing a previously created slide show or when creating a new one, the first slide appears in the window.  As the current slide indication at the bottom of the screen advances, the main screen goes blank. When I hit pause, the current slide will be displayed.  If I resume by clicking on play, the subsequent slides are blank in the main window

    Extra information-the only change in my computer was downloading PE 12 Trial

  • I created a theme and a slideshow in iDVD. The theme (intro) plays looped in the preview, but does not go on to the slideshow. How do I "un"loop it?

    I created a theme and a slideshow in iDVD. The theme (intro) plays looped in the preview, but does not go on to the slideshow. How do I "un"loop it?

    Perhaps someone on this forum has done what you are asking and would be more help than me. 
    I think it could be done, but you'd have to do some fiddling around. The concept is to make the iDVD theme part of your iDVD or iMovie created slideshow, so that it will play as part of the slideshow.
    I don't know if this will work, but if I were experimenting I would try creating an iDVD project with just the theme in it, and then save that to your desktop as a disc image.  When you click on the icon of the disc image you have just created, you will see a Video_TS folder.  Open that and you will see a file containing the letters VOB.  Open that file. 
    You need to convert that VOB file back to DV or Quicktime Movie which iMovie is designed to handle. For that you need  the free download MPEG Streamclip:
    http://www.apple.com/downloads/macosx/video/mpegstreamclip.html
    but you must also have the Apple mpeg2 plugin :
    http://www.apple.com/quicktime/mpeg2/, which I believe costs about $20.
    Open MPEG Streamclip and drag the VOB file to its window.  Go to the MPEG Streamclip file menu and click on Export to DV. 
    After the export is done, you will have a DV file containing the iDVD theme.  I would try adding that clip as your first entry in your slide show, assuming that you are running iDVD7.  (You can't add a movie to a slideshow in iDVD6.)  When you play your slideshow hopefully it will play the DV clip containing the theme, then seamlessly followed by your slide show.   If it doesn't, try instead exporting the VOB file to a Quicktime Movie, and then try to add the Quicktime movie to your slideshow.
    You might be able to do this easier if you created your slideshow in iMovie instead of iDVD.  You could make an iMovie with the iDVD theme clip as the lead clip, and then share your iMovie project to iDVD. 
    Good luck with this.  As I said, perhaps someone else has an easier way to do this and will chime in. 

  • Why my program does not loop back during invalid input?

              boolean invalidNum = false;           
                      //Questionnaire Number
                        do {
                        System.out.print("Enter Questionnaire Number [ ] ");
                          try
                               inputQuestionnAireNum = Integer.parseInt(input.nextLine());
                               if(inputQuestionnAireNum <0 || inputQuestionnAireNum>100){
                                    System.out.print("Invalid: please enter between 1 to 100 \n");
                               } else {
                                    invalidNum = true;
                          catch (NumberFormatException e)
                            System.out.print("Invalid try again \n");
                        } while (!invalidNum);
                        //Age input
                        do {
                             System.out.print("Enter Age [ ] ");
                               try
                                    inputQuestionnAireNum = Integer.parseInt(input.nextLine());
                                    if(inputAge <0 || inputAge>100){
                                         System.out.print("Invalid: please enter between 1 to 100 \n");
                                    } else {
                                         invalidNum = true;
                               catch (NumberFormatException e)
                                 System.out.print("Invalid try again \n");
                             } while (!invalidNum);
                        //Postal code
                        System.out.print("Enter Postal Code [ ] ");     
                        inputPostCode = Integer.parseInt(input.nextLine());Result:
    1 new entry or 0 print1
    Enter Questionnaire Number [ ] w
    Invalid try again
    Enter Questionnaire Number [ ] 33
    Enter Age [ ] w
    Invalid try again
    Enter Postal Code [ ]
    why age input does not loop back and prompt for re-enter during invalid input ? instead it proceed to print the next line.

    Apparently because you don't reset "invalidNum" after the first loop.
    Your code would be a lot easier to read if you didn't use the word "invalid" to mean "valid".

  • IDVD Slideshow no audio / wrong slide show

    Greeting, I have significant trouble with a iDVD project I have been working on. The main problem involves the slide shows. Don't be mistaken this is a large iDVD project, not much video input but 10 ish menus and 4 slide shows. I have experienced several problems with the slide shows. Previously one of the slide shows was duplicated in place of another slide show on a different menu. I was able to correct this by changing the order of some of the photos and re encoding the DVD. Currently Two of the slide shows have lost their audio content and several of the slides. I know that the missing audio on one of the slide shows is not caused by the format of the audio file as it is used on all but one of the menus.
    I am going to try to re encode it yet again (probably the 6 or 7th time, iDVD tends to crash silently every third time) to see if it will encode correctly this time.
    Any other suggestions about this?
    Thanks!

    However for one of the slide shows I did select the photos from iPhoto originally.
    I wonder if that is affecting the performance...?
    Here's an example of one of my slideshow projects that works fine. No iPhoto:
    Ireland 2006
    iDVD 6 Pass Through widescreen theme
    696 images that are 2816x1584 pixels shot with Canon SD700 IS
    15 640x480 movies from same digital camera transcoded to H.264 with QuickTime Pro.
    Part 1 and Part 2 submenu buttons on main menu. All submenus are the Chapters option for this theme.
    Part 1 leads to a submenu. That submenu has additional submenus and sub-submenus. Part 1 leads to 12 total submenus. These menus contain images and movies.
    Part 2 leads to a submenu. That submenu has 5 submenus with only images.
    I had to "remove" animation on all the sub-submenus and not include any music to get everything on a single-layer DVD-R. The Menu info was WAY over the 7:30; something like 14:00 after these adjustments. About 20 slideshows with music. Additional short slideshows with no music.
    Started the rendering/encoding process at exactly 1:00:00 p.m.
    Finished the Menu video rendering/encoding process at 3:53:30.
    Finished the slides and transitions process at 5:37:30.
    Process movies start 5:37:30, finished 6:27:45.
    Burn process start 6:27:45.
    Retrieving ends 6:28:30
    Writing lead-in starts 6:28:30. Finished 6:31:55.
    Writing... finished 6:33:50.

  • HT201335 I just installed my apple tv set it to mirroring and it worked perfect.  one hour later it will play audio but the picture does not come up on the screen to mirror my ipad.

    I just installed my apple tv and set it to mirroring and it worked perfect.  One hour later it will will only play audio on mirror, it does not show the screen image of the ipad on the tv.

    restart ipad, appletv and wifi router

  • HT4061 iphone 3GS screen locked, slide bar does not work

    Iphone 3GS. The slide bar does not work, ie the screen lock does not unlock. I have tried to reset (power and home buttons) and also to restore my iphone several times using iTunes without any success. Any suggestions? My son uses the phone now for games, so it has no carrier.

    A reset can be done by tapping and holding the Home button and the Sleep/On/Off buttons at the same time for approximately 10-15 seconds, until the Apple logo reappears.
    Stedman

  • On slide No. 13 of my Keynote presentation, I have varous pictures that go through automatically just as I programmed them, but if I I want to get by clicking to the next slide , it does not let me. How can I program so when I want goes to next slide?

    On slide No. 13 of my Keynote presentation, I have varous pictures that go through automatically just as I programmed them, but if I I want to get by clicking to the next slide , it does not let me. How can I program so when I want goes to next slide?

    Keynote is programmed to execute all of the effects in a build sequence before it will move to the next slide.
    If you want tobe able to move to the next slide at any time in a sequence of builds, you will need to set all of the builds on that slide to:  "on click". You will then need to execute each build by pressing the space bar or click the left mouse button for each object.

  • Is it possible to make a text box cycle/rotate through text, like a slide show does?

    Is it possible to make a text box cycle through 3 or 4 separate pieces/groups of text, like a slide show does with photos? So that when I open my site a text area says "Statement 1", then 10 seconds later it changes to "Statement 2", then 10 seconds later it chagnes to "Statement 3", etc.
    Its that possible with a text box? My desire is to have 3 or 4 testimonials that change every 10 seconds.
    You can see that right now it's a single testimonial:
    www.kmlstudio.com
    All help is appreciated
    Thanks!
    Kevin

    Right.  Some plugins have zip file downloads while others are just copy & paste.
    In DW, go to File > New > Blank page > JavaScript.
    Copy & paste the Cycle plugin code into your new JS page. 
    SaveAs   cycle.2.9.81.js  in whichever site folder you normally keep scripts.
    Link your HTML page to your new cycle script:
    Insert > Script > Script (browse to folder containing your cycle script). Hit OK.
    Don't forget to add a link to the jQuery core library, too.  Plugins don't work without it.
    Nancy O.

Maybe you are looking for

  • Remote not working - system files...?

    hi, sorry for the longish post, gonna detail what i've been doing and the other problems i've dealt with, for background. think the only problem left now tho is with the remote. i coincidentally used my apple remote for the first time yesterday, and

  • My ipad mini doesn't have a web browser! Help. I can't access the internet or iTunes or the app store. The web browser icon isn't even there.Anyone know what to do?

    My ipad mini doesn't have a web browser! Help. I can't access the internet or iTunes or the app store. The web browser icon isn't even there.Anyone know what to do?

  • Isight not listed under firewire in system profile

    hello all, All of a sudden my isight is not listed under firewire in the system profile. I've tried restarting with it plugged in and with it not plugged in. The green light of the camera will come on for a few seconds then shuts off when i do plug i

  • Customize menu LV

    Hello, I want to customize a toolbar Menu with picture. Help me. Phil. NTA-Automation Philippe B. Certified Associate Developer / Dépt Moyens d'essais www.ingenia-system.com

  • Excel Set Cell Color and Border.viのbackground color 設定について

    お世話になっております. Microsoft オフィス用レポート生成ツールキットを使って LabVIEWで収集したデータをExcelファイルで出力しようと考えています. そこで質問が有ります. 題名のようにExcel Set Cell Color and Border.viのbackground color 設定についてです. デフォルト(未配線)では白に設定されていますが."色なし"に設定するにはどうしたら良いのでしょうか? 又.罫線色等を指定する数値設定に関しては.何処を調べたら良いのでしょ