How do I get the soundclips on all slides to export to QT?

When I exported my saved keynote file to QT yesterday, the sound clips on all the slides played at the right times. The video's sound was terrific. Then I went back and adjusted the visuals. Today I can only get the sound on the first clip to export. The sound is fine for a live presentation, but only the sound on the first slide exports.
What switch, button, tab or incantation have I missed?
BTW, I am using KN09 build 5.0.4 on an iMac with OSX 10.7.5.
Thanks.
Steve

Try removing then replacing the sound files.

Similar Messages

  • How can i get the list of all users present in the LDAP

    Hi Experts,
    How can i get the list of all users present in the LDAP ?
    Is there any API or function Code to get all user list??
    Please help me out!!!
    Help will be rewarded

    Well it will depend on exactly where your UME configuration points to in the LDAP tree but yes, it is possible to get all users.  Something like the following should do it:
    import com.sap.security.api.*;
    import com.sapportals.portal.prt.component.*;
    IUserFactory iuf;
    ISearchResult isr;
    IUser user
    String userid;
    iuf = UMFactory.getUserFactory();
    isr = iuf.getUniqueIDs();
    you will need to iterate the ISearchResult object but you can get IUser objects by
    userid = (String)isr.next();
    user = iuf.getUser(userid);
    then you can imanipulate / identify / or whatever you need with the user object
    Haydn

  • How can i get the list of all users present in the UME ?

    Hi Experts,
    How can i get the list of all users present in the UME ?
    Is there any API or function Code to get all user list??
    Please help me out!!!
    Help will be rewarded
    -pankaj chouhan

    Hi Pankaj,
    find the official NetWeaver security javadocs (including access to UME) <a href="http://help.sap.com/javadocs/NW04S/current/se/index.html">here</a>. Look for classs UMFactory and proceed from there.
    Best regards,
    Martin

  • How can i get the list of all tcode used by user of particular module

    Hi,
    How can i get the list of all tcode used by user of particular module (e.g FI , MM ,PP) within year .
    Regards
    Vikram

    Login to your SAP System
    Run TCode SE16
    Type Table Name : TSTCT
    Press F7 Key (Table Contents )
    Go to Settings in menu bar
    Select User Parameters
    Under Keyword select Field Label and press green check mark
    Select your criteria in Data Browser and execute
    You will see all t codes in there
    Regards,
    Yogesh

  • Network : How can I get  the name of all computers in the lan ?

    Hi.
    Network : How can I get the name or the IP of all computers in the lan ?

    Easiest way to find all IPs would be to scan the network. Ping every possible IP in the network and all IPs that replied to the ping exist.
    Since I don't know how to do a ping in Java, I would scan for some Ports used by OS Services.
    Since I don't know which ports are used by windows, I think you should look for a ping class (or library).
    Scanning all ports for every IP in a class C network shouldn't take too long. And after finding one port you don't have to try the other ports for that IP, since it has to be online ;)

  • How do i get the bookmarks showing all the time on the left hand side of my screen?

    I used to have my bookmarks showing in a coloumn on the left hand side of my screen all the time. My niece managed to get rid of it. how do i get it back?

    Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily if the Menu Bar is hidden.

  • How can I get the list of all canvas in the forms programatically?

    I want an exemple of how to do it. I really need it to put in a template.

    This is the code.
    You will see how to loop through every item of every blocks of the form:
    PROCEDURE Get_Canvas_Names IS
      lc$blockDeb     varchar2(60); -- start block
      lc$block          varchar2(60); -- current block name
      lc$item               varchar2(60); -- current item
      lc$Type               varchar2(20); -- item type
      lc$itemdeb     varchar2(60); -- first item
      lc$canvas          varchar2(60); -- current canvas name
      lc$tabcan          varchar2(60); -- current tab canvas name
      lc$Acanvas     varchar2(60):= ' '; -- old canvas name
      lc$Atabcan     varchar2(60):= ' '; -- old tab canvas name
      ln$NbRec          pls_integer := 0 ;  -- number of records (for know if the block is multi-records)
    BEGIN
      LC$BlockDeb := get_form_property( NAME_IN('System.Current_Form'), FIRST_BLOCK ) ;
      LC$Block := LC$BlockDeb ;
      Loop -- For each block of the form
      LN$NbRec   := get_block_property(LC$BLOCK, RECORDS_DISPLAYED) ;
      lc$itemdeb := get_block_property(LC$BLOCK, FIRST_ITEM) ;
      lc$item := LC$BLOCK || '.' || lc$itemdeb ;
      while lc$itemdeb is not null loop -- For each item
        -- visible item ? --
        IF GET_ITEM_PROPERTY(LC$Item , VISIBLE) = 'TRUE' Then
             -- Get the canvas and tab canvas name --
             lc$canvas := GET_ITEM_PROPERTY(LC$Item , ITEM_CANVAS ) ;
             lc$tabcan := GET_ITEM_PROPERTY(LC$Item , ITEM_TAB_PAGE ) ;
        End if ; -- GET_ITEM_PROPERTY(LC$Item , VISIBLE) = 'TRUE'   
        lc$itemdeb := get_item_property(lc$item, NEXT_NAVIGATION_ITEM );
        lc$item := LC$BLOCK || '.' || lc$itemdeb ;
      end loop ;
      LC$Block := get_block_property( LC$Block, NEXTBLOCK ) ; -- next block
      exit when LC$Block is null ;
      End loop ;
    END Get_Canvas_Names;all you have to do is to save each different canvas names in a pl/sql table.
    Francois

  • How can I get the size of all lines or the last line number in a DB?

    I want to display a certain number of lines from a DB.
    But before I fetch them out, I must know how many lines of this DB has.
    I donnot know if there is some methods have this function. I know the last() method can move the cursor to the last line, but some DB cannot support this function.
    Could someone know the answer or some examples about displaying data in a jsp?
    Thanks a lot.

    To get the number of rows in a ResultSet, loop over the result set with while(res.next()). Read each row into an object. Add each object into a, say, LinkedList. At the end, you will have the rows nicely converted to objects (which you probably should do anyway), and list.size() will give the number of objects.
    There are other ways to get the number of objects, but list.size() is the easy and reliable way. If you don't need the rows converted to objects ...why did you select them in the first place?
    Tricks with last() and whatnot sort of work. They read the entire result set into memory. But you'll need to write the while(res.next()) loop anyway. No point in having the computer do the same thing twice.

  • How do you get the names of all your components on a JFRAME

    please help me on this issue. when i got the refrences it worked for me, however when i wanted to get the component name i got a NULL.

    Are you sure your components name is set ?

  • How do I get the cover of my book to export in ePub correctly?

    My book exports ok except for the cover.  The only way I can keep everything in place is to change it's format to a jpeg.  Then it exports but the cover is to big for the reader screen.  You only see a portion of it.  How do I make it export without being a jpeg and how do I get it to fit the reader screen?

    Hi Ellen,
    Is your Router brodcasting it's SSID?
    If not, try this, click on the Airport icon, choose Other, fill in the info.

  • How do I get the end of all my layers to line up?

    I've created a 7 second project.
    Everything is great except that when I play the fully rendered project there is a flash at the very end where it seems like one or more of my layers are ending too soon.
    Though when I check it seems like they all end at the same time.
    I've tried turning the layers off one at a time to identify which layer is flashing, and I think I've narrowed it down to one layer, but when I click on the item in the mini timeline it shows the same ending point as all the other layers.
    Argh!!!
    What am I missing? Is there a trick to getting everything to line up?
    I find Motion's interface for the timeline to be really funky. I never know where the end of anything really is.
    Thanks!
    Tony

    Andy,
    So that answers one of my questions... It is normal when you're viewing TC Display that the ending values will not match.
    It's like an array that starts at the zeroth element. I thought that might be the case.
    I guess that means this is not what's causing the flash on the next to last frame, which is what's actually driving me crazy.
    Arrrgh!!!!
    Tony

  • Text entered into a text box is visible only when the text box is selected (highlighted) How do I get the text in all the text boxes to show up?

    I use a Mac.  I sent out a pdf form for signatures to 6 recipients.  Two of the 6 forms came back and visually are perfect.  Signature and date fields show the signature on my screen and when printed.  The other 4 forms however only show the signatures/date text when I click on the individual field and the text does not appear when printed or on screen.

    Are the users using a Mac as well? If so, are they actually using Adobe Reader or are they using Mac Preview. If the latter, it will break the pdf form.
    Here's some info and a possible fix: Correcting PDF Form Field Appearances after Saving with Preview on the Mac

  • How can I get the list of all my threads

    I need to track some of my old questions and i realize the forum only displays five threads
    any help?
    Thankx

    1. Learn to search the forums
    2. Try to think of some unique word which would only be in your posts

  • If i have my hotmail account listed in 'Mail' on my mac, how do i get the folders to all show ?

    please help me work this out as im new to the mac book pro scene

    Hover over "hotmail" from the side bar, to the right "show" will apear, click it

  • How to get the list of all formtypes in SBO?

    Hello,
    How can i get the list of all available formtype in SBO?
    Each SAP Business One form has a unique type to support multiple instances of the same form. For example, the type of the Purchase Order form is 142, Form=139 for Sales Order.
    Is this information stored anywhere?
    Thanks and Regards,
    Sheetal

    Hi Juha / Sheetal,
    Activating the menus will only help to get the forms which are "directly" accessible...
    ...but there are forms that come up only when clicking some button - or double-clicking - or activating a menu item in the (dynamic!) "Goto" menu etc.
    In 2005 SP01 a new function was introduced (and documented in the SDK Helpcenter) that can be used to iterate over all integer IDs (note there are a lot of gaps) up to 65535 and get information about the form and items on it (specifically the databinding!).
    Please take a look at the ResourceData property of the Application object in UI API!
    Gaps (in A version today - to my best knowledge): 10.000 - 20.000; 21.000 - 40.000; 41.000 - 50.000; 51.000 - 60.000...
    Regards,
    Frank
    <i>Visit the WiKi-FAQ at: https://wiki.sdn.sap.com/wiki/display/HOME/BusinessOneFAQ</i>
    BTW: What do you need that information on "all forms" for?
    Message was edited by:
            Frank Moebius

