Adding Audio to pages in I Books Author

I need to add a narrated audio on each page about 4 seconds. First thing is I need to convert the audio to aac. Older I Tunes had an import feature and is now gone in IT 10 so I need to know how to convert .mp3 to aac ot m4a
second, I have the original audio which is in m4a ( I have to edit it down) How do I go about adding the audio? I tried as a widget ( media) and the quicktime player shows up and needs to be pressed in order to hear the audio I need the audio to play when the page is opened.
Any help?
RD

Sorry, please disregard the first part of the original post
second, I have the original audio which is in m4a  How do I go about adding the audio? I tried as a widget ( media) and the quicktime player shows up and needs to be pressed in order to hear the audio I need the audio to play when the page is opened.
Any help?

Similar Messages

  • Adding a map page causes my book to freeze when printing or purchasing

    I have created several books with maps. When printing to pdf, viewing in Preview or even purchasing, the everything "freezes" at the map page. If I remove the map page everything works fine. I've purchased many books before, but I've never used maps. I'm using iPhoto '09 v8.1.2
    Thanks

    Problem solved! The larger the map, the longer it takes to "compile" that page. My map page included all of North America. When I zeroed in to just one city and surroundings, the map page compiled very quickly. So I went back to my North American map and decided to just wait. The blue progress bar stopped at that page as before, but after 20 minutes or so it proceeded to the next page and finished the rest of the book. Patience is a virtue.

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

  • Ibooks author is continuously deleting pages from my book until i'm left with nothing, does anyone know why this is or have the same problem?

    ibooks author is continuously deleting pages from my book until i'm left with nothing, does anyone know why this is or have the same problem?

    What are you doing BEFORE the pages start deleting?

  • When adding audio books to ipod either manually or by syncing, the tracks seem to be in the right order but they play back in a random order which means you can't listen to the book. How do you overcome this? (Bill)

    I have tried adding audio books to my ipod classic, both by syncing and manually. The tracks come up in the right order in the menu but when listening they will often play (not always) in a random order. How do I overcome this, as it is making listening to books impossible.  (Tarraganda)

    I have found the problem myself when I got into the Settings. Somehow it had been put onto shuffle all music files and once I turned that off it reverted to normal. I realised something basic was wrong when our other ipod that had been synced at the same time didn't have a problem. However, I had put all the books on manually, one album at a time as problems occurred when syncing the whole library, including multiple albums for the same piece of music.

  • Adding Audio to a Page

    I did a search in the forums on adding audio with Contribute,
    and could not find a definitive answer. What's the best way to add
    audio to a page using Contribute. FYI - My client has Contribute 3
    now but will soon be upgrading to Contribute 4.
    It is a 75Mb mpg file.

    It depends on what your needs are, if you want a audio clip
    to be embedded into the site, and have it auto play without the
    user controling it, you may want to add it as a Flash file
    (SWF,FLV) . **Be aware of any licensing or royalty rights that is
    reserved by the artist you are uploading.
    Contribute supports this file type as well as Quicktime and
    Windows Media player. The site visitors need to have the audio
    player to be installed for each feature to work, hence the
    portability of using Flash, since most browsers are loaded with it.
    Your other option, if you are using Contribute 4 and blogs is to
    use the enclosure feature. - you can link to a podcast - if your
    file is as large as 75Mb you may want to try this.
    Contribute does not have any built in audio editing features
    - and only uses the supported media files. However you can try out
    Adobe's Soundbooth beta software
    http://labs.adobe.com/technologies/soundbooth

  • When adding audio to my webpage do I have to add a photo as well?

    Hello,
    I just set up my website using iweb and it was really fun and easy. I added an audio file to one of my pages and it required me to add a photo or it wouldn't add the song.
    Can this be changed?
    Thanks, Chad
    Powerbook G4 1.5   Mac OS X (10.4.2)  

    A clip from the help file:
    To add audio:
    In the site organizer, select the webpage you want to add the audio to.
    Do one of the following:
    To add a single audio file, drag it to the image placeholder on a webpage or to the webpage canvas. If you drag the audio file to the image placeholder on a blog (the Blog or Podcast template), iWeb creates a podcast. (See the podcast topics below.)
    To add more than one audio file, drag them to the webpage canvas. (Select more than one file at a time by Command-clicking.)
    To add links to the songs in the iTunes Music Store (not the audio files themselves), drag a playlist (from the Media Browser or iTunes) or a song from the iTunes Music Store to the webpage canvas.
    If you added audio files (not links), you can drag a graphics file to the placeholder above each song's audio controls. Or you can create a text box with a solid color fill to put over the placeholder. You can resize the graphic and the audio controls by dragging the handles.

  • HOW TO VIEW PAGE OF ONLIE BOOK IN PDF FILE

    i HAVE A PDF FILE THAT i AM TRYING TO OPEN AND READ IT IS A ONLINE MANUAL THAT ONLY SHOWS 8 PAGES OF A BOOK THAT IS ABOUT 400 PAGES CAN i VIEW THE RESET OF THESE PAGE BY CONVERTING THE FILE OR NOT?

    I just figured out how to view the body of the SOAP error. (I just needed to cast the Exception as a SOAPFaultException to view the details).
    This is the error I consistently get: Internal Error: Session is not available. Aborting. (SBL-ODU-01006)
    So now my question - has anybody else run into this?
    I log in - get my session id. Try to call a method and get (2 or 3 times in a row) this 'Session not available' error and then it works. I try and make another method call and get 2 or 3 more 'Session not available' errors.
    I thought it might be a timing issue (where I am making too many requests/second) so I added a little 'sleep' time between method calls with no difference in response.
    Ideas?

  • Difficulty importing Pages document into iBooks Author

    Maybe I'm doing something wrong--but when I insert a Pages document (made up of 16 pages of images), iBooks Author collapses the 16 pages of images into a single page, adding the additional pages as blank pages. Same thing happens when I insert the file as an MS Word file.
    Shouldn't it be easy to insert a Pages into iBooks Author?
    Ideas?
    Thanks...
    sc

    Should be....but....there is no simple lever to pull that amounts to a fitz-all recipe.
    Experiment with different iBA templates using copy/paste from your source.
    Ken

  • InDesign CC crashes when i adding a new page

    Hi together!
    When I adding a new page InDesgin CC crashed. I tested it on two PC with Windows 7 and Windows 8. I also created a new document. Always the same problem when adding a new page. Can anyone help me?
    Regards
    Christian

    Having similar problem for second time (different files, different content) in the past two months.
    Using IDCC2014 (10.2.0.69) on Mac OS 10.10.3.
    When inserting a new frame (whether a newly placed image or an empty frame) with text wrap, text reflows (as expected) but InDesign quits (no warning or error, it just quits).
    Inserting a new page and reflowing text also causes ID to quit.
    Finding earliest page in document where the problem begins (similar to above reply; in my two cases that is p. 2 and p. 23) and deleting the text frame on that page causes ID to quit.
    I work on quite a few books with many elements, but the files in question are just straight text with page numbers (not even running heads) and some illustrations to be inserted.
    Saving as IDML does not resolve the issue. Trashing preference does not resolve the issue.
    Dragging pages to a new file does not resolve the issue. But if text is copied-and-pasted into a new file then that new file will work fine.
    The problem is consistent at various work stations across three different locations/networks.
    The only fix has been to delete ALL of the document pages from the affected area on and do the work again, i.e., redraw new pages and apply the chapter opening master pages again. Deleting just the first page where problem is found or the first two pages where problem is found or first four pages where problem is found, etc., causes ID to quit.
    In the case of this second file (I don't have the first file onhand right now), it does not have a long save history; it's not from a legacy template file or something like that. Cracking open the IDML file confirms only four saves beyond the initial creation and all in IDCC2014.
    Anyone else coming across this problem? Any suggestions?

  • I cannot flip pages of my book

    Thus I cannot read it normally. All the time I have to change a view size in order to open a new page. It's very uncomfortable. Please fix it!!! I am doing a research now and I need to read this material! Please!

    Looks like I solved my problem.
    I changed my theme from Snapshots to Tropical Travel then back to Snapshots. Twice. Then changed the book from Hardcover to Wire-bound. Then I changed it back to Snapshots, hardcover.
    Two things I forgot to mention in my first posting. When I started the project, iPhoto locked up when I added a map page to the first page. Later I noticed my page numbers were on the inside next to the spine.
    Now the page numbers are on the outside of the pages. The number of pages at the top of the page matches how many pages I have. Unfortunately, may page designs have changed.
    But most important, I can now add pages!
    Weird.

  • TA26839 how many pages in softbound book in iphoto

    Working on a softbound book using iPhoto.  I cannot add any pages to the book.  Is there a limit to the number of pages?  I currently have 32 pages ( 64 sides).  thanks for input.

    The page limits for print products are listed here:
    Apple Photo Services: Product line details for books, cards, and calendars
    http://support.apple.com/kb/HT3412
    For softcover books is the page limit 50 sheets of paper.
    There must be something wrong with your book. Frequently it helps to delete the last added pages and then to try again to add pages.

  • How can i print just one page of photo book without printing the entire book

    how can i print just one page of photo book without printing the entire book

    Jim,
    Take heart.  We can help.
    First turn on page view so you can see how the content of your sheet fits on the page(s).  A Numbers document contains sheets (listed on the left) which in turn contain tables, charts, text, and graphics.  Select the sheet you want to print on the left, then enable page view by selecting the menu item:
    "View > Show Print View":
    Now you should see your content and how it fits on one, or more, pages.  If thie content is too big for one page use the controls and the bottom left of the window to expose the sheet controls:
    Here a table is too big to fit on one page:
    slide the "Content Scale" slider so the content fits:

  • On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available". When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way,

    On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available".
    When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way, no error message. Any ideas to solve this, anyone? Would be greatly appreciated.

    I tried to update and it keeps telling me to get the Application Manager. And this is what happens
    Adobe Application Manager failed and it told me to download the Adobe Support Advisor.
    Adobe Support Advisor told me that there was an issue:" cpsid_82829s1: "A restart is pending," bootstrapper error has occurred. "Token Number: 40-87772-063201122012
    I followed the instructions it gave me to correct this issue:
    If you receive the error "Installer has detected that a machine restart is pending. It is recommended that you quit the installer, restart try again," do the following:
    #Restart the computer and try the installation again.
    #If the installation fails, delete the InProgress registry key: 
    Disclaimer: This procedure involves editing the Windows registry. Adobe doesn't provide support for editing the registry, which contains critical system and application information. Make sure to back up the registry before editing it. For more information about the registry, see Windows registry information for advanced users on the Microsoft support site, or contact Microsoft. 
    Launch Windows Registry Editor.
    (Windows XP) Choose Start > Run, type regedit in the Open text box and click OK.
    (Windows Vista/ Windows 7) Choose Start, type regedit in the Search box, and press Enter.
    Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager.
    Delete the InProgress key.
    I was not able to find the "InProgress" key.

  • Scanning multiple pages from print book into computer

    How to scan multiple pages from print book into computer? Someone supplied a link to this question, but I got stuck at step 1: Where is "HP Director software"? In other directions, it says to open the "HP Scan window," but that option is not available to me when I follow the directions. I have an HP 2159m computer, HP Photosmart Plus all-in-one, Windows 7, and use Firefox, if that's any help.
    TIA

    I have a similar problem:
    I am using an HP Officejet 6310xi via its TWAIN interface.  Regardless of which application invokes TWAIN (whether Irfanview, Thumbs Plus, or something else), the scanner dialog closes after transferring each scanned image.  To scan the next page requires re-starting the scanner, beginning with a whole new preview and re-entering all my scan settings.  This is only an issue with the HP scanner, not with my Cannon CanoScan LIDE 100, Visioneer OneTouch 8920, or any other scanner, each of whose scanner dialogs stay open for scan after scan.  Can anyone help me make the HP scanner dialog stay open for multiple pages?
    Note: Based on a suggestion on another site I set my scan preferences to include "Prompt for Additional Scans from Glass" as follows, but it did not help.
    I am experienced at scanning, but I find it extremely frustrating that the HP scan dialog closes, forgetting its settings, after each page.
    If it helps others, I gladly share my article, "Freedom from Paper--At Last" here
    http://www.richpasco.org/paperless.html

Maybe you are looking for

  • LG Ally text message and gps problems

    hello. ive been with verizon for about 10 years maybe. ive been overall happy with the service and customer service. but the prices should be alot lower.lol. i started out with the motorolas then switched to the lg phones. only problem with the motor

  • Error loading transcode preset  (yes I know, again, but please read)

    I am new to most of the Adobe products and recently purchased Adobe creative suite cs4 master.  I make slide shows, haven't tried any video yet.  I am making a several-disc large set of slideshows of a European vacation for a friend of mine.  There w

  • Importing mulitple dump files using traditional import

    I have 11 export dump files of 2G size i want to import. What is the syntax: This is what i have im mind imp user/user File=file1.dmp,file2.dmp.... Please help.

  • Alt-Backspace no longer works as Foreground Fill

    Recently, Alt-Backspace has stopped working as the shortcut for Foreground Fill. Ctrl-Backspace still works as Background Fill. As far as I can tell, this is the only operation that isn't working correctly. I'm running 64-bit CC on Windows 7 64bit. I

  • Returning to Last Playlist After Restart?

    Whenever I start my Touch, I'd like to return back to the last Playlist I was playing when I last played tunes from the Touch. For instance, whenever I start the Touch and choose Music, the first item that pops up is Podcasts. I rarely choose Podcast