Is it possible to add multiple sound objects to a slide

I am wanting to make slides that contain several "cards". Each card would have a word on it (sight words for elementary students). I'd like to place 2 speech bubble graphics on each card. Students would click one of the bubbles to hear the word read to them (me recording the words). They would click the 2nd bubble if they wanted the word read in the context of a sentence.
Is this possible within Keynote? I know that it's possible within Powerpoint to make any object a sound object--and I believe that I could do more than one on a slide.
However, I've never tried anything like this in Keynote and I'm not sure if it's even possible.
Any ideas?

Keynote is designed primarily for linear presentations, and really doesn't have any capability to do actions (other than hyperlinks) when an object is clicked. If you wanted each card to play the two recordings in order on each click, then you could do this in Keynote, but if you want the second recording to play only if the students clicks on it, then this isn't really possible in Keynote.

Similar Messages

  • Is it possible to  add multiples dimension objects in Webi Ranking ?

    As per the project requirement we need to convert custom sqls to reporting sql in webi 3.1 sp5 .
    Is it possible to  add multiple dimension objects while applying ranking (Webi query panel ).
    Or is there any other way to achieve this feature in BO ?
    Regards,
    Pranay

    Hi ,
    There is a way if you want to apply ranking within a ranking . Below are the steps:
    First on the outer side we can use the Rank feature which is available directly
    Then use the Rank Function (=rank ()) and reset your dimension accordingly .
    This kind of Ranking is possible.
    Regards,
    Rahul

  • Is it possible, to add multiple USB devices to TC

    Is it possible, to add multiple USB devices using a hub to Time Capsule (as stated for Airport Extreme)?
    Thanks in advance.
    Stefan

    The Time Capsule is an AirPort Extreme with a built-in hard drive, so you can add multiple USB devices if you use a powered USB hub.

  • IS IT POSSIBLE TO ADD MULTIPLE ATTACHEMENTS?

    WHEN EMAILING ON IPAD, IS IT POSSIBLE TO ADD MORE THAN ONE ATTACHMENT? TWO OR MORE DOCUMENTS ON ONE EMAIL?

    The iPad requires you first to define the object you want to email and then open a send-mail page. Thus, natively you can only send one attachment. I looked at the app store and Mail2List allow sending up to six photos at once. AceMail allows sending multiple audio files and photos. I could not find anything to send more than one document.
    Also, please do not use all caps.

  • Keynote- Can you add multiple sound tracks to one presentation

    Can multiple sound tracks be added to the same presentation? For instance, can I add one sound track to play for slides 1-20 and a second, different sound track to play starting at slide 23 thru 36?

    Jonathan:
    You can create a single Story from each track and set the End Jump for each Story to the next one. Set the End Jump of the last Story to your menu and assign the first one to your PLAY ALL button.
    Give it a try !
      Alberto

  • Is it possible to add multiple  songs to a slide show?

    Hi there.
    A slide show can be quite long as you all know and the same music continusly repeated can become boring.
    Is it possible to add several songs to the slide show to overcome this problem?
    Regards.

    One thing you can do to make it all turn out even--think about how long each slide is going to display, say you want about 3 seconds per slide, multiply by the number of slides, say you have 100 slides (I picked those numbers so the arithmetic would be easy!). That's a total of 300 seconds. Divide by 60 seconds per minute to get the number of minutes, in this case that would be 5 minutes. Then when you make your playlist in iTunes find music that fits the mood of the show and that totals a little more than 5 minutes (and is NOT Protected, as Terence mentioned). Back in iPhoto select your Playlist in the Music section and then check the box to have the slideshow fit the music, and iPhoto will adjust the display time so that everything runs the same length of time. Export to iDVD and burn your disk.
    Personally, I like to get a little fancier, so I export my slideshow without sound, then open the project in iMovie HD and make a layered soundtrack, where I arrange the music and sound effects, as in this one:
    http://homepage.mac.com/francines/.Movies/kenstr.html
    It has the music, plus a coffee gurgle, birds tweeting, page flips and a lion roar at the end. Once it's built you can send it to iDVD at full size and/or, as I did here, make a small streaming web version to share over the Internet. I wrote up a VERY short tutorial on this (notes from a workshop I ran) and put it up here:
    http://pinkmutant.com/smug/psws06/bling.html
    Afraid I haven't worked that much with iMovie 08, but I believe you can do something along the same lines.
    Francine
    Francine
    Schwieder

  • Is it possible to add multiple contacts to Safari autocomplete for iPads used by more than one person regularly?

    If there are multiple regular users who both want to take advantage of the Safari autocomplete function for forms can you add multiple people in Settings?

    No, that's not possible.

  • Not possible to store multiple fileReference object in same array?

    Hi all,
    I'm trying to store multiple fileReference  object in one array. But everytime I push() in a new object the old  objects that's already in the array gets set to the latest object.
    I'm  letting the user select an image. Then I push the selected  fileReference object into an array like my_array.push(  FileReference(event.target) );
    If I then run a loop on  "my_array" to check it's content I'm getting the latest pushed  fileReference object for every index in the array.
    With one object pushed in:
    1. Image1.jpg
    With two objects pushed in:
    1. Image2.jpg
    2. Image2.jpg
    Anyone have any thoughts on this?
    Thank you so much

    This is basically what I'm doing. The code is cut out from a larger portion so there might be errors, but hopefully not.
    // Local Files
    private var localFiles:FileReference           = new FileReference();
    private var fileList:Array                = new Array();
    private function browse(event:MouseEvent)
         trace("[Browse] Using local files");
         localFiles.addEventListener(Event.SELECT, onLocalFilesSelected);
         localFiles.browse(getAllowedTypes());
    * LOCAL FILE
    private function onLocalFilesSelected(e:Event)
         localFiles.addEventListener(Event.COMPLETE, localFileHandler);
         localFiles.load();
    private function localFileHandler(event:Event):void
         localFiles.removeEventListener(Event.COMPLETE, localFileHandler);
         fileList.push(FileReference(event.target));
         showFileList();
    private function showFileList():void
         for(var $x:int=0;$x<fileList.length;$x++)
              var file:FileReference = FileReference(fileList[$x]);
              trace($x+": " + file.name);
    Thank you

  • Possible to add multiple 'Collections' to a container

    Hello,
    In DB XML, is a 'Container' equivalent to an xquery 'Collection' ? All of the examples that I see, refer to the container when specifying the collection.
    Basically, I would like to create one Container - call in container1.dbxml Within container1, I would like to have multiple collections, collection1, collection2.
    I would then like to be able to run xqueries such as:
    count(/*) - and get a count of all the docs in both collection1 and collection2 or
    collection("collection1")/* - and get all the nodes in collection1 only
    So, bottom line question - can I add multiple collections to a container, or is a container and collection equivalent in DB XML?
    Thanks for your responses.

    IBB
    What you want to do is create a class that extends the Java XmlResolver class, and register that class with the XmlManager. In your extended class you would want to implement the following function:
    public boolean resolveCollection(XmlTransaction txn, XmlManager mgr, String uri, XmlResults result)
    So that the result argument contains all the documents in the collection specified by the uri. You will likely want to do this by querying the container for the documents for the given collection and copying the results returned by the query to the argument.
    Below is an example of an implementation of the function that resolves the collection to a single document.
    public boolean resolveCollection(XmlTransaction txn, XmlManager mgr, String uri, XmlResults result) throws XmlException {
         XmlDocument doc = mgr.createDocument();
         doc.setName(name);
         doc.setContent(content);
         XmlValue val = new XmlValue(doc);
         result.add(val);
         return true;
    Lauren Foutz

  • Possible to add Multiple Destinations on WORLD MAP?

    Can I add multiple destinations in 1 world map in imovie? Or only the Start and End location? Thanks

    You cannot have multiple destinations in a single map, but you can go from point A to point B to point C to point D, etc. You do this by putting several maps adjacent to each other. So the first map is A to B. The second is B to C. The third is C to D, etc.

  • Is it possible to add surround sound to an apple prores?

    Want to screen a Prores with 5.1 surround sound from my mac. Is this doable? Tried using te 'add surround sound' function in compressor but it didnt work. And gonig through FCP didnt help either. We tested at the theatre and they said we needed the sound encoded as Ac3.
    Any advice?

    Did you mix the audio to be surround? You cannot do this inside of FCP, you need to do this in Soundtrack Pro.  Then you export the surround mix to FCP...it will be 5 audio tracks (if Dolby 5.1) or 7 tracks (if Dolby 7.1).
    Then go into the SEQUENCE SETTING, click on the AUDIO OUTPUTS tab, and click on LOAD AUDIO OUTPUT PRESET...choose "5.1 monitoring." 

  • Is it possible to add Surround Sound to a quicktime movie?

    We've just finished the color correction on a movie we've been working on.
    The video is in the Apple Pro Res 422 HQ format with a stereo mix attached.
    We also have a 5.1 surround sound mix. (exported as wav print masters)
    The problem is we aren't going to layback to tape for another week or so and we've got a
    screening scheduled for Tomorrow night in a small theatre with an HD projector.
    Is there a way to encode 5.1 to the quicktime file or are
    we stuck with our stereo mix for this first screening?
    Thanks so much.

    I'm not sure what the system is. The screening is being held in a facility that specializes in
    post-production sound. (They were the ones who mixed the film)
    They have an HD projector (not sure what type) that they use for mixing.
    My plan is to have a copy of the movie in Apple Pro Res 422 HQ (1920X1080)
    and also compress a back-up version in H.264 in case the system can't handle the bit rate of Pro Res
    Technically they should have the ability to open up the Pro Tools session that they used to mix the film and run that audio with picture... but there's a chance the tech people won't be at the screening
    leaving me with the owners who aren't as good with the machines.
    I was hoping to make it as easy as possible. The stereo mix is already on the pro res file.
    Is there a way to add the 5.1?

  • How to add multiple 3D objects into the same scene (photoshop cs5 extended?

    I have about 13 different 3D objects, each on their own layer, and I want them to be able to cast shadows from lights all on the same ground plane. I know the setup for an individual object but when I go to set it up for each one they keep generating their own ground plane and the end result is no where close to where I want them. Does anyone know if this is possible or if there is a workaround? It's vital for this project I'm working on and I can't find any guide for the 3D features in the extended edition that is free.

    It's vital for this project I'm working on and I can't find any guide for the 3D features in the extended edition that is free.
    The Help?
    http://help.adobe.com/en_US/photoshop/cs/using/index.html
    Have you checked out 3D > Merge 3D Layers yet?

  • Is it possible to add multiple files to a collection at once?

    Hello,
    I have a lot of big zip files and I want to add them all to a single collection. It would take ages to do it one-by-one. Is it possible to do them all at once? How can I do that?
    Many thanks.

    Hi there,
    Thanks for posting. Unfortunately, it's not possible to upload a zipped file to Acrobat.com; we support the filetypes listed on the following linked page:
    http://kb2.adobe.com/cps/524/cpsid_52456.html
    I'm very sorry to disappoint you! We are constantly trying to improve our service, and I'll be sure to put in a good word for supporting .zip uploads. In the meantime, you could always suggest it yourself at our Ideas site, where people post, view, and vote on suggestions for additions to the service at Acrobat.com:
    http://ideas.acrobat.com
    Thanks, and take care,
    Rebecca

  • Is it possible to add multiple iPhone 6's tonight using the Edge program?

    I want to add several new iPhone 6 lines to my account tonight using the Edge program, but it seems to only allow one phone to be added this way.  Is it at all possible to do this online or will I need to go in store to accomplish this (and possibly miss out on getting in on the initial release)?

        Great question paulterp. We currently don't have information regarding this phone and the Edge program. I'm sorry. We wont have more information until the 12th. Please stay updated here http://bit.ly/n5snpq .
    KinquanaH_VZW
    Follow us on Twitter @vzwsupport

Maybe you are looking for