How do you get a song to play for more than one slide???

I'm new to mac and I am trying to create a birthday video but the audio will not continue for more than 1 slide. I can do it in powerpoint but I want to burn the presentation onto DVD. Thanks for your help!

I just created a slideshow using Keynote and I just moved the song from iTunes into the inspector --> document --> audio. There is a small box that you just put the song into and it automatically plays, either once or looped.

Similar Messages

  • How do you get your songs to play after you authorized the computer your on?

    how do you get your songs to play after you authorized the computer your on itunes?

    Yamipod. This is a free program that transfers music from iPod back to the computer. However, it does not transfer playcounts/ratings etc.
    Other free programs are Pod Player, SharePod and Floola.
    If it's a Mac, try Senuti or Music Rescue.

  • How can I see if my program is for more than one user? We think we have bought in design for more users, but can not find out how to get in for more than one?

    How can I see if my program is for more than one user? We think we have bought in design for more users, but can not find out how to get in for more than one?

    If you bought a CC for team, you can log in at http://adobe.com and insert the e-mail that you gave at the moment at the purchase and than you can manage and see you product/plan/team.
    If I was not clear you can use the following link to help you solving your issue:
    Creative Cloud Help | Manage your Creative Cloud for teams membership
    If your not clear about this situation, contact with an agent of Adobe, by chat or phone. Use the following link to see the type of support you have on this matter:
    http://adobe.com/getsupport
    I think this will help you.
    Regards

  • I ordered several downloads on iTunes and one of the song says I authorized on 5 computers and that is false. How do you get the song to play?

    iTunes
    How do you get a download to play if the song says you have downloaded it on 5 computers? I don't even own 5 computers. This is my first expierience with iTunes dowloads.

    See iTunes Store: About authorization and deauthorization, http://support.apple.com/kb/HT1420
    Also check One computer using multiple iTunes Store authorizations, http://support.apple.com/kb/HT1206

  • How do i get my ipod touch to download more than one app at a time, can i make it toware i dont have to wait for one app to download before it starts downloading another,

    my ipod will only download one app at a time and runs extremely slow. i was wondering if there is some way that i can make it download more than one app at a time and how can i make the app start downloading again after i have left my wi-fi zone and then went back in. im really confused.

    Download everything on your computer in iTunes, then sync your iPod to iTunes.
    You should be syncing (backing up) to iTunes and your photo app regurally, anyway.

  • How to read data from Logical Database ADA for more than one financia year

    Hi,
    I need to read data from ADA logical database and ANLCV node for current financial year 2007 and for the next 3 years – 2008, 2009, 2010. When I do this using program attached below, I receive only data for one year, which is entered at the selection screen in the field BERDATUM. How should I modify my program to read ANLCV node for more then one year ? Could anybody help me ?
    Kind regards,
    Zbigniew Debowski
    REPORT  ZWRZD075.
    NODES: anlav, anlcv.
    START-OF-SELECTION.
    GET anlav.
    WRITE:/ anlav-anln1, ' ', anlav-anln2.
    GET anlcv.
    WRITE:/ anlcv-kansw, ' ', anlcv-knafa, ' ', anlcv-gjahr.

    Hi!
    Have you already tried your luck in Java Programming forum?
    Regards,
    Thomas

  • How do i setup personal settings in firefox for more than one user? each one seperate from the other.

    I am accustomed to "accounts" for each family member which can be customized and organized (for example: favorite places) any way the person desires. Is such a feature available on Firefox?
    If so, how do I set it up?

    Firefox has a profile manager that allows you to create separate Firefox profiles for different users. Each has its own bookmarks, settings, and add-ons. You can check a box to have Firefox always display the profile manager when starting up, so you can choose which one to use. Sound useful? Check out this article: [https://support.mozilla.com/en-US/kb/Managing-profiles Managing profiles | How to | Firefox Help].
    Note: If you have Firefox start up to the profile manager, then when you click a link in another program it may not work unless you opened Firefox first.
    An alternate approach is to create individual desktop shortcuts pointed at each profile. This article shows the command line structure: [http://kb.mozillazine.org/Opening_a_new_instance_of_your_Mozilla_application_with_another_profile Opening a new instance of your Mozilla application with another profile - MozillaZine Knowledge Base].

  • How do you create default Read/Write Permissions for more than 1 user?

    My wife and I share an iMac, but use separate User accounts for separate mail accounts, etc.
    However, we have a business where we both need to have access to the same files and both have Read/Write permissions on when one of us creates a new file/folder.
    By default new files and folders grant Read/Write to the creator of the new file/folder, and read-only to the Group "Staff" in our own accounts or "Wheel" in the /Users/Public/ folder, and read-only to Everyone.
    We are both administrators on the machine, and I know we can manually override the settings for a particular file/folder by changing the permissions, but I would like to set things up so that the Read/Write persmissions are assigned for both of us in the folder for that holds our business files.
    It is only the 2 of us on the machine, we trust each other and need to have complete access to these many files that we share. I have archiveing programs running so I can get back old versions if we need that, so I'm not worried about us overwriting the file with bad info. I'm more concerned with us having duplicates that are not up to date in our respective user accounts.
    Here is what I have tried so far:
    1. I tried to just set the persmissions of the containing folder with us both having read/write persmissions, and applied that to all containing elements.
    RESULT -> This did nothing for newly created files or folders, they still had the default permissions of Read/Write for the creating User, Read for the default Group, Read for Everyone
    2. I tried using Sandbox ( http://www.mikey-san.net/sandbox/ ) to set the inheritance of the folder using the methods laid out at http://forums.macosxhints.com/showthread.php?t=93742
    RESULT -> Still this did nothing for newly created files or folders, they still had the default permissions of Read/Write for the creating User, Read for the default Group, Read for Everyone
    3. I have set the umask to 002 ( http://support.apple.com/kb/HT2202 ) so that new files and folders have a default permission that gives the default group Read/Write permissions. This unfortunately changes the default for the entire computer, not just a give folder.
    I then had to add wife's user account to the "Staff" group because for some reason her account was not included in that. I think this is due to the fact that her account was ported into the computer when we upgraded, where as mine was created new. I read something about that somewhere, but don't recall where now. I discovered what groups we were each in by using the Terminal and typing in "groups username" where username was the user I was checking on.
    I added my wife to the "Staff" group, and both of us to the "Wheel" group using the procedures I found at
    http://discussions.apple.com/thread.jspa?messageID=8765421&#8765421
    RESULT -> I could create a new file using TextEdit and save it anywhere in my account and it would have the permissions: My Username - Read/Write, "Staff" or "Wheel" (depending on where I saved it) - Read/Write, Everyone - Read Only, as expected from the default umask.
    I could then switch over to my wife's account, open the file, edited it, and save it, but then the permissions changed to: Her Username - Read/Write, (unknown) - Read/Write, Everyone - Read Only.
    And when I switch back to my account, now I can open the file, but I can't save it with my edits.
    I'm at my wits end with this, and I can believe it is impossible to create a common folder that we can both put files in to have Read/Write permissions on like a True Shared Folder. Anyone who has used windows knows what you can do with the Shared folder in that operating system, ie. Anyone with access can do anything with those files.
    So if anyone can provide me some insight on how to accomplish what I really want to do here and help me get my system back to remove the things it seems like I have screwed up, I greatly appreciate it.
    I tried to give as detailed a description of the problem and what I have done as possible, without being to long winded, but if you need to know anything else to help me, please ask, I certainly won't be offended!
    Thanks In Advance!
    Steve

    Thanks again, V.K., for your assistance and especially for the very prompt responses.
    I was unaware that I could create a volume on the HD non-destructively using disk utility. This may then turn out to be the better solution after all, but I will have to free up space on this HD and try that.
    Also, I was obviously unaware of the special treatment of file creation by TextEdit. I have been using this to test my various settings, and so the inheritance of ACLs has probably been working properly, I just have been testing it incorrectly. URGH!
    I created a file from Word in my wife's account, and it properly inherited the permissions of the company folder: barara - Custom, steve - Custom, barara - Read/Write, admin - Read Only, Everyone - Read Only
    I tried doing the chmod commands on $TMPDIR for both of us from each of our accounts, but I still have the same behavior for TextEdit files though.
    I changed the group on your shared folder to admin from wheel as you instructed with chgrp. I had already changed the umask to 002, and I just changed it back to 022 because it didn't seem to help. But now I know my testing was faulty. I will leave it this way though because I don't think it will be necessary to have it set to 002.
    I do apparently still have a problem though, probably as a result of all the things I have tried to get this work while I was testing incorrectly with TextEdit.
    I have just discovered that the "unknown user" only appears when I create the a file from my wife's account. It happens with any file or folder I create in her account, and it exists for very old files and folders that were migrated from the old computer. i.e. new and old files and foders have permissions: barara - Read/Write, unknown user - Read Only, Everyone - Read Only
    Apparently the unknown user gets the default permissions of a group, as the umask is currently set to 022 and unknown user now gets Read Only permissions on new items, but when I had umask set to 002, the unknown user got Read/Write permissions on new items.
    I realize this is now taking this thread in a different direction, but perhaps you know what might be the cause of this and how to correct or at least know where to point me to get the answer.
    Also, do you happen to know how to remove users from groups? I added myself and my wife to the Wheel group because that kept showing up as the default group for folders in /Users/Shared
    Thanks for your help on this, I just don't know how else one can learn these little "gotchas" without assistance from people like you!
    Steve

  • How can i get my HP eney to scan more than one page into a single pdf?

    i want to scan mulitple pages into a single document

    Hello,
    Please click HERE to access the steps that should resolve the issue for Win 7.
    Please click HERE to access the steps that should resolve the issue Win 8.
    Go to section How to scan with HP software  >> How to scan multiple pages into a single file 
    Regards,
    Jabzi
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • How do I get the bookmarks toolbar to have more than one row?

    I've looked in all the menus and the help sections, but I can't find anything.

    *Incredible Bookmarks: https://addons.mozilla.org/firefox/addon/50722
    *Multirow Bookmarks Toolbar: https://addons.mozilla.org/firefox/addon/6937

  • How can I use iweb 1.1.2 for more than one user account on my macbook?

    I wonder if someone can guide me or point me to a previous answer on this, since I haven't found one. I'm simply trying to use iweb 1.1.2 on two user accounts (both labled as administrators) on our macbook. The program functions fine on one account, but when I switch over to another user account on the computer iweb will open, but does not let me start a new page, save, etc.
    Thanks much for any response.

    Welcome to the discussions. If iWeb's menus are greyed out, the following trick has worked for some:
    In the user account which does not let you start a new page, save, etc. — Quit iWeb. Start iPhoto. Select a couple of photos, click on the iWeb icon at lower right and choose Photo Page. iWeb will open up and invite you to choose a template for your new Photos page. Choose any template so that the page is created and then delete that newly created page.
    ...Now perhaps things are no longer greyed out in iWeb.

  • How do you get the songs in a playlist to play in order-mine seems to want to shuffle them, even though shuffle is off!

    how do you get the songs in a playlist to play in order-mine seems to want to shuffle them, even though shuffle is off!

    Are you sure it's actually shuffling the songs (i.e. the list of songs play in a different order each time through the list)?
    You may need to re-order this playlist in iTunes as resync it to your device.
    B-rock

  • I made 2 playlists on Itunes and put them on my Ipod.  How do I get the songs to play consecutively and not keep playing the same song over and over again???

    I'm a new Zumba instructor and have to come up with playlists for my routines.  I made 2 playlists on ITunes and put them on my Ipod.  Everytime I want to play it, only one song from the list plays over and over.  The other songs do not.  How do I get the songs to play the way I have them set up??

    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    For other music you need to get them from where you got them before.

  • HT201272 I downloaded an album but one of the songs is corrupted, it only plays for about 4 seconds. When I try to re-download using the iTunes Store and "Purchased", it won't give me the option to download it again. How can I get the song I PAID for!!??

    I downloaded an album but one of the songs is corrupted, it only plays for about 4 seconds. When I try to re-download using the iTunes Store and "Purchased", it won't give me the option to download it again. How can I get the song I PAID for!!??

    Depending upon what country that you are in (music can't be re-downloaded in all countries) then try deleting that track from your iTunes library and redownload it via the Purchased link under Quicklinks on the right-hand side of the iTunes store home page on your computer's iTunes.
    If you aren't in a country where you can re-download music or if it re-downloads in the same state then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • How can you get a compilation album to show up as one album rather than be split up but song and artist?

    how can you get a compilation album to show up as one album rather than be split up by song and artist? I've got loads of albums on iTunes that are compliations and they are all mixed up by track/ artist. Even when you click 'show album' it still just shows the album title and then the artist in alphabetical order - so the album is replicated several times
    Can anyone tell me how to amalgamate compliation albums please?

    This web page will help you: http://samsoft.org.uk/iTunes/grouping.asp

Maybe you are looking for

  • Can not find BIOS update for Satellite A30

    Hi friends. I'am not found Toshiba A30-203 a new BIOS update. I want install the windows vista but this error sccren. Error message: "A computer has been detected and windows has been shut down to prevent damage to your computer. If this is first tim

  • Best practices for deploying forms in a 'cluster'?

    Anyone know of any public docs that discuss typical best practices for - forms deployment; - forms apps management and version control; and/or - deploying (and keeping) the .frm/frx in sync when using multiple forms servers in a HA or load balancing

  • Issues regarding the testing of the web dynpro abap service

    Hi all, I am working on web dynpro (ABAP). After activating the whole object. When I test the web dynpro service. The browser gives me the following error. The server <server_name> is taking too long to respond. I am new to Web Dynpro ABAP, can anyon

  • Help SAPRFC extension PHP 5.3.6 running on Windows 2008 R2, IIS webserver

    Dear all, Can any body help me? how to connect saprfc on php 5.3.6 and running in IIS webserver? thanks gofur

  • Can't update my N8 to Symbian Anna

    Hi, I purchased my phone from a friend. It was previously used in Switzerland with Swisscom, now used in France with Bouygues telecom. Unfortunately, I can't get symbian anna update. I tried via OTA, OVI suite (latest version), Nokia PC suite, wifi..