Adding Audio to rollover areas

I need to add an image to a question that when a student rests their mouse over will play a short mp3 file.  I do not want the file to play automatically - I have added a roll over image and a roll over caption - both work sporadically - sometimes they play as soon as the question launches - sometimes I have to hover my mouse.  When I go back into edit the slides - the rollover does not show an audio file on the ones that wait for the hovering mouse - but always does on those that do,  I have no idea what I have done differently....  What is the proper path to follow to complete this type of interaction???? Any any idea what may have caused my plight?

Hi there
It's not exactly clear to me how exactly you assigned the audio.
In case it will help, I'll outline the process I might follow (which I've never seen fail) in the hopes it will help you.
Click Insert > Rollover (Image or Caption, it should make no difference).
When you do this, you see TWO objects on the slide. One is the area your user mouses over. The other is what appears when the user mouses over the other area.
Note that each of the two areas will allow you to attach Audio. And here is where many folks grow confused.
If you attach audio to the rollover area, you hear it when the rollover area appears. Often, this means when the slide loads up. But if you attach the audio to the object that appears when the rollover area is moused over by the user, the audio should only be heard when you mouse over.
All too often users get the two confused. They assign the audio to the rollover area and it needs to be the other way around.
Cheers... Rick
Click here for Adobe Authorized Captivate and RoboHelp HTML Training
Click here for the SorcerStone Blog
Click here for RoboHelp and Captivate eBooks