Maybe you are looking for

  • I am locked out of IMAP for want of a password and I don't know what password is required.

    I had an unauthorized attempt to login to my Gmail account which was blocked. Gmail wanted me to change my Google password, which I did. Gmail now works fine, but Thunderbird now asks for: "Enter your password for -- [email protected]@imap.gmail.com:

  • Using APEX as SSO redirect for existing web application

    Hi, I have an existing PHP based Web Application hosted on an Apache server. I want to protect these web pages by authenticating users via Oracle SSO. I tested this by creating a simple APEX web page with redirect <Meta> tag to route traffic to my ap

  • Where can I download Apple Hardware Diagnostics for my MacBook Pro ?

    I have a problem of Mac freezing with an alarm sound forcing me to shut down, and someone suggests that I run an Apple Hardware Test. But I have no such CD. Do you know wether such an application can be downloaded for a MacBook Pro (Mac Os X Lion) ?

  • ICloud - how to validate what is in the Cloud

    I am a user of SONOS for home entertainment. SONOS leverages content in my iTunes library I recently noticed that my SONOS Library did not contain all of my iTunes library. When I asked SONOS why this might be they pointed me at the fact that some of

  • ICWEB Client - Agent Inbox - Urgent

    Hi, I want to know how can we change the due date appearing in the Agent inbox to a date type in my service ticket. Currently, the default due date and time are 23:59,1999. Please respond ASAP . good answers will be rewarded Regards Raj