Menu Background Disappearing

Hi!!
I was wondering if someone could help me with a Flash question. We had this menu designed for us:
Catalina
I am trying to update the menu in this fla file:
http://www.catalinasouthbeach.com/swf/catalina-menu-new.fla
But for some reason when I go to export the menu with my changes.....the striped background that is supposed to be there on the side disappears. It should look like this when it;s all put together:
Catalina Website
(Sorry for the loud music so early in the morning)
Am I editing the wrong file? I believe that intro is 2 Flash files put together but I could be wrong.....
Thank you!!
Allie

The reason the menu does not work in the about page is because there is no link to SpryMenuBar.js on the page.
The following shows the first few lines of your document for index.html
<!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>
<link rel= href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>B SHARP SYSTEMS | Company</title>
<link href="layout.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
and the following for about.html
<!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>
<link rel= href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>B SHARP SYSTEMS | Provider of highly scalable technology solutions located in California, USA</title>
<link href="layout.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-image: url();
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #e9e7e8;
-->
</style>
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
-->
</style>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
Gramps

Similar Messages

  • Whenever I enter a loop point, menu background disappears

    I've tried all sorts of combinations of menu duration/hold forever/animate buttons with different time lengths..but no matter what, if I enter a time for Loop Point, the background of my menu disappears.
    I got it working once by deleting the menu and redoing everything, but now that doesnt work. Please help! All I'm trying to do is have a chapter menu with each chapter showing a video preview about 5 seconds long. I'm using one of the standard menus provided by Encore.
    Does anyone know how to get it to work properly?
    I'm using Encore CS4

    Maybe someone can educate both of us on this.
    I don't recall where I formed the belief, but I generally do not mix a motion background and animate buttons.  I use a still background with animate buttons.  If I wanted to mix a motion background and animate buttons, I'd do it all in After Effects rather than using Encore for the animate buttons.  (You can in fact mix a motion background and animate buttons in Encore, but it does odd things like the one you are describing.)
    I believe the "loop point" refers to the motion background and not animate buttons alone.  So when you set a loop point without a motion asset, you see black behind your buttons.  You can work around this by making a video of your still menu background, and selecting that as your motion asset.
    All I see in the help document regarding loop point is for motion menus.

  • Still image disappears from menu background on burning to DVD

    I’ve just completed a project in Adobe Premiere Elements 9 in which I’ve personalized the menu background with a still image (trying two different disc menu templates - sport swimming and one under memories - can't remember the name of that one). With both these templates the still image shows up perfectly on my computer screen while I'm in the project but when I burn the project to DVD the still image doesn't appear on playback of the DVD.  I have done other projects in PE9 with no problems with still images in existing disc menu templates - travel ship template and the template that comes as standard with PE9 before adding additional templates). I would prefer not to use either of these templates for my current project.
    I see previous treads have commented on changing the size of the image...this doesn't seem to make a difference for me and the other suggestion is to somehow change the name of the file for the templates to get around this problem but i'm not understanding this.  I still don't understand why some templates work and others don't. Does anyone have a simple to understand solution to this?
    Or does anyone have a list of the disc menu templates that work with personalizing?
    thanks heaps.

    There does seem to be a bug that affects some menu templates.
    Try the Generic template under the General tab.
    There are also a number of menu templates available at Premiere Elements support site http://Muvipix.com that will work with no problem and can be easily customized.

  • Spry Menu Bar disappears absolute position

    Hello all this is my first time posting on this site so bear with me. I have a semi-transperant spry menu bar that i inserted into the header div, over an image. I moved the menu bar -38px, when the position is set to relative the menu bar is visible, however the old position of the menu bar has a blank white space there. I think this is due to the relative position property. When i change it to absolute the whole menu bar disappears? http://www.brightlikethesun.com/index2.html (the position is back to relative to show the menu bar and also background for header is blue to show the space) 
    CSS
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    width: 100%;
    margin: auto;
    position: relative;
    top: -38px;
    font-family: "Lucida Console", Monaco, monospace;
    opacity: 0.7;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    margin-right: auto;
    margin-left: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 20%;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 70%;
    z-index: 1020;
    cursor: default;
    width: 50em;
    position: absolute;
    left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 50em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #EEE;
    padding: 0.5em 0.75em;
    color: #C0C0C0;
    text-decoration: none;
    background: rgba(98, 135, 167, .4)
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%,#000000 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%,#000000 50%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%,#000000 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #33C;
    color: #FFF;
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
      display: inline;
      f\loat: left;
      background: #FFF;
    html 
    <!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>Bright Like The Sun -- San Antonio, TX</title>
    <style type="text/css">
    <!--
    body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background-color: #000000;
    margin: 0;
    padding: 0;
    color: #000;
    background-image: url(background.jpg);
    /* ~~ 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: 5px; /* 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. */
    font-family: Tahoma, Geneva, sans-serif;
    color: #000;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
    color:#414958;
    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: #4E5869;
    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;
    /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
    .container {
    width: 80%;
    max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
    min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
    background-color: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    /* ~~ 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:#06C
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
    float: left;
    width: 20%;
    padding-bottom: 0px;
    background: #f1da36; /* Old browsers */
    background: -moz-linear-gradient(left, #f1da36 0%, #fefcea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1da36), color-stop(100%,#fefcea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f1da36 0%,#fefcea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f1da36 0%,#fefcea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f1da36 0%,#fefcea 100%); /* IE10+ */
    background: linear-gradient(to right, #f1da36 0%,#fefcea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 */
    .content {
    padding: 0px 0;
    width: 80%;
    float: left;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
    padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The footer ~~ */
    .footer {
    padding: 10px 0;
    background-color: #000000;
    position: relative;/* this gives IE6 hasLayout to properly clear */
    clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    font-family: "Comic Sans MS", cursive;
    /* ~~ 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;
    #menurules {
    margin: 0px;
    padding: 0px;
    -->
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]-->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="container">
      <div class="header"><a href="#"><img src="BLTS1.jpg" alt="BLTS" name="BLTS" width="100%" height="100%" id="BLTS" style="display: block;" /></a>
       <ul id="MenuBar1" class="MenuBarHorizontal">
         <li><a class="MenuBarItemSubmenu" href="#"><center>Home</center></a></li>
         <li><a href="#"><center>Shows</center></a>
    <ul>
             <li><a href="#"><u>Upcoming shows</u><br />
    <br />
    May 4th 2013 @<img src="502.jpg" width="5%" height="5%"><br />
    Bright Like The Sun along with Little Science<br />
    8pm 21+
    </a></li>
                   </ul>
         </li>
         <li><a class="MenuBarItemSubmenu" href="#"><center>Merch</center></a>
           <ul>
             <li><a class="MenuBarItemSubmenu" href="#"><u>Album</u><br /><img src="coda fin cover.jpg" width="15%" height="15%"><font size="4">Coda Fin</font><br />
    Purchase Here or Itunes</a>
                        </li>
             <li><a href="#">Shirts--Coming Soon!</a></li>
             <li><a href="#">Various--Coming Soon!</a></li>
           </ul>
         </li>
         <li><a href="#"><center>Bio</center></a></li>
    <li><a href="#"><center>Contact</center></a></li>
    </ul><!-- end .header --></div>
    <div class="sidebar1">
      <p></p>
        <br />
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
      </div> 
      <div class="content"><p align="right"><a href="https://www.facebook.com/brightlikethesun"><img src="FB.jpg" width="30" height="31" alt="Facebook" /></a><img src="twitter-icon.png" width="30" height="31" /></p>
        <p align="left"><img src="weare.jpg" width="185" height="72" /></p><p align="right"><iframe style="border:none" src="http://files.podsnack.com/iframe/embed.html?hash=adznldvg&t=1366488970" width="340" height="54" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" ></iframe></p>
        <p><img src="BLTS2.jpg" alt="BLTS" width="411" height="297" align="left" /><img src="BLTS font.jpg" width="340" /> is a Post-Rock band from San Antonio. They were born in early 2012 from the collective desire to make beautiful, thought provoking, and at times, chaotic music. Much like fellow Texan bands like Explosions in the Sky and This Will Destroy You, they are entirely instrumental, and known for creating progressively intricate waves of ambiance that grow with intensity and an unabashed wash of emotion. Attuned to their affinity for dynamics, seeing them live takes the listener from deafening walls of orchestrated sound, to melodies so subtle that one finds themselves acutely aware of their own breathing. <br />
          Bright Like The Sun&rsquo;s debut album, Coda Fin, was engineered/mixed by Alex Bhore (of This Will Destroy You), and mastered by TW Walsh (of Pedro The Lion). The record, which was self released, was made available on April 12, 2013.<br /><br /><img src="BLTS3.jpg" width="330" height="245" align="right" /></p>
    <br />
    <br />
        <h4>Bright Like The Sun Consists of:</h4>
        <p>Rob Mochen - Guitar <br />
        Chris Etheredge - Guitar/Keys <br />
        Christian Miranda - Bass <br />
        Steven Barrera - Drums    </p>
        <p><br />
        </p>
        <h4><u>Coda Fin</u> Release Date April 12th 2013    </h4>
        <h4><img src="coda fin cover.jpg" width="250" height="238" align="left" /><img src="venues.jpg" width="171" height="65" align="right" /><br />
        <br />
        <br />
        <br />
           <a href="http://502bar.com/"><img src="502.jpg" width="150" height="112" align="right" /></a><a href="http://www.gypsyloungeaustin.com"><img src="gypsylounge.jpg" / width="150" height="112" align="right"></a></h4>
        <p align="right"> </p>
      </div>
      <div class="footer">
        <p><font face="verdana" font size="2" font color="#FFFFFF">&#169;2013 Bright Like The Sun All Rights Reserved</font></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>
    </html>

    What I see:
    You need a width on the ul.MenuBarVertical style. Make it the same width as the ul.MenuBarVertical li selector.
    Remove the float: none; from this style:
    ul.MenuBarVertical ul li
         width: 12em;
         float: none;
    No such measurement as a half a pixel:
    ul.MenuBarVertical ul
         border: .5px solid #CCC;
    If you want a border, 1px is minimum...you repeat this incorrect half-pixel in several places.
    Running your page through the W3C Validator returned this: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.healthydirections.ca%2F&charset=%28dete ct+automatically%29&doctype=Inline&group=0
    Your initial errors are not declaring a DOCTYPE, which among other things, does not provide the browser with any information regarding how you want the code interpreted for your viewer. Some browsers guess well, some do not (IE).
    This
         <html>
    is insufficient.
    Apply this in its place, and run through the validator again.
    <!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">
    Beth

  • Menu background blacks out after 10-15 seconds

    Using Encore in Production Premium CS3 and simple menus from library, suddenly menu backgrounds are disappearing after 10-15seconds.When running "preview" before burning a disc, things appear normal. Project check reveals no items. Buttons, titles, and audio continue to play normally against a black background. These exact menus, with audio, have worked on 50 different projects over the past two years, but crashed today! I have not changed any hardware or software, so this problem is perplexing, annoying and time consuming. I have tried several different menus, HD, widescreen, animation and no animation.
    Any ideas greatly appreciated.....

    The duration is whatever audio track I've selected, i.e. 1 min 59sec.
    The "hold forever" box is greyed out and I can't figure out how to cjange that, so I cannot check the box.
    Loop Point is 00;00;00;00.
    The thing that puzzles me is I'm using a library menu (NTSC_Television Menu) which I've used successfully about a month ago. Preferences are all default and I can't really think of anything I've fooled with in the program.
    Is an uninstall/reinstall of Production Studio Premium likely to help? Hate to do that since it takes so long.
    TIA

  • How can I change a the dropdown menu background according to the text selected?

    How can I change a the dropdown menu background according to the text selected?

    Read here about how to use the color object correctly:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=JS_API_AcroJS.88.260.html
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=JS_API_AcroJS.88.261.html

  • Ideas for HELP sizing a photo to display as a menu background

    Hey gang. I'm authoring in iDVD and have a photo with DVD credits that I want to display as a menu background. There won't be any buttons on the page. Just this image of DVD credits. The iDVD manual tells you to size photos for an NTSC 4:3 display at 720 x 540 pixels. However, when I drop it onto the menu, it automatically enlarges the image so that there's only a partial view of the image. The only adjustment that can be made is vertically. I've even tried shrinking the image with text and mounting it on a matte so that it appears in the TV safe viewing area, but no luck there. Same thing happens. Any ideas? If someone want to mess around with the image, let me know and i'll email it to you. Thanks!

    hey there koshercuts, welcome to Discussions.
    have you tried to edit your pic in iPhoto before dropping it into the iDVD menu? this is where you edit your pix, not in iDVD. also see this: http://www.danslagle.com/mac/iMovie/, Dan's site has a lot of great info, especially "Tips & Tricks".
    good luck.

  • Mac Keeps Crashing - Menu Bar Disappears and Nothing Will Run

    I'm having major problems with a macbook, 2.2Ghz, 4Gb RAM, 160Gb Hard Drive, 10.5.2
    I'm not sure if this is a software bug, something to do with the fact that I've recently installed 4Gb RAM, replacing 2Gb that I installed a few months ago, or possibly something with parallels desktop running Vista, I recently installed several vista updates.
    Basically, there are several ways in which the computer keeps crashing - I've pretty much figured out how to make it crash now. When it crashes, the menu bar disappears, sometimes leaving the shadow beneath it and the right hand icons, sometimes not, and the dock becomes useless - nothing will run. I cant use expose etc or switch between windows. Pressing Cmd Alt Esc to open the force quit dialogue box bring up an empty box - implying that nothing whatsoever is running! I have to physically shut down the computer using by holding the power button and start it back up again. When it starts up, it sometimes continues to refuse to work until i restart it again. There is no message whatsoever about having restarted or crashed.
    The computer will work fine for most processes, but the things making it crash are:
    1. Entering Time Machine (I've had to stop backing up and disconnect my time machine drive now)
    2. Using parallels desktop - I run windows vista, and it'll work fine until I launch any applications that are more complicated than just solitaire or freecell - windows messenger and powerpoint will cause the crash. OSX won't be working, but windows will continue to work fine - I can finish what Im doing and shut it down, although keyboard input no longer works. I then have to restart OSX.
    3. Running DVD Player in Front Row has now started bringing up the grey screen of death and telling me to restart.
    Obviously these things can be avoided - but I can't back up my computer, I can't watch DVD's without crashing the computer, restarting and then going straight into DVD player, and I can't use the copy of Vista on Parallels that I've just spent a fair bit of money on.
    I've tried taking out each of the 2Gb Kingston RAM cards, which came brand new and sealed, to see if one or other is possibly faulty, but they are both causing the same problems. I don't have the previous RAM cards to hand to test.
    Has anyone here experienced anything like this before, or can anyone help me?

    Hiya Pricerob,
    Your problems seem to be exactly the same as the issue I'm having when it happens. Can I ask how much RAM you have installed, and how frequently the problem occurs? I'm curious also because I'm planning on buying an imac soon, and was planning on installing the 4Gb of RAM I have into that when it arrives - the £300 apple charges for the upgrade is a little excessive.
    I mentioned that I've tried to download the latest firmware update, but it keeps crashing upon completion. Have you had any issues like this?
    Another really obscure thing I've found regarding the firmware update is that it saves an install file to my Applications/Utilities folder. This file would cause my mac to crash. Every time I opened the utilities folder, it would crash. I moved it to the desktop, and had major issues where the computer would crash immediately upon startup because the file was there, and the same problem once I managed to get it in the trash. It was only by accessing the macbook in target disk mode that I was able to delete the file and use my computer as normal again.
    Anyway, considering the problems I've had, would anyone say it's worth risking installing the RAM into a new imac when it comes, considering that the problems with my macbook are ongoing even when the RAM is removed and I can easily reinstall the operating system on a brand new computer, or should I leave it and buy some more?

  • Page background disappears for a moment on page turn in pdf

    In indesign my document has a gradient page background (created in indesign) on the master page to make it look like a book. But when the page is turned in pdf, the background disappears for a moment, leaving the page white, then the background appears again; it does this nearly every time page is turned, flashing white. Does this have to do with pdf or indesign layers? I have only 1 layer in the indesign document, and transparency blend space is set to rgb.

    Everytime you change the page Acrobat needs to redraw all of the page elements. The dealy is probably a reflection of the amount off video memory available, as much as anything.

  • Video & voice sync in menu background

    I have a problem with a video clip used as a menu background. It is 25 seconds, a talking head, but I cannot get the voice and video to sync. All movies in this iDVD v 6.04 project sync fine. The movies and background clips were created in FC Express and then exported as Quicktime movies. The exported .mov files play fine in Quicktime. I did delete the old .mov file, re-export it from FCE and drop it into the menu background box but it's still out of sync. I deleted my preferences for iDVD in Library/Preferences and restarted my computer but this didn't work either. I have made other movies where the voice syncs fine in the background, but it isn't working here. I have not burned an image to see if it works as a completed DVD; it's a long DVD and that seems unlikely.
    I would appreciate any thoughts.

    Preview doesn't always portray things accurately, so you might just let your computer work overnight on a disc image, and see how that behaves.
    John

  • Icons in Menu Bar disappearing

    Since installing Yosemite 10.10 the icons in my menu bar disappear and reappear constantly. All that remains is the spotlight icon (the File, Edit, View, etc. tabs are unaffected). From what I have read, not many others are experiencing this, since I haven't been able to find a forum regarding this problem. Anyway, one thing that might be relevant is that when installing Yosemite, my MacBook Pro shut off. The battery was fully charged. When I turned it back on, the MBP restarted the installation process and now I'm here. Aside from problems with iTunes 12.0.1.26 not detecting my iPod Classic, which many others seem to be experiencing, this is the only issue I have with Yosemite. Should I just wait for an update? I've posted two screenshots of exactly what it looks like with and without the icons. I named my MBP gucci little piggy after a track on Ok Computer haha.

    that's what I was referring to, yeah.
    Yes, when I entered it in terminal this was the result:
    Last login: Wed Dec  3 17:46:05 on console
    Macintosh:~ Jonah$ ps -axwwwww | grep -i uiserv
    2618 ??         0:00.23 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
    2622 ttys000    0:00.00 grep -i uiserv
    Macintosh:~ Jonah$
    Looks like my font has changed haha. Anyway, when I manually run it, it forces the icons to appear briefly, but then they return to flashing at seemingly random intervals. At one point I was spamming the .app and occasionally two sets of icons would appear in the menu bar; one set on the right where they normally appear, and another set of identical icons including my user name, time, battery life, etc. appeared in the middle of the menu bar. That led me to believe the problem may be independent of the SystemUIServer.app
    When I created another user the problem wasn't there! Nice! Unfortunately I'm still stuck with the notorious flashing.

  • DVD menu background not working in some players only

    I put together a DVD in DVDSP 3 which works fine on most players. However on some players the menu backgrounds are grey instead of the graphic that should be there, and the buttons all say "Introduction" instead of having the proper titles. The first Main Menu looks fine and works properly. But the other menus don't show the background images at all.
    I've tried using JPG, TIF and MPEG-2 files for the backgrounds on those menus, but none of those file formats works. The buttons all function properly and go to the correct targets, but the button text is the same wrong text on all the buttons. Also, the transitions work fine. And the tracks all play fine. It's just the non-Main menus that have the problem, and only on some DVD Players.
    The specific players that have the problem are the Sony DVP-NS55P and the Philips DVP3140, both set top players.
    Has anyone seen this type of behavior? And fixed it?

    I have a similar problem. When I create a movie background and test in the simulator, the movie doesn't play and I get the grey screen with all the buttons and menus. The DVD created only plays the movie background only after you click a button and it tries to move on to the next track. I have never had a problem before.

  • Can I take a frame from my project and use it as a custom menu background with CS4 and its Encore

    My project is edited in CS4.
    I moved it to Encore CS4.
    I don't want to use any of the supplied menu templates in CS4 Encore.
    I was hoping CS4 would be all I needed to create custom menus using scenes from my project.
    My question is: Can I take a frame from my project and use it as a custom menu background with CS4 and its built in Encore or do I need some other element from the Adobe catalog to make these custom chapter menus and sub-menus?
    Thanks Jim

    OK, I'm back. Here are my steps for creating Custom Menus with PS, En and PrPro:
    In PrPro, move the CTI (Current Time Indicator) to the desired Frame. Check Frames on either side, with the Program Monitor’s Magnification to 100%, or maybe even 200% (you’ll need to scroll, but get a really clear picture). You want the clearest Frame in that area. With AME, in CS4, you’ll want to Export that Frame as .TIFF, or .BMP. I use .TIFF for this.
    Now, for a caveat. When you Import this Exported Frame into Photoshop, be sure to check the specs., especially the PAR. You may have to use Image>PAR to adjust this to match your Project’s specs. Or, all might be perfect - just check this out.
    Now, at this point, I choose the Library Menu, Blank, so that everything is setup. One can create the Menu from scratch, but careful attention needs to be paid to the exact naming conventions. At the very least, unless you’ve done this dozens of times before, use that Blank Menu, or similar as a guide, so you get things done, as they must be done.
    Using that Blank Menu, just drag the Layer from your Exported Frame to your Menu image. It will appear above the black Background.
    Add, or manipulate your Button Layer Sets, as is required, keeping them together. Remember that Button #1 will be the Button Layer Set, that is lower down in the Layers Palette. This can play a roll with Button Routing, back in Encore. Lower Button Layer Sets will have lower Button numbers.
    Now, I always rename my Button Layer Sets, keeping the required characters - just changing the name. I also do all of my Button text in PS, and make sure to turn OFF Sync Button Names.
    When done, Save_As .PSD, and then Import_As_Menu into Encore. Note: if you start with the Blank Menu, you can choose Edit in Photoshop, and then when done in PS, you just need to Save, and it will update in Encore. This is a personal workflow choice. I do the Edit in Photoshop route, but it is not necessary. One just needs to Import the resulting .PSD into Encore with Import_As_Menu, so that Encore does all the things that it needs to and recognizes the .PSD as a Menu.
    When deciding what to base your Menu on, remember that you can "populate" your Menu with Buttons from the Functional Content. I’d suggest studying these Assets, and picking the ones that work best for you. You can still alter/edit those back in PS, so you just need to "get close."
    Pay special attention to the required naming conventions. You cannot deviate from those first characters in the Button Layer Sets. They MUST be followed.
    If you have any questions, do not hesitate to ask.
    Good luck,
    Hunt

  • Spry Menu background is white in IE

    I've created a vertical Spry menu with submenus. The menu should not have a background color, so it should take the color of the image it's on top of. This looks fine on Safari (Mac) and Firefox (Mac/Windows), but on IE 8 (Windows), the menu background is WHITE. This makes it difficult to see the menu items. What can I do so that the menu background is transparent and does not show up white in IE?
    The site: http://chrysacupuncture.com
    I'm attaching index.html, my own css file, and the Spry css file.
    Thanks for your help.

    Actually, now that I look at it, I think one of your IE hacks might be malfunctioning:
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
         ul.MenuBarVertical li.MenuBarItemIE
              display: inline;
              f\loat: left;
              background: #FFF;
    This is the bottom-most item in your CSS file.  Notice the typo in the float:left and that it does indeed state a white background background:#FFF.  I don't usually put IE hacks external CSS, you might try moving it to the main HTML file and using IECC.  Place it in the header as you would if you had internal CSS:
    <!--[if IE 5]>
    <style type="text/css">
    ul.MenuBarVertical li.MenuBarItemIE
              display: inline;
              float: left;
    </style>
    <![endIf]-->
    I removed the background color altogether, but you may have to define one (I don't usually support IE5 so I'm not sure).
    If you insist on having this hack externally, you can try placing the background: transparent in the first item of your CSS:
    ul.MenuBarVertical
         margin: 0;
         padding: 0;
         list-style-type: none;
         font-size: 100%;
         cursor: default;
         width: 9em;
         padding-top: 80px;
         background: transparent;

  • Background disappears after adding a cross dissolve to a keyed clip.

    I have a clip that has a Keying filter (as well as being cropped and scaled down) on it over a white background. After adding a Cross Dissolve to the keyed clip, the white background disappears for the duration of the Cross Dissolve, leaving a black background behind the keyed clip. This black background is present both in preview and after rendering.
    Any advice?

    not positive this will help, but try this:
    remove the transition
    right-click and sselect "make compound clip" (or Option G)
    within the compound clip, drop a white solid under the keyed clip; do not place any transitions at either end of the compound clip.
    return to your storyline / sequence
    place your transition again and see if it's fixed
    if you still do not have a clean dissolve, remove the transition and then click once on the compound clip and go to around 8 or 12 frames before the end and in the inspector, go to the opacity and add a keyframe and then arrow right to the frame before the last frame and add another keyframe and drag the opacity value to zero.

Maybe you are looking for

  • Is there any way to create multiple users in a single shot in oracle db

    Can Any one tell me, is there any way to create multiple users in a single shot in oracle database.

  • Problems with Itunes on new Iphone and I touch

    Hello When I try to use synch my Iphone 5 and my daughters Ipod Touch, I get an error message saying i need ITunes version 10.7 or later, so I go to download it but I get another error message "requires Mac OS X Version 10.6.8". I've checked and it s

  • Repeating a pattern on a 3D object?

    I have some 3D sand in a bottle and I'm trying to map a sand symbol to it, but it's coming up way to large. Illustrator will not let me duplicate the image when I try apply it through 3D extrude & bevel - map art option. It doesn't seem like this sho

  • Reading images from URL without knowing the format

    I have an image url like this: http://example.com/image.php?id=5605. How do I get the actual image from such an URL? I have tried using ImageIO.read and loading the url directly into an ImageIcon without success.

  • Is the HH 2.0 firmware still being developed?

    My Home Hub 2.0 Type A hasn't been updated for quite a long time now, yet I still see a number of issues which seem to be within the firmware: DHCP Server stops issuing addresses to particular devices - cured by a HH reboot NAT goes strict for XBox o