Similar Messages

  • Adding audio to rollover buttons

    I'm having a bit of trouble doing this as I see videos to do this using pre Edge 2014 1.1 before the new function panel and then when I look at the 5.0 function panel I cannot get this right.
    I'm able to get the sound to work only once then if I rollover after the first time it plays backwards
    I just need to have audio play on a mouseover and I have 3 types of files, mp3, ogg and .wav
    I do not see any mention of .wav files do I disregard that file?
    So far I import ALL THREE OF THESE to the audio folder
    once they are in they reside in a symbol with audio notes on it.
    I have the mouseover action for the rollover already so I need to go from there.
    ADD ACTION GO TO MOUSEOVER AND SELECT AUDIO.
    I NEED THE REST, ANYONE?
    RD

    Thanks for your answer but I need a bit more info.
    I have six rollover buttons each should be assigned a different audio sound.
    Each rollover is a symbol on the main timeline, so when I import the audio for lets say rollover_1 do I open the rollover one symbol and drag the audio on THAT timeline?
    Or do I have to do this on the main timeline?
    In the symbol timeline there is two lables (up and over)
    the audio would need to play on the over state which is why I figure if I need to put the audio on the symbol timeline it would make sense.
    Lets say this is true so on the symbol timeline the over state is exactly at 0.01
    so would I use the following?
    // Play an audio track
    sym.$("rollover_1")[0.01].play();   ???????
    THEN add the code you gave me?
    sym.$("rollover_1")[0].currentTime = 0; ????????
    sym.$("rollover_1")[0].play();             ???
    If I'm inside the symbol timeline where is the current time and play times?
    OR do I place the codes on the maintimeline?
    I hope I'm clear, please advize
    RD

  • Help with adding audio files to page

    I am using DW CS5.  I have had numerous troubles adding audio files to any page.  Please know that I am not at all computer savy when it comes to html codes etc.  But I have been working with DW CS5 and have a functional website and my pages validate.  That being said, please be patient with me if I am asking stupid questions or don't understand the solution.
    Now to the problem....I originally wanted to add mp3 files...but I am not sure how to work with plugins or which plugin to use.
    Therefore, I converted my mp3 files to swf and used the insert media file feature in DW CS5.  But when I look at the finished page...I only see a big white box.  Nothing happens when you click on it. 
    First question...which is the best method to add audio files?
    Second question...what steps do I need to follow achieve the desired result?
    Note:  there is one validation error on this page and I'm not sure why or how to fix it.  Any suggestions here would be greatly appreciated.
    Here is the code for the page (or you can go to this link:  http://02cada7.netsolhost.com//test2/cupotea.shtml):
    <!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>cupotea</title>
    <style type="text/css">
        body {
            margin: 0;
            width: 100%;
            background-color: #000; /* change this to whatever the background color should be for the sides (and the bottom) */
        #wrapper {
            min-width: 960px; /* this is how wide the actual content area will be (the centered part) */
            max-width:    1260px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 0 5 5; /* keep the first two values at 0, the others are for left and right space from the edge of the background */
            background-color: #000; /* this is the background color of the main content area */
            color: #FFF; /* this is the default font color */
        #top {
            height: 75px;
            font-size: 60px;
            font-style: italic;
            font-weight: bold;
            color: #FFFDE6;
            background-color:#750700;
            text-align: center;
        #left {
            width: 120px; /* this is the width of the side area. this will take some of the width of the wrapper, above */
            float: left;
            padding-top:10px;
        #main {
            min-width: 840px; /* this is the width of the main content area. This, plus the width of the side, should equal the width of the wrapper */
            max-width: 1340px;
        float:left;
        background-color:#000;
        color: #000;
    #body {
        width:853px;
        float:left;
        color: #fffde6;
        padding-right: 10px;
        padding-left: 10px;
    #bodyleft {
        width:425px;
        float:left;
        padding-top:70px;
    #bodyleft2 {
        width:425px;
        float:left;
        padding-top:70px;
    #bodyright {
        width:425px;
        float:left;
        padding-top:70px;
    #bodymiddle {
        width:853px;
        float:left;
        color: #fffde6;
        padding-right: 10px;
        padding-left: 10px;
    a img {border:none; }
    .standardparagraph {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: justify;
        font-weight: normal;
    .standardparagraph2{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: justify;
        font-weight: normal;
        border-top:thin;
        border-color:#666;
        border-bottom-style:solid;
    .standardparagraph3{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align:    center;
        font-weight: normal;
    .standardparagraph4{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: center;
        font-weight: normal;
        border-top:thin;
        border-color:#666;
        border-bottom-style:solid;
    .pagetitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16pt;
        font-weight: bold;
        color: #fffde6;
        text-align: center;
    </style>
    //<![CDATA[
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //]]>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryTooltip.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarVertical-2.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="lightbox/js/prototype.js"></script>
    <script type="text/javascript" src="lightbox/js/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="lightbox/js/lightbox.js"></script>
    <link rel="stylesheet" href="lightbox/css/lightbox.css" type="text/css" media="screen" />
    <style type="text/css">
    a:link {
        color: #06F;
    a:visited {
        color: #06F;
    a:hover {
        color: #06F;
    a:active {
        color: #06F;
    </style>
    </head>
    <body onload="MM_preloadImages(''images/buttons/miscfamily2.jpg','images/buttons/home2.jpg','im ages/buttons/familytrees2.jpg','images/buttons/legacy2.jpg','images/buttons/polska2.jpg',' images/buttons/dziekuje2.jpg','images/buttons/calendar2.jpg','images/buttons/dziekuje2.jpg ','images/buttons/StasikEarly1800sto1870-2.jpg','images/buttons/JanikMid1800sto1866-2.jpg' ,'images/buttons/Stasik1857toPresent-2.jpg','images/buttons/1st-generation-2.jpg','images/ buttons/2nd-generation-2.jpg','images/buttons/3rd-generation-2.jpg','images/buttons/4th-ge neration-2.jpg','images/buttons/5th-generation-2.jpg','images/buttons/6th-generation-2.jpg ','images/buttons/7th-generation-2.jpg','images/buttons/january-2.jpg','images/buttons/feb ruary-2.jpg','images/buttons/march-2.jpg''images/buttons/april-2.jpg','images/buttons/may- 2.jpg','images/buttons/june-2.jpg','images/buttons/july-2.jpg','images/buttons/august-2.jp g','images/buttons/september-2.jpg','images/buttons/october-2.jpg','images/buttons/novembe r-2.jpg','images/buttons/december-2.jpg')">
    <div id="wrapper">
      <div id="top">
        <div align="center">THE STASIK FAMILY</div>
      </div>
      <div id="left">
    <!--#include virtual="includes/menu.html" -->
      </div>
      <div id="main">
       <div align="center">
        <br />
        <span class="pagetitle">CUP O' TEA</span><br />
        </div>
        <div id="body">
            <p class="standardparagraph2">When preserving family history, nothing can compare to sitting down with a Grandparent or Great Aunt or Uncle over a cup of tea; listening to them reminicse about the past.  Unlike handwritten accounts, there is opportunity to ask questions or delve further into the subject.  Even better, recording such conversations so they can be shared for generations to come.<br />
    <br />
    The following audio files were created by Virginia (Stasik) Zarow at the request of Laura (Stasik) Schmidt and Carrie (Stasik) Kot.  There were a total of five cassette tapes, ranging from 1 hour to a 1 1/2 halfs in length.  Scott Freeson converted each tape to digital format and then they were broken down into various segments for a total of 7 audio files.  It is recommended that you listen to each tape in the order presented to maintain the proper timeline and context.<br /><br /></p>
    <p class="standardparagraph">The first five audio files were recorded by Aunt Virginia in response to questions posed by Laura (Stasik) Schmidt and her sister Carrie (Stasik) Kot.  Aunt Virginia re-recorded her responses in August 2009 after noticing some mistakes in the original recording.<br />
    <br />
    Note:  Virginia refers to her father as "tata", which is the Polish word for dad.</p>
    <div id="bodyleft">
    <span class="standardparagraph">What are the recollections you have about your parents, in particular their interests, their hobbies, and their lives and faith?<br />
    What did your dad do around the house?<br />
    How did your mom relax?<br /><br /></span>
    <span class="standardparagraph">How did you celebrate holidays and birthdays? <br />
    Did you go on vacations?<br />
    What did you and your brothers do for fun?<br /><br /></span>
    <span class="standardparagraph">What do you know about Jacob Sikora and Catherine Dziwak, the extended family and their faith?<br />
      - Jacob Sikora and Catherine (Dziwak) Sikora<br />
      - Michael (aka Patsy)<br />
      - Magdeline (aka Chochi)<br />
      - Angeline (aka Nellie) - includes information about Frank &amp; their children<br />
      - Elizabeth (aka Diane)<br />
      - John<br />
      - Peter<br />
      - Walter<br /><br /></span>
    <span class="standardparagraph">  What was the house like?<br />
      - In the beginning<br />
      - The 1936 flood<br />
      - Renovations<br />
      - The final demise<br /><br /></span>
    <span class="standardparagraph2">Miscellaneous tidbits...<br />
      - Polish Proverbs<br />
      - Ancedotes<br /><br /></span>  </div>
    <div id="bodyright">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="50" height="25" id="FlashID" title="virginia1of5">
      <param name="movie" value="audiofiles/virginia1of5.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="15.0.0.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="audiofiles/virginia1of5.swf" width="50" height="250">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="15.0.0.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- 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>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /></span>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></span> 
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /></span>
    <span class="standardparagraph4">for the media file<br /><br /><br /><br /></span>
        </div>
        <div id="bodymiddle"><span class="standardparagraph">The second tape, also recorded in August 2009, consists of 2 clips and covers the years 1944 through 1947.</span></div>
    <div id="bodyleft2">
    <span class="standardparagraph">Summer of 1944 to December of 1945<br />
      - Meeting of Frank Zarow<br />
      - New Years Eve - 1944<br />
      - Prom Night - May 1945<br />
      - First boyfriend, Eddie Yesh<br />
      - First job as a hygienist<br />
      - Meeting of John Zarow<br />
      - Enrolled at Indiana State Teachers College<br />
      - Meeting of Ted Zaroff<br />
      - Thanksgiving - 1945<br />
      - Florian Stasik Airforce injury<br />
      - Christmas - 1945<br />
      - New Years Eve - 1945</span>
    <span class="standardparagraph">Note:  Per Virginia, Ted's name should be spelled Zarow, like most of his brothers.  There was a mixup with his birth certificate and his last name was mispelled (although it is phonetically correct).  He chose to keep this spelling as did one of his brothers.<br /><br /></span>
    <span class="standardparagraph">January 1946 to December 1947<br />
      - Takes job as cook/housekeeper<br />
      - Break-up with Eddie Yesh<br />
      - Frank Zarow passes away<br />
      - Christmas 1946<br />
      - Meets John Zarow again<br />
      - New Years Eve 1946<br />
      - John courts Virginia<br />
      - First date with John<br />
      - John's father passes away<br />
      - Christmas 1947</span>
    <span class="standardparagraph">Virginia mentions visiting cousin Helena in Poland.  She is referring to <a href="4-0-helenastasikguzik.shtml">Helena (Stasik) Guzik </a>and her trip to Poland in 1990.  </span></div>
    <div id="bodyright2">
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></span>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /></span></div>   
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </div>
    </div>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
      </script>
      </div>
    </body>
    </html>

    Woohoo! I was able to resolve the issue including the validation issue.  But I have a follow up question...
    Currently if you click on the play button another window pops up which has the play/control/stop buttons to control the audio file.  The attribute is set to new window.  If I change the attribute to parent window, then the page that has the control buttons overlays ontop of the page with the link.
    To get back to the original page, one must click on the back arrow near the address bar.
    Isn't there a way to not have a separate window appear?  In other words, the controls are embeded into the parent page?

  • Audio and video are not synched

    I'm just beginning with FXP X (8), and just added a file to my event library, and created a new project.  Dragged my first clip into the story line, and discovered that the audio and video are not syched.  This is original footage from a video camera, no modifications or added tracks.  But clearly the words of the speaker on camera are not synched with the video, both in the event library and in the story line clip.  Is this operator error (lol)?  TIA for any help, I'm stuck on square one.

    You can right click on your clip in the storyline and Detach Audio.
    After that, you can slide the audio until it's in sync or if it changes sync over the length of the clip, there is a way to correct that as well.
    First, in the video, skim the playhead until you can see something that will "mark" a specific start of a sound and set a Marker (type M).  Then select the audio portion (already detached) and find the start of the matching sound and type M (adds marker to the audio.) Turn on snapping and slide the audio until the two markers snap.
    If you need to correct sync drift, use the same technique for markers near the end of the clip, but instead of sliding the complete audio clip, Retime the audio clip (type command-R) (set the playhead over the video marker - snapping won't work when retiming) and adjust the end of the audio until the two markers match up. Preserve Pitch (from the Retime menu) should already be selected.
    HTH

  • Adding audio to Video Demo: Captivate 7

    Hello, i have several questions about working with audio in a video demo in Captivate 7.
    I have a video demo that was captured without audio, then the intended script changed signifigantly so the timing is way off (sometimes the video doesn't hold on a screen long enough for the narrator to finish talking, sometimes it holds too long).
    Any tutorials out there for adding audio after the video demo is recorded, when the timing is all off and I need to hold on some frames longer than the movie does? I'm doing still screen grabs and inserting them as images for the duration of the hold, but there's got to be a better way!
    Is there any way to add text-to-speech in the Video Demo (other than adding it in slide notes, exporting the audio file and then importing it to the background of the video demo?)
    When adding audio to a Captivate 7 video demo, is it better to add it to the video (Edit Video Demo > Audio > Import to > Background) or to add it to the slide in the regular timeline? Pros/Cons? Best practice?
    Thanks!

    Are you un-checking "Edit Volume" before you play it?
    Sue
    Hi Sue, Thanks for your help, I am new to the Mac, so forgive me if I am slow!
    I cannot find "Edit Voume".
    I can find "Show clip volume" in the "View menu" is that the same thing?
    Thanks for your help. Chatch

  • Has anyone been able to upload an ibooks file with audio only files (m4a) in it? I keep getting the following error message during the upload in iTunes Producer: ERROR ITMS-9000: "Files of type audio/x-m4a are not allowed outside of widgets.

    Has anyone been able to upload an ibooks file with audio only files (m4a) in it? I keep getting the following error message during the upload in iTunes Producer: ERROR ITMS-9000: "Files of type audio/x-m4a are not allowed outside of widgets. then it names the file as an m4p file. Everything works beautifully on the iPad through Preview, and validates through iTunes Producer up until the attempted upload. If you've been able to accomplish this, please let me know how you prepared your audio files. Many thanks.

    Hello Fellow iBook Authors!
    Today I received the same error that you all have been discussing.  I tried selecting the DRM
    and this did not work for me, though I'm glad it did for some.  Here's what I did as a work-around. . .
    Since iBooks Author did not have a problem with Videos, I simply used one of my video programs, ScreenFlow to turn the audio into a video file m4v.  I added an image and extended the length or timing of the image to span the length of the audio file.  Then exported as an .mov.  I then opened QuickTime and opened the file and exported the file to iTunes. 
    You can use iMovie, Camtasia or any other progam that will allow you to export the audio as a movie file.  Does this make sense?  I hope this helps, at least in the short-term.
    Michael Williams

  • Crashing after adding audio clips

    So I have had to rebuild my 50 minute vacation movie 3 times now due to the files become corrupt after adding audio clips.  The audio clips are legit and not just downloaded from a random site.  Happens with different songs not just particular ones.

    Here is a good tutorial for how audio works. In your case, you want to drag and drop the music track on top of one of your video clips at the frame where you want the music to begin.
    http://www.apple.com/findouthow/movies/imovie08.html#audioclips

  • Issue / problem adding audio in Presenter 7 (PowerPoint 2010)

    Since I got a new PC (Windows 7), I'm having an issue / problem adding audio in Presenter 7 (PowerPoint 2010).
    It doesn’t happen every time, but randomly with many presentations...
    In PowerPoint, right after I import audio (through Presenter) and click “ok”, I get the following errors:
    Then, I can't get into the "import/sync/edit" mode, from the Presenter tab...
    Already tried reinstalling Presenter, resaving new presentations, deleting the .ppcx/audio folders, importing the audio locally (vs from my network drive), etc.
    Then sometimes, randomly, it will let me get back in and edit the audio, after numerous attempts…?!? I can't figure out what the pattern is, which is causing this new problem (never had this problem before, w/ my old PC - Win XP / PowerPoint 2003 / Presenter 6 & 7)
    Anybody have an idea what the issue could be?
    Thanks,
    Mike P.

    Hello,
    I  tried to reproduce this issue but I am not getting any error message. Please provide us following information; this might help to reproduce this issue:-
    1) You are seeing this issue in  PPT or PPTX
    2) You seeing this issue in newly created presentations or its just old presentation which is not working properly.
    3) OS and PowerPoint version
    4) If this issue is consistent on any particular presentation then please share it.
    5) Can we have exact reproducible steps
    Regards,
    Shubhi

  • Adding Audio Consolidated Sceneline

    Seems each step forward in PE4 involves a step or two backward.
    I imported audio (a WAV file) to a newly-created audio track (Audio 4), and presto-change-o! my Sceneline contracted to a single frame that contains the video for the whole movie (3 mins. long). Previously, the Sceneline showed dozens of clips individually. If I clicked Play in either the Sceneline or Timeline, the movie still played normally.
    Realizing that the Soundtrack was empty, I figured maybe I should have added the audio there, and maybe adding it where I did, in Audio 4, caused the disruption to the Sceneline. (I couldn't imagine why it should, but still...)
    I deleted the recently-added audio, clicked on Audio 2 (the primary video track is Video 2, with opacity clips in Video 3), and clicked "Delete Empty Tracks," which got rid of my newly-created Audio 4.
    This did not restore the Sceneline to its previous state.
    In added the audio file to the Soundtrack. No change to the Sceneline.
    The movie plays okay, including the new audio track, but with the Sceneline all compressed into one frame, I can't move clips or do any of the other editing tasks that are fast and easy in the Sceneline.
    Anybody got an idea how I can restore my Sceneline?
    John B

    YES! That did it. Thanks, Robert. I had no idea pressing the backslash compresses the Timeline to show the whole movie, or that you could lasso a track. Nice to know.
    What I did know, and what gave me brief trouble, is that when you try to drag a clip or a track vertically in the Timeline to a track or position that's not visible, dragging up or down does *not* force the tracks to scroll in the direction you want to go.
    But I found that once I had the primary video/audio track lassoed, if I hit Ctrl-C (Copy) with my other hand, it did in fact copy what I had in the lasso. I then clicked the empty Video 1 / Audio 1 track, typed Ctrl-V (Paste), and the primary video/audio track copied into place.
    And yes, with the primary video back in Video 1, all the clips once again display normally in the Sceneline, solving my original problem.
    Thanks to Bill, Steve and Robert for contributing to the solution.
    PROBLEM SOLVED, and important lesson learned: Don't let anything displace the primary video from Video 1.
    John B

  • Adding audio to simulation after it's recorded

    My company is hiring a professional voice over artist to record narration.  They want to sync this up to a computer simulation. 
    I have created simulations while recording audio; but have not added audio after the fact.
    Any suggestions of how this can be most efficiently done?
    Thanks!

    In my experience, you are better off trying to synch the animation to the voiceover rather than the other way round.  Hopefully, the scripting of the voiceover was carefully thought out so that it naturally follows the flow of the task.  Otherwise you will need to add pauses in the audio at points where too much activity needs to happen on screen between the words.

  • Adding audio to presentation

    I added audio from my I-Tunes Library to my presentation. But when I play my presentation, there are silent gaps in the played music. (not in the original music). How can I solve this problem ?

    Look Here:
    http://docs.info.apple.com/article.html?path=Keynote/5.0/en/kyntc68d86ec.html
    Good Luck

  • Adding audio to fcp

    I added audio to my movie from itunes, but when I tried to add a song I had purchased from Apple, there was no sound. I am on dialup at my home in the country, and I established a connection with
    the Apple store and had it re-confirmed ( or whatever it does) to my computer. There still isn't any
    sound and you can't see the soundwaves either. Any ideas??

    To those of us that are not as informed as you on the complexities of copyright music, we expect to be able to listen and use these songs on a personal basis WHEN WE PAY FOR THEM. The fact that you found this so laughable tells me enough about your character to know that I won't be needing any help from you in the future.

  • Adding Audio to previous Edge file in new Edge v3. Audio files don't appear?

    Hi All,
    Pretty exciting stuff that there is a new Edge Version out with Audio!  So I gave it a go on a project I have made previously and had been using Buzz Audio, which I had working fine, but this new version looks like a much cleaner way to go (snaps to everyone on the Edge team).
    However I have immediately encountered a problem when adding the Audio files to the library using the "+" symbol.  I select the files to add which are .mp3 format and select Open.  There is no error message, the Audio library flashes as though a new audio file has been added but then is back to it's original state showing no audio files are available (yes i've checked the Audio drop down arrow sever times ) ?
    I then tried this using a new blank document and the audio files added fine as expected.
    Can't seem to find why Audio wouldn't add to my previous project file which is about 1MB in total size and created with the previous version of Edge CC.
    Thanks in advance for any ideas,
    Cheers,
    Jeff

    Hi Darrell,
    Thanks for your idea, I have given it a go with the following results:
    Saved the previous file as a new file, in a new folder location.
    Loaded up the file, no errors, all good.
    Loaded up the audio files into the library and they appeared this time, excellent!
    However upon loading up these audio files it immediately generated the following error message:
    "An error occurred. Please save your work and restart Edge Animate."
    This message now appears every time I try to open the Edge Animate file, presumably when it's now loading up the audio library where I first got this error.?
    However, the audio does play and the file seems to work... despite the less than encouraging message i'm getting.  I've tried this on a few different files now and I seem to get the same error message result when adding audio to other older tutorial created files also... could it be possible it's not  just me with this issue?
    Thanks again for your help, hopefully we/someone can make sense of the error message that is now hanging over?
    Cheers,
    Jeff

  • Adding audio to menu

    Using Reflection White theme and having problems adding audio to opening menu. Been successful adding audio to submenus.
    I would like to have audio when dvd is played and waiting for user to select submenus and also have same audio play when user returns to main menu (title)

    Thanks for the reply.
    Bit confused.
    Where is the "audio well"? What does it look like?
    When I select the music and click "apply" nothing
    seems to happen. When I then click on 'Menu" the
    duration is set to max - 3.31 and volume is set to
    mid way.
    I usually drag and drop audio clips from the iTunes
    directory.
    The audio well is that little rectangle that is just to the left of the 'Menu Volume' slider. Be sure you have iDVD back to your main menu screen. After you go to 'Media->Audio->iTunesLibrary and select the audio, click on 'Apply' You should begin to hear the music you selected. Go back to the 'Menu' tab and look at that audio well rectangle. You should now see a little icon of an audio file.
    Is the any function that shows what is attached to a
    submenu? I can see the movies and slideshows that I
    have dropped onto the menu/submenu.
    Yes, just under the main screen there are three circular buttons. The left one is for activating the sound in the menus. It should be blue when it is on.
    The middle button is a 'play' button that allows you to play your movie from the iDVD menu.
    The third button is the Map button. Click on this one to see a diagram/outline of the structure of your menus showing what is within each submenu.

  • Pointer when adding audio to clip

    When adding audio/music to a clip (not background) it sits below the clip with a small arrow/pointer pointing to the clip. What does that pointer indicate? Why does it move? Can someone point me to resourcs that explain that in detail?
    Thanks

    I think you are right that the marker "stays". I don't have any special insight to how this was coded by Apple, but it appears to me that you initially attach the audio to a certain frame in a certain clip. Later you can drag the audio forward or backward, and it may remain attached to the initial frame, but be given an offset. For example, the audio is attached to frame five of clip three, but the audio actually begins at -30 or 30 frames to the left of the anchor frame. 
    I think if you experimented with it, you might find that if you delete the clip with the anchor frame, the audio is deleted, too, but I don't have time to test this right now.

Maybe you are looking for

  • Quick Time Won't Open in Vista

    Quicktime Quicktime Pro won't open in Vista: I can't open Quicktime by starting the application. After starting Quicktime a button appears in the Vista system toolbar, but no window opens. If I mouse over the Quicktime button in the toolbar, a previe

  • How to track Error message no.

    Hi, Could anyone please expalin how to track error messages using message no. Urgent??????????????????? Reg, CM

  • Traffic Lights - SAP CRM 7 - User's Inbox

    Hi All, How can we configure trafic lights for transactions displayed in the users inbox ( SAP CRM 7). Are the traffic lights controlled by the due date in the date profile ? What is logic used by the system to assign colors to each of the transactio

  • Help: error when optimize a password procted PDF

    I am getting error when optimize a PDF. The PDF document is password protected with help of DDX Assemble. Error Message follows: ALC-PDG-15063-000: com.adobe.livecycle.generatepdf.client.ConversionException: ALC-PDG-015-063-The system cannot export p

  • Sq01 infoset

    i have to join these tables in sq02 for creating the infossets can u tell me the realtions between this tables that is how should be the joinng MARA EKKO EKPO LFA1 MKPF MSEG RBKP RSEG