Making a slide-show disk with music self-playable

I have burned a slideshow disk with music through Keynote. In "Inspector", I made sure that zI selected "self-playable" before recording and saving it. However, when I put the disk in my iMac, the icon appears on my desktop, I click on the icon, a window pops up with the file on it, and I click on the file. Then Keynote opens up with the slideshow showing in "Navigator" and I have to press or select play for the slideshow to play.
What must I do to have the slideshow play as soon as the disk is loaded or at least when I click on the icon of the disk on my desktop?
Thanks for your help.
Vernon

Place the individual music files into a new iTunes playlist. Choose it (not the individual files) by hitting the OK button.

Similar Messages

  • PLEASE HELP. URGENT- Creating a slide show presentation with music

    Good day. I would like to create a slide show presentation with music attached to it. i tried it once with a few pistures and it worked. now, i have around 3 hundred pictures and would like to create a slide show but unfortunately the same music keeps on playing over and over again. once the 1st music is done and there are still pictures to be shown, can i use another music title? how do i do this? please help....

    Place the individual music files into a new iTunes playlist. Choose it (not the individual files) by hitting the OK button.

  • Making Quicktime slide shows (videos) with Windows

    Hello. With the Mac platform, I am able to use my photo program, iPhoto, export photos from it and make a Quicktime slide show (video, with accompanying music from my music program, iTunes. Is this also possible with Windows, ie: where would the 'Export' command be and how would music be integrated into it? Any other helpful comments would be appreciated. Thank you.

    You can open many different audio and image formats with the Windows version of QuickTime Pro. To assemble a slide show of still images you could open a folder of liked sized, sequentially named images and add that new file "scaled" to the audio track.
    You could also open the audio track and "add scaled to selection" your individual image files. This method would allow you set the duration of each slide to different values but would limit your show to 98 images (99 track limit).
    This method could also use different image dimensions, different "offsets", transparency "blends" and mask layers. Depending on your intended distribution format you could make HD sized QuickTime movies with multiple images displaying simultaneously (Brady Bunch style).
    One of my older QuickTime files made using still images:
    http://homepage.mac.com//kkirkster/03war

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

  • Are .mov files usable in PE 13?  If not, can PE 13 convert them to a usable format?  Will the result be usable in a slide show created with Photoshop Elements 13?

    Are .mov files usable in PE 13?  If not, can PE 13 convert them to a usable format?  Will the result be usable in a slide show created with Photoshop Elements 13?

    jayarl
    Please do not duplicate thread. It gets confusing for you as well as for those trying to respond to your question.
    I have replied to your question in your other thread.
    https://forums.adobe.com/thread/1662961
    Please continue the discussions there.
    A moderator will probably delete or close one of the duplicates as soon as seen.
    Just a note...Photoshop Elements 13 and Premiere Elements 13 are standalone products. Each comes with the
    Elements Organizer 13. When both are on the same computer, they share the same Elements Organizer 13.
    ATR

  • What is the easiest way to make a slide presentation DVD with music that can be played on PC or DVD player using MacBook Pro?

    What is the easiest way to make a slide presentation DVD with music that can be played on a PC or DVD player?  I'm using a MacBook Pro since that's the computer that has all the photos (in an album) and music.  Thanks.

    I would suggest that you post this to the Adobe Encore>Menus & Buttons forum. What you want to do, if I read correctly, is pretty simple. There will probalby be links available to step you though it. I'll look for this there, and start gathering some links.
    Good luck,
    Hunt

  • I am using Iphoto 6 to create a slide show but my music stops when it supposed to loop?

    I am using Iphoto 6 to create a slide show but my music stops when it supposed to loop?

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • Help!  I thought I was pretty good setting up slide shows and adding music.  I'm trying to make a new slide show from a great trip to New York.  I can get theme music but no music at all from iTunes.  Checking my older slide shows, which did play music!

    Help!  I thought I was pretty good setting up slide shows and adding music.  I'm trying to make a new slide show from a great trip to New York.  I can get theme music but no music at all from iTunes.  Checking my older slide shows, which did play music, it's all gone!
    Problem seems to have started after updating to Mavericks.
    Is there a box I need to check/uncheck?
    Any help very welcome!

    Hopefully you've seen the post from Terence Devlin?  I've pasted it below.
    In iTunes go File -> Library -> Organise Library -> Reorganise Library.
    Then quit and restart iPhoto.
    Pity Apple didn't either warn us or set up a bug fix!

  • **Adding different text to each photo before making a slide show.

    And the top of the day to you,
    Is there a way to add different text to each photo before making a slide show? I know you can do this in PS4 but it is not very easy. Any ideas?
    Al

    Use the Caption metadata to add slide text then click the ABC icon in the slideshow module, followed by clicking the up/down icon, then choose Edit. Insert the Caption option from the IPTC Data box.

  • I am making a slide show, but when importing pic from organizer, they are fuzzy??

    I am making a slide show, but when importing pic from organizer, they are fuzzy??

    You need this forum: Community: Premiere Elements | Adobe Community
    You are in the Premiere Pro forum now.

  • Sync self made slide shows from with titles and music to I TOUCH

    Trying to sync pictures i have put into slide show with titles and music to I touch is there away

    Why not make a movie with iPhoto/iMovie?

  • Are there any step-by-step directions for making a slide show with music on iDVD?

    I once knew how to do this, but lost my directions (from a friend) in make a slide show using iDVD.  Where could I download the steps for making a DVD that I could play on my DVD player and view on my TV monitor.?

    I will try this.  I did go to help, but did not click on that subject.  Actually, all of a sudden it worked, except that the music I choose did not work.  So, I will work on this later.  Thanks for the suggestion.

  • Making a Slide show with Video, Pictures, and Music

    Hi,
    I'm putting together a slide show with music containing music, narration, pictures and video shot from different cameras…would like to export in the best quality i can…
    What formats:
    o Pictures
    o Video
    o Audio
    o Narration
    along with:
    Codecs
    Compressions
    Are best used with FCE?

    Thanks very much for your response...one of the cameras used was a Sony HDV U1000...I believe it was shot 1080i..couldn't tell you what other cameras were, but I'm pretty sure they weren't HD cameras...just trying to help a buddy edit his project, but it seems the formats are all over the place....Trying to convert the sources so we can output a good product...I would probably use iDVD to make the DVD...I've made some videos for another friend using my Sony VX2100 and they look awesome...
    Thanks again for your help, it's very appreciated!
    Curt Casassa

  • Making a slide show with ActionScript

    I know, I know...why aren't I using Powerpoint to do a slide show? Because I want to incorporate more detailed animation into the presentation that I can only do in Flash. My question is simply this: How do I simply make Flash move from one image to another via clicking? The script I was trying to use involved a stop on the frame and this:
    on (release) {
        gotoAndPlay(2) }
    ...on the image, which is a button. I don't get any errors upon export, but the functions still don't work. It remains stuck at frame 1.
    I don't want thumbnails or anything in this. Just to stop on frame 1,  click, then go to frame 2, stop, click. You get the idea. There will also be occasional animations and sounds happening over the images, which I imagine I can just use matching scripts for.
    Can anyone suggest what actions I can apply to frames and/or clips/buttons to achieve the slide show look?

    That one didn't work either. No error messages, but it also doesn't move. But I had some luck with this code:
    on (release)
        _root.gotoAndStop(2);
    I don't know yet how to make it change scenes, but it's definitely working for the slide show effect. Thanks very much for your help, though!

  • Making A Slide Show To Burn To A DVD

    His I just started using photshop elemnents 13 from a previous 11 version.
    In the past I picked some 300 slides to make a slide show with music and then exported it to a WMV and then imported the WMV into premiere elements and burned a DVD. In phtoshop elements when I selected my slide and created a slide show I could choose how many seconds each slide, the color of the borders, the manner in which slide changed and I used random.
    You could then do zoom in or out, make extra slide with information, add music and then save and export to a WMV and then import that into premiere elements and then burn a DVD.
    Help
    Tom Fitch

    Reason I thought PSE4 would burn to a DVD is, there is a button in the slide show screen that says "burn to DVD" in the PSE4 book we were reading.
    If Premiere Elements 2 were also installed with Photoshop Elements 4, then it was possible to burn to DVD from the PSE 4 slide show editor by using Premiere Elements 2.   Not all writing on that workflow made it obvious that the Premiere Elements software was required.
    Would I be better off getting a different program for making slide shows? The pictures I'm trying to make into a slide show are from a 90th birthday party I shoot over the weekend and want to give out copies of a DVD to the guest.
    Option 1
    If you have already made a slide show in the Photoshop Elements slide show editor, then you might as well do some investigation of the alternatives.
    -- What Windows operating system are you running ? If it includes Windows DVD Maker, then I would give that a try. Write your output of the slide show from PSE to a File - WMV - with Size of DVD,NTSC (or DVD,PAL if your TV is PAL format).  Then use that WMV file as input to Windows DVD Maker.
    -- If you don't have Windows DVD Maker then you could investigate whatever DVD software came with your PC.
    FYI - One warning about the photo files that you use in that PSE slide show. If you use hundreds of high resolution photo files, then PSE can have problems. If your output will NOT be High Def (and yours probably will not be since you mentioned a DVD) then "downsizing" the photo files to approx 1000x 750 pixels will decrease the probablility of your having problems with the slide show.
    Option 2
    If you have not yet started the PSE slide show, then you might consider a program that many people like for slide shows ----- ProShow Gold from Photodex. It does have a trial.

Maybe you are looking for

  • How do i get more verizon cards in my store?

    I work at a k mart in franklin , NC. and we have been sold out of verizon cards for MONTHS. and i have no idea how to go about getting more. i have been trying to figure out how to get more for ages, but its prooving to be very difficult. ANY IDEASSS

  • How can I return files in Trash, more than 1 at a time? I can place many files into Trash at a time.

    I placed many unix.exe files into Trash, more than one at a time. I recently updated 'QuickTime' and the Mac version of 'SilverLight" (name might be totally 'correct). I don't know if removing these files can impede my iMac 2008 running OS 10.6.8(upd

  • Need to get rid of the "other"...

    i recently transferred my iTunes library from my old computer to my new laptop. i followed the directions from apple, but in the last step, when i opened iTunes and was supposed to see my library, it wasn't there. instead, i had to go to 'add folder

  • HT5312 I forgot security question answers

    Hi I forgot security question answers and have become a problem I can not change the email security question I can not change the rest of the account I want you to help quickly

  • Saving as CS3 in CS4

    I have CS4 at home but CS3 at school and need to be able to save my files down to CS3 when I work on them at home, I know I should be able to do this but I don't see the option anywhere in the save menu. Help?!? Please and thanks, Katie.