PE9- Saving slide shows - always stops working at 94% of .wmv file

I have a 40 minute slide show with music. When I output to .wmv file, PE9 always stops working at 94% of download, whether I use the maximum or the high resolution settings. I have a powerful computer with all the bells and whistles. I'm disapointed that E9 does not perform as advertised. Any solutions or comments beyong what's in the release notes? Any fix for this soon? Thanks to all.

Most probably Premiere Elements is causing the rotation you are experiencing
That is because the recent versions of Premiere Elements do not recognize the rotation indicator set in a photo file.  However the Photoshop Elements Organizer does recognize a photo orientation indicator set within the photo file when displaying thumbnails and displaying the photo file.
At this point for this slide show,
it might be simplest to initiate an edit in Photoshop Elements of each of the portrait orinetation photo files that are in this slide show -- so that the pixels within the photo file itself can be rotated and saved as a new photo file. .
In the future,
-- it would probably be simpler to multiple select thumbnails in the Organizer and rotate those photo thumbnails (once 90 degrees  and then a second time back in the opposite direction 90 degrees).
-- most cameras that set rotation indicators in a photo file also have an option not to set that indicator which then usually results in portrait orientation photos displaying sideways in the Elements Organizer until you rotate them yourself. (to me this is a second choice approach but it is a possibility)

