Motion Menus *Multiple menus problem(

Hi all!
Yesterday I created a motion menu according to another post here. The main issue I was trying to solve was this:
I want the viewer (ie the person watching it) to see a short animation when they navigate around in the menu.
By that I mean that when the choose button number 2 it evolves from a semi-transparent button to a full color one.
This I could accomplish by making multiple motion menus and choosing auto action in the Inspector.
However - the auto action doesn't seem to work when hovering the buttons with the mouse. Is there a way to make this work or not?
If there isn't I have to think again I guess.
Too bad since it was a pretty smart way to work around it.

Basically mouseOver/auto action will not work for many players
http://discussions.apple.com/thread.jspa?messageID=1225747&#1225747

Similar Messages

  • Desperately need solution for multiple menus

    I'm using Dreamweaver 8 and am using only CSS for layout and
    controlling all the page elements. One thing I've never found any
    instruction books it is naming conventions when you're using
    multiple menus on a page. I give all my menus unique IDs and that
    seems to work so far BUT I've run into a problem now and have
    worked on fixes for about five hours. I'm completely baffled and
    wonder if there is a CSS was out there who can help out.
    The first 3 navigation menus appear properly and there are no
    problems. This page has the first three menus:
    http://www.aexcea.com/ANGELA/indexTest.html
    . It even worked fine when I did the header and footer as a PHP
    include:
    http://www.aexcea.com/ANGELA/indexTestIncludes.php
    So far, so good.
    Now I had to add a left navigation bar for the client and
    that's when all hell broke loose:
    http://www.aexcea.com/ANGELA/TemplateLeftNav.php
    4th menu
    added
    The fourth menu works but now the first three menus are going
    crazy. They don't display properly in Firefox and in IE they're
    jumping all over the place with the mouse overs. I've changed the
    names of all the menus so they are completely different from each
    other, I tried them as DIV ID, as SPan classes, as a combination of
    the two, I took out the PHP include, put the 4th menu CSS in its
    own file and I've studied the stylesheets till I'm bug-eyed, and I
    have no idea why it's acting this way.
    I'm including the stylesheets below with the relevant code
    and the HTML for the page were all 4 menus will be at the end.
    I'm at the end of my rope and I'm desperately hoping somebody
    can help. Also if anybody can shed some light on the standard
    naming conventions for multiple menus I'd be very grateful.
    Tatania

    The guy is totally correctin his review.
    That is how FireWire works. The FireWire bus will run only as fast as the slowest device on the bus. So as soon as plug in a FW400 device, everything is then clocked down to 400FW.
    If you need to have both FW800 and FW400 devices running at their native speeds you need two FW busses each with their own controller.
    Because of the limited expansion capability of the iMac, I don't see any way for you to get around this limitation.
    If you get a Mac Pro then you could use a FW PCIe card for the second bus and controller.
    Allan

  • How to manage multiple menus in dvd studio

    Hi.
    Im trying to do 2 things in dvd studio pro 4 that i cant figure out. Any help will be appreciated.
    1. If you have multiple menus, and you want them all to link up to a main menu page when you hit
    the menu button on the remote, how do you do that? How do you have each page return to the main menu page when the button is hit?
    2. If I have a button that includes a video that loops on a second menu page, I want the page to return to the main manu page when the video in the button finishes.. say for example, after 1 minute I want the 2nd page to automatically return to the main menu page,
    Is there a way to do this?
    Thanks

    meathman wrote:
    Hi.
    Im trying to do 2 things in dvd studio pro 4 that i cant figure out. Any help will be appreciated.
    1. If you have multiple menus, and you want them all to link up to a main menu page when you hit
    the menu button on the remote, how do you do that? How do you have each page return to the main menu page when the button is hit?
    Quick way, highlight the disc icon for the project in the outline view then set the Jumps for Menu (and Title) in inspector. Other ways of doing this but this should do what you want
    2. If I have a button that includes a video that loops on a second menu page, I want the page to return to the main manu page when the video in the button finishes.. say for example, after 1 minute I want the 2nd page to automatically return to the main menu page,
    Is there a way to do this?
    Thanks
    Set the duration of the menu to 1 minute then set the At End action in inspector to timeout and set to the menu you want to go to.

  • Af:panelCollection with multiple menus

    Hi,
    I am using latest version of JDev 11g
    I want to have multiple menus in the menu facet , but apparently it only works for one
    so, apart from View Menu, Format Menu, I want to add some more menus, but it only allows upto one , leaving only three menus
    viewMenu
    FormatMenu
    CustoMenu1
    but is it possible to add more ?
    thank you all

    no, it does not work
    facet tag does not allow group as a first child
    still I tried anyways, and blank page in the browser
    <af:panelCollection binding="#{pageFlowScope.backing_printTable.panelCollection1}"
                                id="panelCollection1">
              <f:facet name="menus">
                <af:group binding="#{pageFlowScope.backing_printTable.group2}" id="group2">
                  <af:menu text="menu 1" binding="#{pageFlowScope.backing_printTable.menu1}"
                           id="menu1">
                    <af:commandMenuItem text="commandMenuItem 1"
                                        binding="#{pageFlowScope.backing_printTable.commandMenuItem2}"
                                        id="commandMenuItem2"/>
                  </af:menu>
                  <af:menu text="menu 2" binding="#{pageFlowScope.backing_printTable.menu2}"
                           id="menu2">
                    <af:commandMenuItem text="commandMenuItem 2"
                                        binding="#{pageFlowScope.backing_printTable.commandMenuItem3}"
                                        id="commandMenuItem3"/>
                  </af:menu>
                </af:group>
              </f:facet> <f:facet name="toolbar"/>
              <f:facet name="statusbar"/>
              <af:table value="#{bindings.EmployeesView1.collectionModel}" var="row"
                        rows="#{bindings.EmployeesView1.rangeSize}" width="100%"
                        emptyText="#{bindings.EmployeesView1.viewable ? 'No rows yet.' : 'Access Denied.'}"
                        fetchSize="#{bindings.EmployeesView1.rangeSize}"
                        binding="#{pageFlowScope.backing_printTable.table1}"
                        id="table1">
                <af:column sortProperty="EmployeeId" sortable="false"
                           headerText="#{bindings.EmployeesView1.hints.EmployeeId.label}">
                  <af:inputText value="#{row.bindings.EmployeeId.inputValue}"
                                label="#{bindings.EmployeesView1.hints.EmployeeId.label}"
                                required="#{bindings.EmployeesView1.hints.EmployeeId.mandatory}"
                                columns="#{bindings.EmployeesView1.hints.EmployeeId.displayWidth}"
                                maximumLength="#{bindings.EmployeesView1.hints.EmployeeId.precision}"
                                shortDesc="#{bindings.EmployeesView1.hints.EmployeeId.tooltip}">
                    <f:validator binding="#{row.bindings.EmployeeId.validator}"/>
                    <af:convertNumber groupingUsed="false"
                                      pattern="#{bindings.EmployeesView1.hints.EmployeeId.format}"/>
                  </af:inputText>
                </af:column>
                <af:column sortProperty="FirstName" sortable="false"
                           headerText="#{bindings.EmployeesView1.hints.FirstName.label}">
                  <af:inputText value="#{row.bindings.FirstName.inputValue}"
                                label="#{bindings.EmployeesView1.hints.FirstName.label}"
                                required="#{bindings.EmployeesView1.hints.FirstName.mandatory}"
                                columns="#{bindings.EmployeesView1.hints.FirstName.displayWidth}"
                                maximumLength="#{bindings.EmployeesView1.hints.FirstName.precision}"
                                shortDesc="#{bindings.EmployeesView1.hints.FirstName.tooltip}">
                    <f:validator binding="#{row.bindings.FirstName.validator}"/>
                  </af:inputText>
                </af:column>
              </af:table>
            </af:panelCollection>the question is why not?

  • Multiple Inheritance problem persists in Interfaces

    Hi,
    I tentatively made a program and found that multiple inheritance problem of C++ persists even with interfaces. Although this is definetely a special case but I want to know what is this problem known as( i know that this is perhaps known as diamond problem in C++). And is there a way out of this thing.
    interface one
         int i=10;
    interface two
         int i=20;
    interface z extends one,two
    public class xyz implements z
         public static void main(String [] a)
         System.out.println(i);
    }O/P
    D:\Education\Java\JavaStudyRoom\Applets>javac xyz.java
    xyz.java:16: reference to i is ambiguous, both variable i in one and variable i
    in two match
    System.out.println(i);
    *^*
    *1 error*
    Thanks for replying

    suvojit168 wrote:
    I tentatively made a program and found that multiple inheritance problem of C++ persists even with interfaces. Although this is definetely a special case but I want to know what is this problem known as( i know that this is perhaps known as diamond problem in C++). And is there a way out of this thing. This is not the so called diamond inheritance problem. What you have here is an ordinary name clash. And as has been noted you can resolve it by qualifying which constant you're referring to, like
    System.out.println(one.i);
    For the diamond inheritance problem to apply both the one and the two interfaces would need to inherit a common ancestor (that's how the diamond is formed). Furthermore the common anscestor would need to carry implementation which would then be inherited two ways, once via one and once via two. This is the diamond inheritance problem Java is avoiding by allowing single inheritance of implementation only.
    P.S. My previous post was posted my mistake.

  • SP10 - multiple approver problem with CUP

    We have SP10 (patch 1) in our development system and cannot move forward to production because of a real show stopper.  I have currently reported this to SAP thru an OSS message (and it is in development) but would like to know if anyone else is having this issue with SP10.  (this happened even before applying patch 1)
    We have multiple approvers when creating NEW users or CHANGING users in CUP.  We have it configured to allow just one of the approvers to approve before going on to the next stage.  Since we put in SP10, CUP is requiring ALL approvers to approve the request before going on to the next stage.  We get the following message when one of the approvers approve the request:  Request no: 5020. is approved, pending for other Approvers. 
    I've seen this reported for UAR and SOD but not for CUP.  In fact, there is a fix for UAR in Patch 1 of SP10.  I applied this patch but it hasn't fixed the CUP issue.  I also don't have the issue when rejecting a CUP request, or when approving it through the configuration --> Request --> Administration screen (what I consider the Back-door since only security administrators get the configuration area).
    Thanks for your input.
    Peggy

    Christian,
    I totally agree with you.
    The good news is.... We installed SP11.1 and the multiple approver problem is fixed. 
    We have decided to leave our production system at SP8 until this system settles down a bit.  Of course, this means we can't use many of the new fixes and features (such as UAR).  We use our sandbox system to apply new support packs and do very rigorous testing.  And our DEV system is at SP8 too.
    Good Luck.
    Peggy

  • L430 multiple driver problems (ultranav and others)

    Hello,
    I have multiple driver problems with my newly purchased L430.
    1) After hibernate the UltraNav driver randomly stops working. This means that the settings are grayed out and my old settings aren't applied. Sometimes the mouse pad and track ball also stop working after hibernate.
    2) The hardware mute button and hibernate don't like each other as well. After resuming from hibernate with the mute button on the sound doesn't work anymore. Rebooting only helps if you have disabled the mute before rebooting.
    3) The intel usb 3.0 driver can't be installed unless you want a lot of bluescreens.
    I do have the newest drivers and BIOS (2.54).

    It's ok my friend,  I just hope I will be able to help.
    Now to the problem. The thing that worries me the most and the reason I asked you to contact a Lenovo Repair Center, is the blue screens with the Intel Usb 3.0 installation. If the driver is correct this should not happen and most of the times it signifies a pure hardware problem, not a software one. Really, it just should not happen, period!
    So please, before anything else, download and boot with a Linux Live cd, any distro you like (e.g. Linux Mint, Fedora, etc). Better choose a 64bit version. It's one way of determining if you're facing a hardware problem with the usb 3.0 ports.
    The information you give is very useful and more or less complete, but I would like to also know the model of your SSDs, both the 2.5'' and msata.
    Meanwhile, you can check either with the Linux Live cd or with Memtest86+ your ram. This does not seem to be a memory problem but it would be nice if we could exclude it from the suspects list. Many - if not most - of these problems are multifactorial and we cannot leave anything to chance..
    Cheers!
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    This will help the rest of the Community with similar issues identify the verified solution and benefit from it.

  • Menus Blu-Ray Problem

    Good
    I have a problem here that is as follows.
    First I want to apologize for my English.
    I do a project in Encore CS5 (5.0.0.508) of 4.7 or a DVD 8.5 GB PAL 720x576 5 stars it works in any DVD player. I do blu-ray PAL 1280x720 movie of the same menu of the Display is green and does not see the display of menu buttons, I've done with one with a photo (still image), with pounds of Encore menus with motion, as the codec used H .264 and MPEG2 codec and is equal. and the preview work
    Someone help me please

    Good
    I have a problem here that is as follows.
    First I want to apologize for my English.
    I do a project in Encore CS5 (5.0.0.508) of 4.7 or a DVD 8.5 GB PAL 720x576 5 stars it works in any DVD player. I do blu-ray PAL 1280x720 movie of the same menu of the Display is green and does not see the display of menu buttons, I've done with one with a photo (still image), with pounds of Encore menus with motion, as the codec used H .264 and MPEG2 codec and is equal. and the preview work
    Someone help me please
    I open a menu of any library in this case was the encore wedding montage Wide Menu. edited in photoshop to 1280x720, 1280x1024, 720x576 and it was the same green screen and the Butterfly clearer in the chapters but not read. The format of the video is 1280x780 50 fps PAL. I've worked with cs4 work right and never had this problem since I upgraded to BR cs5 never worked.
    Matrox rtx2 (5.1.2.18)
    Win 7 Ultimate 64 bit SP 1
    Intel Core i7 CPU 920 @ 2.67GHz
    12GB RAM
    Message was edited by: Silva Luis

  • Multiple Language Menus Without Multiple Menus

    Hey everybody!
    Happy New Years everyone. Hopefully, soeone out there can help me with this little problem. I am creating a DVD for a school, and it is designed to promote the school overseas. So this means that each menu has to be displayed in multiple languages (seven, to be precise). Now, I've done the english ones, and the total size comes to 1.1GB. Is there any way that I can make these menus display the text in other languages without creating each menu again another six times?
    The way I've got it set up is that the first menu allows you to pick which lanuage you want to use. So altogether there are 8 menus, and that is just for the english reading world. Can I then make it so that I only need these 8 menus and so if you select Chinese in the first menu, it will take you to the english menu, except display the text in Chinese? I know this is confusing, and I'm orry.
    Basically, can I make the DVD siplay different languages using only 8 menus, or do I have to make 56 menus (8 for each language).
    Cheers!
    Nich

    I was afraid of that. Well, thanks for your help.
    Ma, put on a pot of coffee! IT'S GONNA BE A LONG NIGHT!!!

  • BIG Encore problem - Interactive dvd based on menus - blurry menus

    Hi, I am making a DVD based on clickable menus. The idea is to create a DVD portfolio, where the user can click through different screens, a lot of them with images, some only videos. I am creating the menus in photoshop - using rather small text. When the menus are imported to Encore, they look ok in the editing mode, but in the preview, the text gets blurry and unreadable - this also happens to some extent with the bigger text, edges also get very pixeled. The format I am working with is 1280 x 720, 72dpi (but i guess the dpi doesn't matter when it's video), RGB color, PAL widescreen square pixel... I have tried a lot of different formats, both bigger and smaller, but it doesn't get better. I have tried to do this in so many different ways now, but simply cannot find a solution - which seems strange to me, as I have seen DVD menus before with small type, without it being blurry (for example describing different episodes of a TV show) - Is there another program that would be better for this project, as I am also worried that the images will be very pixelated... I also tried to export the project, but it is still blurry. Another problem I have, is that the highlights of text buttons appear a few pixels left of the original button - I used the correct layer names, and only text in one color. the highlight is white. I hope someone can help me with this!
    First image: a dummy menu in encore (editing mode)
    Second image: the menu exported as dvd (folder)

    Welcome to the forum.
    Why are you starting with 1280x720 PS files when you are trying to create a 720x576 PAL SD DVD?  The downscaling alone would account for your quality loss.
    -Jeff

  • Video asset Motion in chapter menus

    I am nearly finished with a large project for a client, where the main movie length is about 90 minutes. I just noticed when going through to check all my menus before burning that it appears that at about the 45 minute mark the video assets assigned to each chapter have all become frozen at a certain point and are no longer in motion.
    I'm glad I was able to identify the issue and am hoping there is some easy way to resolve this, so that the motion continues in all the little chapter menus till the end of the film. There are about 24 chapters in all, and the motion stops about half way through these.
    Thanks in advance for your help!

    I also just wanted to follow up and add that I think the issue is even weirder. I am going through in DVDSP and watching the full length cut from the point at which the chapter menu is giving me trouble and noticing that when I pause it, a freeze frame appears with an image that is not at that moment of the menu, but at an earlier point.
    What is going on???? Please help!!!!

  • Multiple menus with varying numbers of buttons?

    Can I have multiple disc menus with varying numbers of buttons on each? 6 buttons on 1st menu, 5 on next, 6 on last? When I add scene markers, it seems to want to 'fill up' a menu with 6 then automatically moves on to the next menu. I want only 5 on a menu then 6 on the next. It keeps putting the new button on the menu with only 5 buttons. Thanks...

    Do you have Photoshop, or Photoshop Elements?
    If you do, with some, very careful work, you can alter the Scene Selection Menus, but you will want to do so, only if you understand the conventions of a PrE Menu Set, and their structure. Also, if you do so, do NOT Save over the existing DVD Menu Set Templates, but in a separate folder. We can give you steps, but I strongly suggest that if one is not familiar with the structure and conventions, they spend some time studying the Menu Set Templates in PS, or PSE, until it's very clear what needs to be done.
    Possible, but one needs that understanding first, and then they need to know their way around Photoshop/Photoshop Elements. I think that it is best to go with the design of the DVD Menu Set Templates, or perhaps stop by Muvipix.com, and see if they offer a Menu Set, that is more in keeping with what you want already. Those are very inexpensive, and are very nice.
    Which Menu Set are you hoping to use?
    Good luck,
    Hunt

  • All menus have display problem (flash) when using FF on extended desktop monitor

    I use two monitors at work. Each time I display FF on the "secondary" monitor (extended Desktop), all menus (normal menu, bookmarks, right click), flashes going from visible to hidden and so on).

    I have the same problem. Windows 7 (64 Bit), extended desktop, 2 monitor system. I have AMD HD 4800 graphics card with all AMD updates current as of 12/8/2012.
    The drop down menus display briefly (flicker) and then are not visible. If I am careful and know the dropdown line I want, I can blindly select it. This happens only on the second monitor on the extended desktop. If I move Mozilla to the primary monitor the same page works correctly.
    Disabling the hardware acceleration and restarting Mozilla resolves the issue. While I can use Mozilla, it is still not ready for prime time using hardware acceleration.
    Given that it is the only Browser or applicaiton that has this problem with displaying drop down menus on the second monitor, I would suggest that it is either a Mozilla hardware acceleration problem or Mozilla needs to work with the graphics card manufacturers to resolve a problem that only Mozilla seems to have with their drivers.

  • What is benefit of Menu pages rather than multiple menus?

    I'm sure there is a simple anwer to this.
    I see in a pop up where you can't link to another pop up  that pages become necessary. Is there some distinct advantages to having one menu with multiple pages, over having seperate menus. Even if they look identicle except for the links.

    To me the difference is the speed in changing from menu to menu: in multi-page menus there’s a seamless change, but in separate pages there’s a noticeable delay between menus.
    I can also have the same video/audio background for the whole menu that will continue without pauses/stops for the whole menu navigation while this cannot be done with various menus.
    The only downside I’m having with multi-page menus is that I don’t know why (maybe color limitation?) some button colors are replaced by others that ruin them.

  • Extending Audio file throughout multiple menus.

    Here is what I am trying to do: I have a main menu and two submenus. I would like to use a single audio file to play throughout my menus.
    Is this possible to achieve some how????
    I am using Encore 2.0.
    Thank you in advance for your help.
    Serge

    Well that was not what I meant by "audio running independently from video". :p E.g. on a DVD-Audio disc the user can click through a slideshow while the audio keeps playing. On a DVD-Video title that wouldn't be possible. Either the user lets the slideshow run automatically, or the audio gets interrupted with every click on the [next] key on the remote.
    Btw: On the DVD made from your timeline without video their probably will be a single black frame which the player holds for the duration of the timeline (VTS). Which means that it
    does contain video...

Maybe you are looking for

  • Windows Integrated Authentication on an ABAP data source

    Dear Experts, I have to implement Windows Integrated Authentication in my portal. By using Kerberos & SPNEGO, we can implement very easily if portal user id & windows (ADS) user id is same. But my scenario is windows id & portal id is different & dat

  • Homesharing not working

    Homesharing not working I

  • Possible design patterns for base function with possible additions

    I have various interfaces i have to implement. Let's assume ITypeA, ITypeB. They have following methods: ITypeA Connect Disconnect GetData SetData ClearData ITypeB Connect Disconnect GetData SetData Start Pause Stop They have some base functionality:

  • BADI Syntax Error

    Dear Sir, I am getting following Syntax error while using GET_DATA( ) method  : "The format of field specification "IM_ITEM->GET_DATA( )" is not supported ... The code , I am using is as : method IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM. DATA: is_mepoit

  • More arrows somewhere?

    Hi, I just upgraded to CS4 and am surprised to see that there aren't more arrow styles in the stroke palette. Does anyone know if there is a plugin or something so that I can get more arrow options? Thanks, Stan