Music Levels in Menu

How can you adjust the level of the menu's music without reducing the audio level of the dvd files themselves?

Tom,
Some of us have had problems with this. What worked for most is to click on the drop zones so you can see the wells under the iDVD main screen. Then remove any music file you dropped into it. You will then see a small sound icon. If it is on, you should see very small wavy lines coming from it. If it is off, there are no wavy lines. Just click on the sound icon, then try dropping the audio file into the well again. See if it works. Post back if not.
Personallly, I couldn't even see the wavy lines, but clicking on the icon still worked and sound returned.

Similar Messages

  • Controlling display sequence of level 2 menu [SOLVED]

    I am using the dynamic menu structure (which by the way is an excellent ehancement !) but my level 2 menu groups all have a display sequence of 1 so they order themselves however they like. Obvioulsy I can turn off the flag to update menu items and then allocate the correct display order but if I want to rebuild the menu, the changes are lost.
    Why does it not pick up the order of the groups in the AppDef.xml for level 2 as it does for level 1 ?
    Cheers,
    Brent

    Brent,
    This is caused by an error in jhsDynamicMenu.vm. The statement:
    #set ($subcounter = 1)
    should be located BEFORE statement
    #foreach ($subgroup in $group.detailGroups)
    instead of AFTER this statement.
    Steven Davelaar,
    JHeadstart Team.

  • How to create second or third level  of  menu bar in se41 ?

    Hi All
      How to create second or third level  of  menu bar in se41 ?
      I created it once but forgotten , do anybody remember ?
    Regards
    Jaman
    Message was edited by:
            ABAP Techie

    Hi..,
    Once you have created a menu bar, you enter the individual menu entries. Each menu can contain up to 15 entries.
    A menu can contain any of the following:
    Function names (with function code and text)
    Submenus (pull-down menus)
    Separators
    You may include submenus up to three levels deep.
    Menu functions that logically belong together are grouped together using separators. This makes the menu easier to use. Separators also make long menus easier to read by dividing them into smaller parts.
    Defining Menu Functions
    To add functions to a menu that is already open in the Menu Painter:
    Open a menu list in the menu bar by double-clicking the menu title.
    The system opens the menu. The menu entries list contains the two columns Code and Text.
    In the Code column, enter a function code (this may be up to 20 characters long).
    If you want to enter a function code that is longer than the input field, you must first change the displayed length of the field in the user settings. (Choose Utilities ® Settings ® User-specific.)
    Enter the function text in the Text column.
    The name you enter here appears in the menu at runtime. You can also determine the contents of function texts at runtime (see Defining Dynamic Function Texts).
    Repeat steps 2 and 3 for each item in the menu.
    Creating Cascading Menus
    To add a cascading menu (sub-menu) to a menu:
    Leave the Code column blank.
    Enter a menu name in the Text column.
    Double-click the cascading menu to open it.
    The system opens the menu entry list for the cascading menu.
    Complete the menu as you would any other.
    Inserting Separators
    Place the cursor on a line.
    Choose Edit ® Insert ® Separator.
    If you want to insert a separator between two existing menu entries, place the cursor on the line before which you want to insert the separator.
    Editing Menu Entries
    You can cut, copy, paste, and delete menu entries.
    Place the cursor on a line.
    Choose Edit ® Entry ® Cut (or Copy, or Paste, or Delete).
    If you double-click a function code, the Function Attributes dialog box appears. Here you can, for example, change the icon assigned to a function.
    regards,
    sai ramesh

  • Music level in Music app under iPhone 3GS iOS 5.0.1

    Hi,
    The music level displayed in Music app is not the actual music level. When I hit PLAY, the sound is at max (I have my earbud on and this hurts).
    I suspect this happens because I have previously connect my iPhone with my music station (where I have incresed the music level).
    When I "relaunch" then app after I unplug my iPhone with my music station, I suspect the app is taking too long to "refresh" the displayed music level.
    Am I the only one having this issue ?

    Try a reset of your phone.   Hold down the home/power button for 10 to 15 seconds or until you see the apple logo and then release.   Then wait until your phone boots back up and hopefully that speeds up your phone a bit.

  • How to create a 3 or more level Popup menu

    Hello,
    I know how to create a 2-level menu for somehting like:
    Fruits>Apple
              Banana
              Oranges
    var choice = app.popUpMenuEx(
         {cName: "Fruits",
          oSubMenu: [ {cName: "Apple", cReturn: "Apple" }, {cName: "Banana", cReturn: "Banana" }, {cName: "Melon", cReturn: "Melon" } ]},
    But what would the code look like for something like (3 level):
    Fruits>Apple
              Banana
              Oranges>Navel
                            Valencia
                            Moro (Blood)
    or even something like this (4-levels):
    Location A......>Site A......>Properties...>Property1
                                                                Property2
                                                                Property3
                            Site B>
                            Site C>
    Location B>
    Location C>
    So overall, how would the above script for a 2-level popup menu be modified for a 3, 4, or more level popup menu?

    Hi,
    You can add the oSubMenu values at any level, so;
    var choice = app.popUpMenuEx(
         {cName: "Fruits",
          oSubMenu: [ {cName: "Apple", cReturn: "Apple" },
                      {cName: "Banana", cReturn: "Banana" },
                      {cName: "Oranges",
                       oSubMenu: [ {cName: "Navel" },
                                   {cName: "Valencia" },
                                   {cName: "Moro (Blood)" } ] }
    console.println(choice.toSource());
    Would give you the menu in your first example.  If the cReturn value is the same as the cName then you can just leave it off (as I have for th 3rd level menu).
    Regards
    Bruce

  • Second level navigation menu not highlighted

    Hello Experts,
    We have a par file which is redirecting to a third party website from portal using Response.sendRedirect.Here the issue is when the third party website opens in the same window in portal,second level navigation menu is not getting highlighted,its still highlighting the previously selected menu.We are on EP6 SP16.
    Thanks in advance,
    Suresh

    Hi Suresh,
    I guess that's because you are just redirecting the page & this doesn't refresh the Navigation nodes.
    Hence just try adding the below code before redirection.
    refreshPage() ;
    function refreshPage() {
    try {
    frameworkSupport.refreshContentArea();
    } catch(e) {
    document.location.reload()
    Redeploy and check. I think it should work.
    Regards,
    Santhosh

  • Gap in second level spry menu (Horizontal menu)

    Hi,
    I wonder if anyone can help me?!!
    I've been developing a new website for my shool, with a horizontal spry menu bar.  It all works fine, but when you select the third level menu on the spry, a gap emerges between the second and third level.  Whislt it doesn't effect the functionality, it doesn't look very good!
    I've attached a picture below to illustrate the problem, as you can see when the user clicks on the "For Parents" submenu, the next level, (starting with "Heads Welcome"), is seperated.   Please, please, please, can anyone tell me how to fix this, I'm getting desperate!
    Thank you so much in advance.

    Hi, Thank you Gramps.  I'll have a play with a new Spry and see how it looks.  I have tried to adapt my current one, and it seems to work well in Safari, Chrome or IE8, but doesn't work on my computer running IE9?  Any ideas? Thanks again,Richard
    Date: Thu, 8 Dec 2011 18:17:42 -0700
    From: [email protected]
    To: [email protected]
    Subject: Gap in second level spry menu (Horizontal menu) 
        Re: Gap in second level spry menu (Horizontal menu) 
        created by altruistic gramps in Spry Framework for Ajax - View the full discussion 
    Have a look at the following. I used an un-adulterated CSS
    html
    body
    #header
    ul.MenuBarHorizontal
    ul.MenuBarHorizontal li
    ul.MenuBarHorizontal ul
    ul.MenuBarHorizontal a {
        background-color: #000271;
        color: #FFF;
        padding: 0.5em 2.2em;
    ul.MenuBarHorizontal ul li
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    @media screen, projection {
        ul.MenuBarHorizontal li.MenuBarItemIE     {
            background: transparent;
    [Home | HomeFT.html]
    [About Us | #]
    [For Parents | #]
    [Heads Welcome | Head's Welcome FT.html]
    [Curriculum | Curriculum FT.html]
    [Beyond The Classroom | Beyond the clasroom FT.html]
    [Extra Curricular Activities | Ex Curr FT.html]
    [Houses | Houses FT.html]
    [Year Groups | Year Groups FT.html]
    [Achievements | Achievements FT.html]
    [Assessment | Assessment FT.html]
    [Who's Who | Whos Who FT.html]
    [Facilities | Facilities FT.html]
    [Forms/Documents | Forms and Docs FT.html]
    [Virtual Tour | Virtual Tour FT.html]
    [For Students | #]
    [Heads Welcome | Head's Welcome FT.html]
    [Beyond the Classroom | Beyond the clasroom FT.html]
    [Extra Curricular Activities | Ex Curr FT.html]
    [Houses | Houses FT.html]
    [Year Groups | Year Groups FT.html]
    [Achievements | Achievements FT.html]
    [Assessment | Assessment FT.html]
    [Who's Who | Whos Who FT.html]
    [Facilities | Facilities FT.html]
    [Forms/Documents | Forms and Docs FT.html]
    [Virtual Tour | Virtual Tour FT.html]
    [Join Us | #]
    [Admissions | Admissions FT.html]
    [Prospectus | #]
    [Whole School | 12 page Cottesloe School Prospectus 2010.pdf]
    [6th Form | sixth form prospectus 2011.pdf]
    [Vacancies | Vacancies FT.html]
    [Friends of Cottesloe | FOC FT.html]
    [Calendar | Calendar Events FT.html]
    [Calendar Events | Calendar Events FT.html]
    [Term Dates | Term Dates FT.html]
    [Exam Dates | Exam Dates FT.html]
    [Communications | #]
    [Letters Home | Letters Home FT.html]
    [Newsletters | Newsletters FT.html]
    [News | News FT.html]
    [Sports Communications | Sports News FT.html]
    [External Links | External Links FT.html]
    [Site Map | Site Map FT.html]
    [Richards Test Page | Richards Test Page FT.html]
    [Contact Us | Contact Us FT.html]
    [Supporting Learning | #]
    [Independent Learning | Independent Learning FT.html]
    [VLE | http://learning.cottesloe.bucks.sch.uk/]
    [SAM Learning | https://www.samlearning.com/]
    [Parental Guidance | Parental Guidance FT.html]
    [Student Guidance | Student Guidance FT.html]
    [LINC | LINC FT.html]
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );
    </script>
    </body>
    </html>
    Gramps 
         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: http://forums.adobe.com/message/4072864#4072864
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4072864#4072864. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Spry Framework for Ajax by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Suggestions please for Narrator vs Background Music levels

    HI Guys 
    I have recenty  recorded some narratIons over some background music 
    Reflecting 4 weeks later on the recording and how I might have done things diffferently in order to improve things I came to the conclusion that there is not enough distinctiveness to the narrator whilst clashing with the dynamic range of the backgrOund music 
    Apart from hard limiting no other effects were really used.
    How would everyone deal with this problem?
    Simply Lower music levels?
    Use compression on either or both Narrator and final mix?
    Some other approach?
    Thanks
    Pete

    Perennial problem, this. Partly the correct answer depends, believe it or not, on the age of your target audience. The younger you are, the easier it is for you to discriminate between dialogue and anything else (not just music) going on in the background. So if you want to play safe, you arrange that the peak levels of your dialogue track are somewhere between 12-15dB higher than whatever is behind it, because that should do for just about everybody. That said, it's clearly easier to hear through some types of music than others, so if you have made the mistake of having something, say, percussive or even worse, with lyrics then this really does need to be quite a long way down.
    But...
    My personal take on this is, according to some people, rather harsh, although I think that it's perfectly reasonable; and that is that unless the music is adding something very specific and intentional, it shouldn't be there anyway. So I find the concept of 'background' music to be something of an anathma, I'm afraid. Have relevant music by all means - but then I want to hear it, and don't really want it talked over! FWIW, I happen to know that I'm not exactly alone in having this view either...

  • Level select menu

    Hey,
    I'm working on my latest game which have made me learn alot about adobe flash.
    But I have one big problem!
    The level select menu...
    I want to make "this" code:
    1. First you select level 1 because thats the only level that isn't locked
    2. You made it thru level 1 and have now got 1x coin which opens level 2!
    I want my code to be like that, and I want it also to not be able to give the player a chance to do level 1 more times to get more coins.
    1 coin, each level.
    At this code.. i would actually like to be lazy and would love if anyone could give me the code because I understand the code you will give me but it might not learn me much about it tho.
    Anyhow if you people want me to learn this insted of just giving me the code, i love like some links etc on where i could learn it as I got some problems on.. what do i need to learn to make it thru, where can i read about it? etc etc
    Hope for some nice answers and this is a major prodject for me and i'm really stuck atm, and after this its pretty easy to get done rest is pretty much done.

    As i always do.. I found a way around the hole **** AS that I really got to learn..
    If I let my levelmenu stay thru all frames but only by using AS, i have the panel visible at frame 4, by having:
    (this objects to the lvl menu)
    level1._visible = false
    level2._visible = false
    level3._visible = false
    stop1._visible = false
    stop2._visible = false
    levels._visible = false
    bglvl._visible = false
    Then on frame 4 I have:
    level1._visible = true
    level2._visible = true
    level3._visible = true
    stop1._visible = true
    stop2._visible = true
    levels._visible = true
    bglvl._visible = true
    This is btw on two diffrent layers.
    Call it a stupid way to do it.. but it works atleast
    Level are all open 24/7 after you open them.
    BUT the second major problem is still here!
    - how do i make it so people cant repeat level 1 for more score points to unlock next lvls .. hmm
    Btw i tried:
    if(counter==0){
        _root.counter +=1;
    I hoped that this AS would say that "if counter is 0, give it a 1+ ((if its over 0, it wouldn't give).
    Sounded to good to be true as I found out it didn't work

  • Safe music level with someone speaking.

    I was wondering what you guys think is the best music level on the audio meter when someone is speaking. I have the person speaking between -12 and -6 and my music is between -30 and -24. Just wondering if I can safely bump the music up a little higher.
    Doug

    I have the person speaking between -12 and -6
    Rules actually slightly change from case to case but VO at -12 should be ok.
    and my music is between -30 and -24. Just wondering if I can safely bump the music up a little higher.
    Yes, you can, however it depends on how loud IS the music and/or how loud you WANT it to be. I wouldn't push any music level above -6 while the VO is off.
    Do some tests and trust the audio meters AND yourself,
    G.

  • Creating two-level dvd menu with Elements 9

    Hi,
    I am trying to burn a DVD (and later on Blu-Ray) using PRE 9. I can burn using a provided menu-template.
    However, I would like to create a two (or multi) level menu for the disk. I would like to make the menu
    look like this:
    Play all
    Year 1
    Scene 1A
    Scene 1B
    Main Menu
    Year 2
    Scene 2A
    Scene 2B
    Main Menu
    Year 3
    I would like to burn DVD and Blu-ray disks with such menus.
    How can I create such menus using Premier Element 9?
    Thanks!
    MKG

    MKG
    I am not clear on what you mean by a "two level DVD menu".
    Premiere Elements disc menus come as a set of main menu and scene menus. But, it is possible to have the menu situation present with one main menu.
    Apparently you want to have a Timeline of multiple movies, have the viewer select the one to watch first, and then, at the end of the movie selected, have the viewer taken back to the main menu. That all can be accomplished for DVD-VIDEO on DVD disc with the placement of stop marker at the end of each Timeline movie (except the last one). Each movie could have a scene marker at its beginning which will trace to a scene button in the scene selection page. But, there is a sacrifice in doing this. This scenario does not permit for a functional "Play All".
    http://atr935.blogspot.com/2013/09/pe-dvd-menu-navigationplay-all-loss.html
    In addition, the above is not applicable to AVCHD format on DVD disc or Blu-ray disc format on Blu-ray disc (with stop markers) because the players for those discs do not support stop markers.
    Please review the above and then we can discuss the matter further.
    Thank you.
    ATR

  • 3rd level hover menu in portal

    Hi,
    I have implemented the hover menu as explained in this blog by Ameya
    "Implementing the Hover Menu on Portal Top Level Navigation, Part 2"
    Does anyone know how to implement the third level  Hover menu in portal?
    e.g.
    CRM
           - SALES
                         -SUPPORT
    Is it possible to have the 'detailed navigation' links as an option on the hover menu??
    Can anyone please provde me the details?
    Thanks,
    DVK

    plz refer to following links:
    http://help.sap.com/saphelp_nw04s/helpdata/en/5a/33befa45ca7f459b24d0c5d51d0749/frameset.htm
    Number of levels in Top level Navigation
    hope thid helps you to some extent.
    Regards,
    Yogesh...

  • How to add music to layered menu?

    When I want to add music to menu, i just drop music clip to this menu. But I can't add music to layered menu in this way.... Please help...

    Correct, you cannot add music to a layered menu, nor can you add video. There is no "solution" for this other than do not use layered menus.

  • Background music disappearing from menu

    Hello,
    I have created a menu in photoshop and imported it to encore. Then I clicked "import as" > "asset" and chose a .wav file, which I intended should work as background music for the menu.
    I dragged the wav file on top of the menu and everything seemed to work when I previewed the movie.
    I then rendered and burnt it to a disk and here a problem occured. The music plays back nicely for about 15-20 seconds or so - then it just stops.
    Does anyone got a tip on how to fix this issue? :)
    In case you need the information it is AVCHD clips I edit and build the iso in blu-ray format.
    Thanks in advance.

    I've just had the same problem - first time iTunes has been unreliable in many years! I bought and downloaded a music album to my iPad on Saturday morning. Listened to it all and then purchased a gift copy of the same album for someone.
    But, having synced at least twice since Saturday, only one of the album tracks remains on my iMac and iPad.
    First question is how and why this might have happened. Second question is: how do I get back the missing tracks I've paid for?

  • Playing background music on all menues.

    Hello Everyone,
    I have a main menu and three submenues. I would like to play the same music troughout main menu and on all submenues. The only think I was able to achieve is that music starts from the begining every time I am going to the new menu. Is there is any possibility to make so music doesn't stop when you move from menu to menu?
    Any help is appreciated,
    Serge

    Your question has been answered in the thread you started earlier:
    Extending Audio file throughout multiple menus.

Maybe you are looking for

  • Cold RESET For HP laserjet 200 color M251n

    Dear Support,, I Have joined To new Organization And I was Requested to install Hp Laserjet 200 m251n in a new remote site when i tried to enter it is asking for Password ( Secured ) i know the saved ip Address But I Am not Able to change it so is th

  • Yahoo! Mail won't send from my iPhone since installing iOS 5

    Hi, I have just upgraded to iOS 5 on my iPhone 3GS. I am not using iCloud. (The issue I am about to describe, or something similar, seems to be reported by iCloud users elsewhere in this forum, but I think the causes are different.) I synced my mail

  • Image size limit in Lr 5.3-64 and Ps CC-64

    What is image size limit in Lightroom 5.3 - 64 bit And Ps CC - 64 bit?

  • No sound, ecept whem plug speakers in

    I know this subject or a similar subject has been touched on quite a bit, but I couldn't find anything that directly correlated to my problem. I have no sound on my power mac g-5 except when I plug in external speakers. I tried to look into the audio

  • Deployment Alternate Association broken

    I'm using TestStand v3.5, and we've set the Alternate Association for .seq files to be our Test Executive. The problem we are running into is that the update to the association in the Folder Options File Types for .seq files does not map the location