Similar Messages

  • Touch screen L2105 always stops working after a few minutes

    I have windows 8.1 and the touch screen always stops working after a few minutes- ie. the touch operation via USB, the screen itself is OK.Have tried windows switching power saving off, but no help
    charsepp

    Hello charsepp,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that the touchscreen stops working after a short period on your HP L2105 Monitor. The first thing you are going to need to do is determine if this is a monitor or PC issue. To do this you should try connecting the monitor to another computer and see if the issue persists.
    If the issue does not persist it is the computer, and if your computer is also HP I would be happy to assist you, but first I would encourage you to post your product number for your computer. I am linking an HP Support document below that will show you how to find your product number. As well, if you could indicate which operating system you are using. And whether your operating system is 32-bit or 64-bit as with this and the product number I can provide you with accurate information.
    How Do I Find My Model Number or Product Number?
    Which Windows operating system am I running? Is the Windows Version on My Computer 32-bit or 64-bit?
    If the issue persists when you try the monitor on another computer then the issue appears to be a physical issue and I think it would be best if you contacted HP technical support for repair options.
    US support link to contact options for HP products purchased in the US.
    Outside of US support link to contact options for HP products purchased outside the US.
    Please re-post if you require additional support. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Slide show does not work

    I created a slide show. It works really well on the Prieview with a browser. Once I put it on the web it does not work. here is the code.
    <%@LANGUAGE="JAVASCRIPT"
    CODEPAGE="65001"%>
    <!doctype html>
    <html><!-- InstanceBegin template="/Templates/template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta charset="utf-8">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <style type="text/css">
    /* BeginOAWidget_Instance_2141542: #ImageSlideShow */
    #ImageSlideShow.ImageSlideShow {
        width: 300px;
        height: 300px;
        border: solid 5px #000000;
    #ImageSlideShow .ISSClip {
        background-color: #333333;
    /* EndOAWidget_Instance_2141542 */
    </style>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    #apDiv16 {
        position: absolute;
        left: 267px;
        top: 289px;
        width: 402px;
        height: 331px;
        z-index: 14;
        border: thick ridge rgb(0,0,255);
    </style>
    <style type="text/css">
    #apDiv17 {
        position: relative;
        left: 687px;
        top: 287px;
        width: 346px;
        height: 65px;
        z-index: 15;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        font-style: italic;
    </style>
    <style type="text/css">
    #apDiv18 {
        position: absolute;
        left: 814px;
        top: 318px;
        width: 254px;
        height: 369px;
        z-index: 16;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 3px;
        color: rgb(0,0,0);
        font-weight: bold;
    #apDiv18 P FONT {
        color: rgb(0,0,0);
    #apDiv18 P FONT {
        font-weight: normal;
    </style>
    <style type="text/css">
    #apDiv19 {
        position: absolute;
        left: 301px;
        top: 280px;
        width: 426px;
        height: 328px;
        z-index: 1000;
    </style>
    <style type="text/css">
    #apDiv20 {
        position: absolute;
        left: 314px;
        top: 319px;
        width: 437px;
        height: 312px;
        z-index: 16;
    </style>
    <style type="text/css">
    #apDiv21 {
        position: absolute;
        left: 273px;
        top: 231px;
        width: 520px;
        height: 23px;
        z-index: 16;
        font-size: 18px;
    </style>
    <style type="text/css">
    <!--
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-style: ridge;
        border-right-style: ridge;
        border-bottom-style: ridge;
        border-left-style: ridge;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #42413C;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
        color: #0000FF;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 2000px;
        background-color: #666;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: absolute;
        height: 1000px;
        left: 0px;
        top: 0px;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #333333;
        border-bottom-width: thick;
        border-bottom-style: double;
        border-bottom-color: rgb(255,0,0);
        width: 2000px;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 150px;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        background-color: #FF0000;
        height: 150px;
        width: 2000px;
        border-top-width: thick;
        border-top-style: double;
        border-top-color: rgb(0,0,0);
        left: 0px;
        position: absolute;
        top: 850px;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #apDiv1 {
        position: absolute;
        left: 204px;
        top: 13px;
        width: 317px;
        height: 49px;
        z-index: 1;
        font-family: "Arial Black", Gadget, sans-serif;
        text-transform: uppercase;
        color: #F00;
        font-size: 40px;
    #apDiv4 {
        position: absolute;
        left: 180px;
        top: 19px;
        width: 585px;
        height: 23px;
        z-index: 4;
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 24px;
        font-style: oblique;
        color: #FF0;
    #apDiv12 {
        position: absolute;
        left: -6px;
        top: 52px;
        width: 201px;
        height: 27px;
        z-index: 9;
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 36px;
        color: #0FF;
        font-weight: bold;
        text-transform: lowercase;
        font-style: oblique;
    #apDiv5 {
        position: absolute;
        left: 0px;
        top: 53px;
        width: 757px;
        height: 26px;
        z-index: 5;
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 36px;
        color: #06F;
        text-transform: lowercase;
    #apDiv6 {
        position: absolute;
        left: 366px;
        top: 155px;
        width: 1413px;
        height: 32px;
        z-index: 999;
        color: #999;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
    -->
    </style>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    #apDiv8 {
        position: absolute;
        left: 70px;
        top: 66px;
        width: 1280px;
        height: 41px;
        z-index: 8;
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
        font-weight: bold;
    #apDiv2 {
        position: absolute;
        left: 11px;
        top: 213px;
        width: 140px;
        height: 308px;
        z-index: 9;
    </style>
    <link href="../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    #apDiv3 {
        position: absolute;
        left: 302px;
        top: 321px;
        width: 654px;
        height: 466px;
        z-index: 10;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 10px;
        border-top-width: thick;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: rgb(0,51,255);
    #apDiv7 {
        position: absolute;
        left: 2px;
        top: 35px;
        width: 302px;
        height: 326px;
        z-index: 7;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16px;
        line-height: 5px;
        font-weight: normal;
        color: #666;
    #apDiv9 {
        position: absolute;
        left: 270px;
        top: 302px;
        width: 382px;
        height: 295px;
        z-index: 11;
        border: thick solid rgb(0,51,255);
    .style12 {font-size: 18pt}
    #apDiv7 P FONT {
        color: rgb(0,0,0);
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16px;
    #apDiv10 {
        position: absolute;
        left: 4px;
        top: 164px;
        width: 131px;
        height: 293px;
        z-index: 999;
    #apDiv11 {
        position: absolute;
        left: 670px;
        top: 298px;
        width: 268px;
        height: 61px;
        z-index: 13;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
        color: #000;
    .container .content #apDiv11 P FONT {
        color: rgb(0,0,0);
    #apDiv13 {
        position: absolute;
        left: 134px;
        top: 230px;
        width: 864px;
        height: 551px;
        z-index: 13;
    #apDiv14 {
        position: absolute;
        left: 151px;
        top: 252px;
        width: 605px;
        height: 278px;
        z-index: 13;
    #apDiv15 {
        position: absolute;
        left: 98px;
        top: 392px;
        width: 1350px;
        height: 496px;
        z-index: 13;
    #apDiv16 {
        position: absolute;
        left: 339px;
        top: 249px;
        width: 724px;
        height: 37px;
        z-index: 900;
        border-bottom-width: thick;
        border-bottom-style: solid;
        border-bottom-color: rgb(255,0,0);
    #apDiv17 {
        position: absolute;
        left: 50;
        top: 266px;
        width: 620px;
        height: 1;
        z-index: 13;
        background-color: #FF0000;
    #apDiv22 {
        position: absolute;
        left: 132px;
        top: 50px;
        width: 40px;
        height: 46px;
        z-index: 1000;
        color: #FFF;
    #apDiv23 {
        position: absolute;
        left: -103px;
        top: 340px;
        width: 800px;
        height: 3;
        z-index: 10;
        border-top-width: thick;
        border-top-style: groove;
        border-top-color: rgb(255,0,0);
    #apDiv30 {
        position: absolute;
        height: 30px;
        width: 1000px;
        left: -102px;
        top: 288px;
    </style>
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    #apDiv16 {
        position: absolute;
        left: 264px;
        top: 326px;
        width: 402px;
        height: 331px;
        z-index: 14;
        border: thick ridge rgb(0,0,255);
    </style>
    <style type="text/css">
    #apDiv17 {
        position: absolute;
        left: 687px;
        top: 324px;
        width: 346px;
        height: 65px;
        z-index: 15;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
    </style>
    <style type="text/css">
    #apDiv18 {
        position: absolute;
        left: 687px;
        top: 392px;
        width: 254px;
        height: 358px;
        z-index: 16;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16px;
        line-height: 0px;
    </style>
    <style type="text/css">
    #apDiv19 {
        position: absolute;
        left: 214px;
        top: 293px;
        width: 952px;
        height: 375px;
        z-index: 101;
    </style>
    <style type="text/css">
    #apDiv22 {
        position: absolute;
        left: 216px;
        top: 286px;
        width: 906px;
        height: 348px;
        z-index: 17;
    #apDiv24 {
        position: absolute;
        left: 70px;
        top: 518px;
        width: 785px;
        height: 113px;
        z-index: 1000;
    #apDiv25 {
        position: absolute;
        left: 222px;
        top: 361px;
        width: 115px;
        height: 250;
        z-index: 7;
    </style>
    <link href="../Spry-UI-1.7/css/SpryImageSlideShow.css" rel="stylesheet" type="text/css">
    <script src="../Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin.js" type="text/javascript"></script>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2141542" binding="#ImageSlideShow" />
    </oa:widgets>
    -->
    </script>
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div>Content for New Div Tag Goes Here</div>
    <div>Content for New Div Tag Goes Here</div>
    <container class="container">
    <div id="apDiv1">
      <!-- InstanceBeginEditable name="EditRegion4" -->
    <div id="apDiv25">
      <ul id="ImageSlideShow">
        <li><a href="../images/bent_shank_wnuts.jpg"><img src="../images/src/bent_shank_wnuts.jpg" alt="" /></a></li>
        <li><a href="../images/champion_rivet_at_operator.JPG"><img src="../images/src/champion_rivet_at_operator.JPG" alt="" /></a></li>
        <li><a href="../images/coining.jpg"><img src="../images/src/coining.jpg" alt="" /></a></li>
        <li><a href="../images/dry_box_workers.jpg"><img src="../images/src/dry_box_workers.jpg" alt="" /></a></li>
        <li><a href="../images/laser_shlomo.jpg"><img src="../images/src/laser_shlomo.jpg" alt="" /></a></li>
      <li><a href="../images/lung-blocker-white-gowns.jpg"><img src="../images/src/lung-blocker-white-gowns.jpg" alt="" /></a></li> 
      </ul>
      <script type="text/javascript">
    // BeginOAWidget_Instance_2141542: #ImageSlideShow
    var ImageSlideShow = new Spry.Widget.ImageSlideShow("#ImageSlideShow", {
        widgetID: "ImageSlideShow",
        injectionType: "replace",
        autoPlay: true,
        displayInterval: 4000,
        transitionDuration: 2000,
        componentOrder: ["view", "controls"],
        plugIns: [ Spry.Widget.ImageSlideShow.PanAndZoomPlugin ]
    // EndOAWidget_Instance_2141542
      </script>
    </div>
    <div id="apDiv23"></div>
    <!-- InstanceEndEditable -->
      NOGAH
      <div id="apDiv5">Machine Designers &amp; Builders</div>
    <div id="apDiv4">smart innovative engineering </div>
    </div>
    <!-- InstanceBeginEditable name="EditRegion3" -->
    <div id="apDiv15">
      <p> </p>
    </div>
    <!-- InstanceEndEditable -->
    <div class="header"><a href="#"><img src="../images/logoN.jpg" alt="Insert Logo Here" name="Insert_logo" width="100" height="150" id="Insert_logo" style="color: #F00; text-transform: uppercase; font-size: 40px; font-family: 'Arial Black', Gadget, sans-serif; display: block;"></a>
    <!-- end .header --></div>
      <div class="content">
        <div id="apDiv6" style="left: 100px; top: 170px">
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a href="index.html">Home</a>        </li>
            <li><a href="facility.html">Our Facility</a></li>
            <li><a href="about%20us.html">About Us</a></li>
    <li><a href="contact%20us.html">Contact Us</a></li>
            <li><a href="#" class="MenuBarItemSubmenu">Medical</a>
              <ul>
                <li><a href="lung%20blocker%20bed%20mounted.html">Lung Blocker Bed Mounted</a></li>
                <li><a href="lung%20blocker%20stand.html">Lung Blocker Stand</a></li>
                <li><a href="couch.html">Radiation Couch</a></li>
                <li><a href="lab%20bench.html">Lab Bench</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Biotech</a>
              <ul>
                <li><a href="mega%20base%20SH.html">Mega Base Dispensing S.H</a></li>
                <li><a href="mega%20base%20DH.html">Mega Base Dispensing D.H</a></li>
                <li><a href="filling%20machine.html">Liquid Filling Machine</a></li>
                <li><a href="powder%20dispenser.html">Powder Dispensing</a></li>
                <li><a href="capper.html">Capper</a></li>
                <li><a href="laser%20labeler.html">Laser Labeler</a></li>
                <li><a href="racker.html">Vial Racker</a></li>
                <li><a href="dry%20box.html">Glove Box</a></li>
                <li><a href="heat%20seal.html">Sealing Press</a></li>
    </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Polymers</a>
              <ul>
                <li><a href="lid%20stacking.html">Lid Stacking</a></li>
                <li><a href="heat%20staking%20machine.html">Heat Staking</a></li>
                <li><a href="tire%20assembly.html">Roller Assembly</a></li>
                <li><a href="lint%20trap.html">Lint Trap</a></li>
                <li><a href="bosch.html">Dryer Assembly</a></li>
                <li><a href="marbal.html">Cooling Tower</a></li>
                <li><a href="jar%20trimming.html">Jar Trimming</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Fasteners</a>
              <ul>
                <li><a href="bent%20shank.html">Bent Shank </a></li>
                <li><a href="lug%20nuts%20tapping%20machine.html">Lug Nuts</a></li>
                <li><a href="round%20small%20nuts.html">Rivets Tapping</a></li>
                <li><a href="knurling.html">Knurling</a></li>
                <li><a href="eyebolts.html">Eye Bolts</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Feeding</a>
              <ul>
                <li><a href="feeding%20with%20vision.html">Using Vision</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Metal</a>
              <ul>
                <li><a href="champion.html">Rail Road</a></li>
                <li><a href="assembly.html">Assembly</a></li>
                <li><a href="coining.html">Coining</a></li>
                <li><a href="pointing.html">Pointing</a></li>
                <li><a href="damper%20assembly.html">Damper Assembly</a></li>
                <li><a href="fomo.html">Notching</a></li>
                <li><a href="nut%20welder.html">Nut Welding</a></li>
                <li><a href="soundwich.html">Dashboard</a></li>
                <li><a href="water%20pump.html">Drilling</a></li>
                <li><a href="rotor_deburing.html">Deburing</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">General</a>
              <ul>
                <li><a href="road%20construction.html">Road Construction</a></li>
                <li><a href="large%20hose.html">Large Hose Mfg.  Drive</a></li>
              </ul>
            </li>
            <li><a href="IMTS%20show.html">IMTS Show</a></li>
            <li><a href="http://www.yedaengineering.com/">Yeda LLC</a></li>
          </ul>
    </div>
    <h2> </h2>
        <p class="MenuBarHorizontal"> </p>
        <p> </p>
    <p class="style12"> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
    </div>
    <div class="footer">
        <div id="apDiv8">Nogah Engineering 1800 London Road Unit C Cleveland Ohio 44112 USA Tel: 216.738.1730 Fax: 216.738.1770 </div>
        <p> </p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>
    Thanks.

    All these supporting files are missing (404 not found on server). 
    <link href="../Spry-UI-1.7/css/SpryImageSlideShow.css" rel="stylesheet" type="text/css">
    <script src="../Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin.js" type="text/javascript"></script>
    Upload Spry-UI-1.7 folder to your remote server by clicking the folder and hitting the UP arrow in your Files Panel.
    Also, validate your code and fix reported errors.  You have unbalanced div tags.
    HTML - http://validator.w3.org/
    Nancy O.

  • In PSE 9 how do I add slides to a saved slide show

    In PSE 9 How do I add slides to a saved slide show?

    When you open a project, there is an option to launch Add Media window from where you can access files from Catalog or a particular album.

  • Fix for AppleTV photo slide show music stopping after abut 20 minutes?

    Fix for AppleTV photo slide show music stopping after abut 20 minutes?

    Just ran another series of tests ... I am now convinced that AppleTV's slideshow/screensaver is broken.
    Too often it will 'get stuck' on one photo for minutes then show no photo and finally move on; in fact it is doing it right now.
    I don't ever remember seeing this occur before the last upgrade.

  • I have about 80,000 photos on my Mac. I wanted to use icloud.  I needed to download the newer version so, for 14.99 I downloaded.  Problem is, now I have lost my photos! I tried 3x to but it always stops working.  HELP!

    I have about 80,000 photos on my Mac. I wanted to use icloud.  I needed to download the newer version so, for 14.99 I downloaded.  Problem is, now I have lost my photos! I tried 3x to but it always stops working.  HELP!

    What version of iPhoto did you have before upgrading to Mavericks and iPhoto 9.5?
    OT

  • My indesignCC 2014 always stops working when i launch it

    my indesignCC 2014 always stops working when i launch it

    Nobody can tell you anything without proper system info or other technical details.
    Mylenium

  • Hi, when I download wmv video files, I cannot get any sound. Youtube videos work fine but not wmv files? can somebody help please

    Hi, when I download wmv files on my MacBook Air I cannot get any sound on the videos. Youtube videos work fine but not wmv files. Can anybody help please?

    Install Flip4Mac which allows you to play wmv files.

  • Can't find saved slide show

    I created a slide show in Photoshop Elements.  Saved it as "Untitled Slide Show."  The message said in order to retrieve the project, go to media browser and use the date the slide show was created.  I don't know where to find Media Browser.  Help!

    hosslady
    Hi. How are you doing? Did you find the Elements Organizer Slideshow? 
    Hi ATR,  I'm doing ok.  Better now that I figured out how to find projects, thanks to you.  I managed to get the project out of Elements 9.  It gives me two choices of saving to a file.  Either a wmv or a pdf.  The pdf file is much clearer than the wmv, but has no music. 
    When I save to a wmv file, the photos loose some quality.  lso when I burned to a CD, some of the quality is lost.  Reckon why that is?
    I see that your thread is still here in the Adobe Premiere Elements Forum. Did you get a chance to re-post your thread in the Adobe Photoshop Elements Forum yet?  No, haven't been back to the forum.
    I am concerned that you might have overlooked saving the slideshow project and therefore it was gone permanently when you shutdown the Slideshow Editor for the last session of the preparation of that slideshow. Hope not. I gave up looking, started from scratch and re-did the whole thing.
    If by some chance, you saved the .wmv version of the slideshow instead of the slideshow project, at least you will have a file, but that .wmv cannot be opened and edited like the slideshow project file could.  I remember making a couple of slide shows a few yrs ago and everything worked like a charm, but was a different version of Elements.  It seems like this version (9) isn't as friendly.  Or maybe its just me not knowing my way around that well.
    Hoping for the best. You have helped me a lot.  I do appreciate it.
    C ya down the trail,
    Hosslady
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6757965#6757965
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Premiere Elements by ( mailto:[email protected]are.com ) or at ( https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=32 71 )
    For more information about maintaining your forum email notifications please go to ( http://forums.adobe.com/thread/416458?tstart=0 ).

  • Why doesn't a saved slide show in PSE-6.0 show in Organizer?

    Two questions:
    1-I've created a few slide shows in Photoshop Elements 6.0 (running Windows Vista-64) and until recently have been able to find and reopen/edit them in Organizer.  For some reason none are showing at top of Organizer, even though I can find the file in folder Adobe:/PhotoshopElements/Catalogs/CIB Catalog/Projects.  I've even reinstalled PSE6.0 and still won't show newly created slide show projects.  Any ideas of what I need to do to be able to create, save and then go back to work on a slide show?  My goal is to create a slide show to copy to a DVD for viewing on a TV and don't want to try and do this all in one session.
    2-Why are the photos not linked to the correct folder when I try to open and edit it, even after I've just reinstalled PSE-6.0?  I don't want to go thru the Browse option to relink up the thumbnail to the original photo. 
    Thanks very much in advance and I looked up previous discussions about "slide shows" but didn't see this discussed, so sorry if this question has already been covered.

    For the slidehshow thumbnail --
    I have always been able to find my slideshow thumbnail in the Thumbnail view as long as I had the Media Types to display set to include projects/creations. I would not expect to find the slideshow thumbnail using Folder Location and definitely not using Import Batch (because a slide show is not part of an import batch) . You did not post your current setting for Media Types, so I suggest that you investigate its setting.
    However, your problem with the photos showing on the Z drive is probably more serious
    One odd thing I've just noticed is that all files in PSE-6 show the
    files being on the "Z" drive, but they are on the "C" drive in Windows
    Explorer.  I am using a cloud based storage service (Trend Micro's
    SaveSync) and it designates the "Z" drive as the cloud drive, so this is
    odd.
    My second question is related to all my photos, not
    just ones I've tried to organize into a Slide Show Project.  I've tried
    different photos in many different folders and all of them show the same
    message of "Searching for Missing File".  Since I just reloaded PSE-6
    I'm very surprised by this error.
    If by "reloaded" you mean reinstalled, then the relevant fact is that the reinstall does not modify the Elements Catalog (which is where those pointers to the photo file location on the Z drive reside). So a reinstall of the PSE software would not have an effect here.
    Unfortunately, I can not predict or even guess how the Trend Micro SaveSync works and what it would do that would make the PSE Organizer think it should look on the Z drive to find your photo files.  The Search for Missing File is most probably caused by that Z drive reference.
    All I can suggest is
    -- look in the Organizer Preferences for a preference about reconnecting files automatically and set that preference to NOT reconnect automatically so that you have better control of when and how the info about photo file locatin that is stored in the elements catalog is modified  .
    -- then use the thumbnail view within the Organizer and right click on the thumbnail for one photo and then choose the Reconnect of a single photo
    -- can you reconnect that single photo successfully and have it show the C drive as its location ?
    -- if yes try a few more photos
    -- if you can reconnect several photos, then I suggest that you read the following for a suggestion on how to reconnect many photo files
    http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#_Quickly_reconnecting_large

  • Second button on menu for slide show does not work.

    Anyone else having problems with this? Despite three separate attempts using different photos, different Macs and different themes... it is always the second button (to access the second folder) in the slide show that does not work. It fails to access the slides in the folder.
    Our conclusion finally was that this is a bug, so we used only text buttons and put the second button over to the side of the main menu with just a period in it, and one image in the folder (it will not allow a folder without any images) and then we can skip from the first button to the third (seen on the screen as the second button) and bypass the problem.
    Has anyone come up with an explanation or a better solution?

    Anyone else having problems with this? Despite three separate attempts using different photos, different Macs and different themes... it is always the second button (to access the second folder) in the slide show that does not work. It fails to access the slides in the folder.
    Our conclusion finally was that this is a bug, so we used only text buttons and put the second button over to the side of the main menu with just a period in it, and one image in the folder (it will not allow a folder without any images) and then we can skip from the first button to the third (seen on the screen as the second button) and bypass the problem.
    Has anyone come up with an explanation or a better solution?

  • Whenever i try to play a tv show, itunes stops working

    Every time that I try to play a TV show on itunes, it says that itunes has stopped working and windowns is trying to find a solution. Of course, it never does, so I'm stuck. I've tried reinstalling itunes and restarting my computer and all that jazz, but it still refuses to work. Is there anything else that I can try? I have windows vista, and I know that there are known problems with using itunes, but i've tried all the things others have said to do, and nothing is working. Please help! Thanks

    Try the following user tip:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • Help: Links to Slide Show aren't working

    I'm baffled & frustrated.
    I've created a "Photo Albums" page which links 23 thumbnails to their album page. All the 23 links work to get you to the album page. But, on (only) 4 of them, the Slide Show button leads to an error page instead of to the slide show. The error page says:
    Safari can’t open the specified address.
    Safari can’t open “paris:%20Day%20in%20Senlis%20&%20Chantilly_files/slideshow.html” because Mac OS X doesn’t recognize Internet addresses starting with “paris:”.
    (Each of the 4 error pages is slightly different.)
    Best way to demonstrate this problem is to send you there to see. Here's the link to the Photo Albums page:
    http://web.mac.com/karenmickleson/iWeb/Site%203/Photo%20Albums.html
    The 4 which don't work are:
    (from the 5th row down) Florence: Duomo; Italy: Tuscany; and Tuscany: Siena
    And, from the last row: Paris: Day in Senlis & Chantilly
    On these 4, when you get to the Album page & click on the Slide Show icon, you get the error message.
    I've tried re-doing these 4 thumbnails on the iWeb page, to no avail. Can anyone help me figure this out?
    Karen
    PowerBook G4   Mac OS X (10.4.8)  

    Karen,
    My problem was caused by changing page titles in the site organizer. I had read here in the forums that spaces, odd characters, etc could cause problems in some browsers when published so I removed all caps, spaces, etc. After those changes anything that was cached with the old titles wouldn't go to the new pages. There may be no connection to your problem. Have you tried publishing to a folder on your own computer to see if the problem is there also? If the problem is still there if you publish to a folder, you could do some experimenting without affecting your published site.
    Here's something you could try:
    Duplicate your "Domain" file and store it in a safe place. You can then play around with the duplicate without affecting the original. Build a new photo page with some of those same photos. Publish to a folder on your hard drive and open it with Safari. You may be able to isolate the problem this way without affecting your published site or your original "Domain" file. Once you figure it out you can make the changes to your original "Domain" file and then publish.
    Good luck, David http://web.mac.com/phelpssculpture/iWeb/
    ibook & imac   Mac OS X (10.4.8)  

  • Organizer 12 slide show editor not working

    The editor button in organizer 12 slide show is grayed out, therefore not working. Is
    there a fix for this. It is inconvenient to go back into pe12 and back to organizer just
    to fix a photo.

    Found the solution to the issue on another bulletin board. I read that if a file is imported into slide show from a pc file and not from organizer, this will happen.
    I tried this out and it was true. Here is the screen shot of the slide show with edit grayed out even though the picture is selected.
    rue.@

  • Adobe Captivate CS6 importing audio to the slide, worked correctly for 50 PowerPoint slides and the stopped working how do I resolve?

    Hi
    I am working on a project as normal where I import a PowerPoint presentation to Captivate.  Then record the audio to the slide or if need be import the audio to the slide.  This has worked perfectly fine until today.
    I went to the slide clicked on the option to import audio selected the audio and it imported to the library but not to the actual slide.
    I tried doing this also from the menu bar.
    Then I tried to drag and drop from the library with no luck.
    I then deleted the audio file and tried the process over again.
    Next I tried rebooting and starting over.
    Still no luck.  What are my other options?  The file is a a mp3 that is 273 kb.
    Thank you

    I'm relieved (if a little frustrated!) that others have the same issues, it makes me feel at least it's not just me! :-)
    I am running Windows 7 64 bit Intel quad core processor 8Gb RAM if that helps Jim?
    Another quick test shows I have exactly the same issues as shooternz and Ann Bens above at 7 & 8 respectively. An audio only or audio/video clip from Bin to SM and I can add markers on the fly perfectly. Audio/video from the timeline to SM works just the same. Audio only from the timeline will not work however.
    I tried linking a video clip to my audio clip to see if that would allow me to add markers then unlink and remove the video... but when I opened that in SM the add marker button was greyed out and the keyboard shortcut (M) didn't work either!
    Curiouser and curiouser...

Maybe you are looking for

  • Why does the User Photo Keep Changing

    I maintain two (2) users on my iMac. One personal and one business. I have separate Address Book cards for each user with different photos. For my business Address Book card, I only have my business name, phone number and  address. For the personal A

  • MDM 5.5 SP6 P03 update to P06

    Hi there We have inherited a Widows-based MDM 5.5 from one of our customers. Now we have to update the System from "MDM 5.5 SP6 P03" to the up-to-date patch level "MDM 5.5 SP6 P05 HF18" (sap note 1449175). On SAP's SWDC I found the suitable files but

  • Purchasing value & balance **** account & Profit & loss account tally

    Dear sir please help me that my queries are that purchasing value, consumption value should be matched with balance **** account & profit & loss account, if not matched how amount differe , i need T ocde for using  price difference account I need Rep

  • Authorization checks

    Hi all My requirement is As we have 7 company and particular user are authorized for particular one. Means all are in group MGH. Employee                                               company Rahul                                                     

  • I  need a Java script  help

    I need a javascript that I can put a list of picture urls in and it will be timed to fade into the next picture. I don't want just a rotating one it must fade into the next picture to look good. Very easy project