Drop Menu over Flash

Hi
I created a drop down menu bar in dreamweaver with CSS and
layers, it works great on all pages except my home page where I
have created a flash animation.
www.glotosleep.com
Would anyone know if there is a way to get the drop down
layers to show on top of the Flash 8 animation? I tried putting the
flash animation on a seperate layer and work with the "hide" and
"show" behaviours but only succeeded in hiding the flash when the
menu layer dropped.
Thank you for your help.

All Active content on a page will always rise to the top, so
to speak,
including Flash, certain form elements, Java applets, and
Active X controls.
This means that each of these will poke through layers. There
is not a good
cross-browser/platform reliable way to solve this issue, but
if you can be
confident in your visitors using IE 5+ or NN6+, then you can
use the Flash
wmode parameter.
MM articles:
http://www.macromedia.com/support/flash/ts/documents/flash_top_layer.htm
http://www.macromedia.com/support/flash/ts/documents/wmode.htm
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"razor35" <[email protected]> wrote in
message
news:e76v97$ok1$[email protected]..
> Hi
> I created a drop down menu bar in dreamweaver with CSS
and layers, it
> works
> great on all pages except my home page where I have
created a flash
> animation.
>
http://www.glotosleep.com
> Would anyone know if there is a way to get the drop down
layers to show on
> top
> of the Flash 8 animation? I tried putting the flash
animation on a
> seperate
> layer and work with the "hide" and "show" behaviours but
only succeeded
> in
> hiding the flash when the menu layer dropped.
>
> Thank you for your help.
>
>

Similar Messages

  • How to layer flash menu over flash slideshow?

    Hello All!
    I am working on developing a new website, and I have come upon a roadblock...
    Is it possible to layer a flash object over another flash object? -- The website I am creating has a flash menu and a flash sllideshow.  I want the flash menu (submenu) to be able to appear IN FRONT OF the flash slideshow.  Here is the link with my progress:
    http://nathanlafave.com/newsite/index2.html
    You will notice that when you hover over "Web" in the navigation menu, the SUBMENU appears BEHIND the flash slideshow.
    Any suggestions on making this appear IN FRONT OF the slideshow.
    Both menu and slideshow are extensions purchased from flashdevelopment24.com
    Thanks!

    You have a couple of problems.
    1) Flash slideshows typically rise to the top of everything else on the page.  Ideally, you should keep Flash animates away from drop-down or flyout menus of any type.
    2) Flash is not supported by all web devices.  How will users without Flash navigate your site?
    Almost anything you can do with Flash can be achieved with jQuery.  See examples below.
    jQuery Superfish Menus
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery Fancy Transitions
    http://workshop.rs/projects/jqfancytransitions/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Problems with flash transparent drop down menu over html in some browsers

    Hi everyone... this is my first post and it's about an issue
    that's causing me a few problems.
    I'm currently designing/ building my company's web site, the
    test page be viewed here: www.musflashtv.com/test.htm
    1) This layout contains an embeded flash movie (.swf) with a
    transparent background, this is the main navigation.
    The flash navigation has a drop down menu that animates down
    and covers the html page (containing links) below.
    The problem is that in most current browsers such as; Firefox
    2.0.05 (links below template don't work), Netscape 8.1.3
    (navigation drop down and links don't work) and Opera 9.10 (links
    below template don't work), any links just below the 'invisible'
    transparent area coverd by the navigation can't be clicked 'through
    the flash file'. The exception is IE 7.0, everything is fine there.
    (it hasn't been tested in any mac browsers though).
    Because the area below the navigation on
    www.kitachi.info/work is one large dummy jpeg file, the link below
    would be a much better example to look at.
    http://www.musflashtv.com/shows/ind...tlight-Sessions
    The flash navigation is embedded in the html (tlp) template
    file using the code below and aligned using an external style
    (.css) sheet, this html code not only embeds the flash movie but it
    also tells the browser to display it's background and as
    transparent. The flash movie is embedded in a layer that sits above
    the table.
    3) The flash embed code:
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
    name="shows-navigation-tranparent" width="851" height="300"
    align="top" class="flash-navigation"
    id="shows-navigation-tranparent">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie"
    value="flash/navigation-tranparent.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#000000" />
    <param name="SCALE" value="exactfit" />
    <embed src="flash/navigation-tranparent.swf" width="851"
    height="300" align="top" quality="high" wmode="transparent"
    bgcolor="#000000" name="navigation-tranparent"
    allowscriptaccess="sameDomain" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    scale="exactfit" />
    </object>
    Does anybody know of any code that can solve this problem or
    know a different way of creating a flash navigation with a drop
    menu that can be embeded over html?
    Any help or advice would be greatly appreciated especially as
    this issue is holding back progress in a big way.
    Thanks in advance guys!
    Adie

    It's IE-only behaviour as a result of changes Microsoft made
    last
    year to their browser, regarding how Active Content (Flash,
    Quicktime etc)
    is handled, after losing a high profile court case.
    http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/
    Background:
    http://en.wikipedia.org/wiki/Eolas
    See also
    http://www.adobe.com/devnet/activecontent/
    If you're running Dreamweaver 8.0.2, the fix is already built
    into DW's
    interface.
    If not, try
    http://blog.deconcept.com/swfobject/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "swizzle_16" <[email protected]> wrote in
    message
    news:eqr0ib$48r$[email protected]..
    > Help please, I've put together a website using a drop
    down menu system
    > that
    > needs to drop down over a flash animation - I've managed
    to get the drop
    > downs
    > to go in front of the animation using the transparent
    tag - but each
    > option has
    > to be clicked on twice to get the link to work.
    >
    > Does anyone know how I can change it so the link needs
    to be only clicked
    > once?
    > The drop down menu system I've used is : * AnyLink Drop
    Down Menu- ©
    > Dynamic
    > Drive (www.dynamicdrive.com)
    >

  • Drop Down Menu Over Text The Opposite Way

    I’ve just read the Drop Down Menu Over Text: How? Topic
    posted by Cpt-K but it appears that he was trying to do the
    opposite of what I want to do. My problem is that I have created a
    drop down menu in Flash which I have imported into Dreamweaver. I
    now want to be able to write HTML code below the menu and have the
    sub menus drop down over the top of the HTML. Currently the menu
    sits above the text leaving a large white space where the sub menus
    drop down. I have tried using the wmode parameters transparent and
    opaque but neither has worked. Is there anyway to fix this?

    I have the same problem and dont know the solution. I would
    appreciate if you or anyone else would share it with me.
    Thanx.

  • Drop down menus over flash

    Hello-
    I am using css drop down menus on my site and they drop down
    over an swf. I have figured out how to make this work in IE/Win and
    Firefox, but it isn't so great in Safari. Adobe.com has the same
    problem in Safari.
    Here is the link:
    http://www2test.ku.edu/~kueafin/index.html
    Is there any way to get rid of the weirdness between flash
    and drop downs??
    Thanks!

    Thanks, Al.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Al Sparber- PVII" <[email protected]> wrote in message
    news:ei7iqt$7fo$[email protected]..
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:ei5vie$9qe$[email protected]..
    >>> If you remove all hovers on the drop downs
    >>
    >> You mean CSS hover pseudo-classes, or js image
    rollovers? If the former,
    >> I don't think that's correct. If the latter, well,
    could be....
    >
    > He meant CSS rollovers. It's a known issue with the
    Safari Flash Player's
    > wmode implementation. Apple has attributed it to a
    failure on Macromedia's
    > part to correctly "carbonize" the player. I have a
    feeling, though, that
    > it's really Apple's fault. The Safari browser has lots
    of rendering
    > shortcuts.
    >
    > Even if Apple or Apple/Adobe fix the issue, the fact
    remains that Safari
    > fixes are historically only available to those who own
    the latest Apple
    > operating system.
    >
    >
    > --
    > Al Sparber - PVII
    >
    http://www.projectseven.com
    > Extending Dreamweaver - Nav Systems | Galleries |
    Widgets
    > Authors: "42nd Street: Mastering the Art of CSS Design"
    >
    >
    >
    >

  • Creating a drop down menu in Flash

    Dear People
    Pleasee could you advise me on how I can design a drop down
    menu in Flash to then export into Dreamweaver. I would be really
    grateful as I desperately need to do this by tomorrow!
    Look forward to hearing from you with tips, suggestions,
    compnent websites etc.
    Chandni

    Here is a sample tutorial:
    http://www.flashkit.com/movies/Interfaces/Menus/Drop_Men-Digital_-72/index.php
    Good luck

  • Wanting to make a Drop Down Menu in Flash CS3

    I'd like to build a drop down menu in Flash CS3. The web is awash in terrible tutorials. Would anyone have a decent tutorial they could refer me to?
    Thank you-

    I'd like to build a drop down menu in Flash CS3. The web is awash in terrible tutorials. Would anyone have a decent tutorial they could refer me to?
    Thank you-

  • How best to display a two column menu in Flash 8?

    I have a flash 8 template and i am using Macromedia Flash Professional 8. I want to create a menu in a scrollable text box, which has two columns exactly aligned like so:
    Lamb                                                   £2.30                       Chicken                                                      £2.30                                                
    Minced lamb with onions, herbs,                                           Minced chicken with an mixture of
    in egg yolk and shallow fried.                                                green chillies cooked over a charcoal grill on
    Kebab                                                  £2.80                       Lamb                                                         £2.40
    A mix of chicken kebab, seekh kebab and                             Minced lamb mixed with gram flour, spices, green
    shami kebab.  Served on a sizzler.                                        chillies and herbs then deep fried.
    However, when i test the movie there is no formatting and the text is misaligned. I already have the above text (and there is alot of it) in the exact format, in a word file, so i could copy and paste the text instead of writing it out all over again.
    I have been advised that it is better to use the Datagrid component to display the above text in a table?
    My question is, how can i use the Datagrid component to display the text aligned exactly as above? Do i need to create html tables and then get the datagrid component to call this html file, xml file or actionscript? I am not familiar with xml or actionscript.
    Please can someone help?
    Thank you.

    Hi Ned. Apologies for late reply. Been away.
    Anyway, i have created an image of what it is i need. Please see the image below - menu.gif
    Not sure what the easiest way is to create such a two column menu in Flash because the tab key on the keyboard does not work in a scrollable textbox only the space bar. And using the space bar does not align the text correctly.
    However, i do have a html file which i created using html tables. Is there a way to import the html file into a scrollable textbox in flash? The raw html code example is a little different as i have included the borders, but the idea is the same - a two-column scrollable menu.
    Any help would be greatly appreciated.
    <html>
      <head>
        <title></title>
      </head>
      <body>
        <table width="50%" border="1">
          <tr>
            <td>
              <table width="100%" border="1" cellpadding="2"
              cellspacing="0">
                <tr>
                  <td>Apples</td>
                  <td>44%</td>
                </tr>
                <tr>
                  <td>Bananas</td>
                  <td>23%</td>
                </tr>
                <tr>
                  <td>Oranges</td>
                  <td>13%</td>
                </tr>
                <tr>
                  <td>Other</td>
                  <td>10%</td>
                </tr>
                <tr>
                  <td>Apples</td>
                  <td>44%</td>
                </tr>
                <tr>
                  <td>Bananas</td>
                  <td>23%</td>
                </tr>
                <tr>
                  <td>Oranges</td>
                  <td>13%</td>
                </tr>
                <tr>
                  <td>Other</td>
                  <td>10%</td>
                </tr>
                <tr>
                  <td>Apples</td>
                  <td>44%</td>
                </tr>
                <tr>
                  <td>Bananas</td>
                  <td>23%</td>
                </tr>
                <tr>
                  <td>Oranges</td>
                  <td>13%</td>
                </tr>
                <tr>
                  <td>Other</td>
                  <td>10%</td>
                </tr>
                <tr>
                  <td>Apples</td>
                  <td>44%</td>
                </tr>
                <tr>
                  <td>Bananas</td>
                  <td>23%</td>
                </tr>
                <tr>
                  <td>Oranges</td>
                  <td>13%</td>
                </tr>
              </table>
            </td>
            <td>
              <table width="100%" border="1" cellpadding="2"
              cellspacing="0">
                <tr>
                  <td>Apples</td>
                  <td>44%</td>
                </tr>
                <tr>
                  <td>Bananas</td>
                  <td>23%</td>
                </tr>
                <tr>
                  <td>Oranges</td>
                  <td>13%</td>
                </tr>
                <tr>
                  <td>Other</td>
                  <td>10%</td>
                </tr>
                <tr>
                  <td>Apples</td>
                  <td>44%</td>
                </tr>
                <tr>
                  <td>Bananas</td>
                  <td>23%</td>
                </tr>
                <tr>
                  <td>Oranges</td>
                  <td>13%</td>
                </tr>
                <tr>
                  <td>Other</td>
                  <td>10%</td>
                </tr>
                <tr>
                  <td>Apples</td>
                  <td>44%</td>
                </tr>
                <tr>
                  <td>Bananas</td>
                  <td>23%</td>
                </tr>
                <tr>
                  <td>Oranges</td>
                  <td>13%</td>
                </tr>
                <tr>
                  <td>Other</td>
                  <td>10%</td>
                </tr>
                <tr>
                  <td>Apples</td>
                  <td>44%</td>
                </tr>
                <tr>
                  <td>Bananas</td>
                  <td>23%</td>
                </tr>
                <tr>
                  <td>Oranges</td>
                  <td>13%</td>
                </tr>
              </table>
            </td>
          </tr>
        </table>
      </body>
    </html>

  • Folio panel drop menu won't drop - can't update articles in folio

    I am having trouble with the drop menu on the Folio Builder panel.  In the past it has worked completely normally, but today it won't drop at all.  Which means I can't update any files, or rename articles etc...
    This started yesterday ... so I uninstalled Indesign and downloaded again. It worked.  This morning I am trying to continue working on the project and the drop menu wont drop again.
    I have reset Indesign preferences... and that still doesnt make the drop menu come back..
    any ideas...
    Deb

    This is still a big problem and with the Single Edition licence ending soon, InDesign not functioning as it should be is quite stressful..
    No one has answered this question.  I have read through past threads and no one has answered others questions about this topic either...
    When I try to update an article there is no menu available in the drop menu of the folio.
    I have restarted Indesign several times.
    I uninstalled and re-installed it again...
    I have reset preferences over and ove,r and by the way the default black theme is horrible
    It doesn't matter which document in which folio I try to update - the drop menu isn't available.
    The documents have gone up to the cloud - I can see current documents there, so the files are synchronizing properly... It is the folio panel that is the culprit...
    I am using build 10.2.0.69 of release 2014.2
    Does anyone out there, in the world, anywhere, have any suggestions how to get the drop menu back into the folio?
    Any help will be greatly appreciated.
    thanks
    Deb

  • Rollover menu in Flash Catalyst

    Hi, I want to make a rollover menu in Flash Catalyst. That means, that I have a "select language" PSD and a "German and Enlish" PSD. When I transform the "Select language" PSD into a Button and put the second graphic into the state "over", then the menu opens like it should do. But now i can't transform the "German" and "English" text into a button cause I can't make a button inside an other button. I hope you can understand...(:
    Hope you know a way to make this rollover! (-: Sorry for my English!
    Hallo, ich würde gerne ein Rollovermenü in Flash Catalyst machen.  D.h. ich habe eine "Sprache wählen" Grafik und eine Grafik mit "Deutsch  und Englisch". Wenn ich jetzt die "Sprache wählen" Grafik als  Schaltfläche nehme, und beim Status "darüber" die andere PSD-Grafik  einfüge, dann öffnet sich das Menü genau, wie ich will. Ich kann aber  natürlich die Texte "Deutsch" und "Englisch" nicht als weitere  Schaltfläche machen. Weil ich ja nicht eine Schaltfläche in eine  Schaltfläche machen kann.
    Ich hoffe, das war verständlich. (-: Hat jemand eine generelle Idee, wie man so etwas macht?
    Grüße!

    See if this tutorial might solve your issue:
    http://insideria.com/2009/10/flash-catalyst-beta-2-combobox.html
    Chris

  • 10.4.7: broken safari menus over flash applets

    It seems after the 10.4.7 safari update: 2.0.4 (419.3), javascript menu dropdowns that hover over flash do not work properly. This can be viewed at http://www.bestbuy.com. Try to use the menu(s) above the main flash applet and you'll see what I mean. I also use the Nightly WebKit and this issue is not present (build 15091).
    Power Mac G5 Dual 2Ghz/iBook G4 1.42Ghz   Mac OS X (10.4.6)   2.5 Gig, Rad 9800 Pro 256M

    Hello,
    Thanks very much for the look,
    You're quite welcome. Always glad to help out.
    I upgraded my G5 and
    the iBook so I had no way of checking the site after
    the fact. The latest webkit seems to have this fixed
    so maybe in a futre release when the webkit merges
    with safari, it will be fixed.
    Which webkit is that? Are you talking about some of the developer software through Apple's Developer Connection?
    Or, are you talking about some 3rd-party updates, or nightly builds of the Flash program?
    I wasn't aware that Safari had a nightly build update like some of the other Open Source projects.
    Perhaps I am just misunderstanding your statement.

  • Dropdowns over Flash

    I'm trying to develop a dropdown navigation but it won't show
    properly over Flash, it'll work in Safari but not Firefox, and
    especially on a PC ie6+7
    http://www.pollenbrooks.com/en/indextest.html
    Are there any workarounds?

    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter (however, Safari does not support this
    properly!).
    Adobe articles:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "entrancesw" <[email protected]> wrote in
    message
    news:fllgk7$bn1$[email protected]..
    > Were you able to get the menu to work properly in
    Firefox after adding the
    > wmode parameter? I was having the same problem, included
    wmode=transparent
    > and
    > still had the menu hiding behind the flash movie in
    Firefox. Thanks for
    > any
    > info.
    >

  • Any way to display dorpdown menu over quick time player

    hi all,
    Is there Any way to display dorpdown menu over quick time
    player in Dynamic HTML page like the flash parameters wmode
    transparent....The menu and quick time is different Td's
    Thanks

    Not that I know of.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jibysk" <[email protected]> wrote in
    message
    news:ff9rjk$i6l$[email protected]..
    > hi all,
    >
    > Is there Any way to display dorpdown menu over quick
    time player in
    > Dynamic HTML page like the flash parameters wmode
    transparent....The menu
    > and quick time is different Td's
    >
    > Thanks

  • Dropping development for Flash Player on mobiles entirely?

    "Even though Adobe just mentioned it was planning to invest further in HTML5 after restructuring, a rumor from ZDNet suggests the changes could go even further by dropping development for Flash Player on mobiles entirely. According to an email reportedly received by the company's partners, its future work on Flash for cellphones and tablets will focus on enabling developers to "package apps with Adobe AIR for all the major app stores." After years of battling with Apple and Steve Jobs over the place of Flash on mobiles it appears the company is ready to lay down its sword, with existing platforms like Android receiving only security updates going forward. If the rumors are true, we'll probably hear an official announcement later today, along with a few huge belly laughs from the folks in Cupertino."
    this info from Engadget.

    Confirmed
    Flash to Focus on PC Browsing and Mobile Apps; Adobe to More Aggressively Contribute to HTML5
    Posted by Danny Winokur, Vice President & General Manager, Interactive Development at Adobe in Business Professionals, Creative Professionals, Developers, Video
    Adobe is all about enabling designers and developers to create the most expressive content possible, regardless of platform or technology. For more than a decade, Flash has enabled the richest content to be created and deployed on the web by reaching beyond what browsers could do. It has repeatedly served as a blueprint for standardizing new technologies in HTML.  Over the past two years, we’ve delivered Flash Player for mobile browsers and brought the full expressiveness of the web to many mobile devices.
    However, HTML5 is now universally supported on major mobile devices, in some cases exclusively.  This makes HTML5 the best solution for creating and deploying content in the browser across mobile platforms. We are excited about this, and will continue our work with key players in the HTML community, including Google, Apple, Microsoft and RIM, to drive HTML5 innovation they can use to advance their mobile browsers.
    Our future work with Flash on mobile devices will be focused on enabling Flash developers to package native apps with Adobe AIR for all the major app stores.  We will no longer continue to develop Flash Player in the browser to work with new mobile device configurations (chipset, browser, OS version, etc.) following the upcoming release of Flash Player 11.1 for Android and BlackBerry PlayBook.  We will of course continue to provide critical bug fixes and security updates for existing device configurations.  We will also allow our source code licensees to continue working on and release their own implementations.
    These changes will allow us to increase investment in HTML5 and innovate with Flash where it can have most impact for the industry, including advanced gaming and premium video.  Flash Player 11 for PC browsers just introduced dozens of new features, including hardware accelerated 3D graphics for console-quality gaming and premium HD video with content protection.  Flash developers can take advantage of these features, and all that our Flash tooling has to offer, to reach more than a billion PCs through their browsers and to package native apps with AIR that run on hundreds of millions of mobile devices through all the popular app stores, including the iTunes App Store, Android Market, Amazon Appstore for Android and BlackBerry App World.
    We are already working on Flash Player 12 and a new round of exciting features which we expect to again advance what is possible for delivering high definition entertainment experiences.  We will continue to leverage our experience with Flash to accelerate our work with the W3C and WebKit to bring similar capabilities to HTML5 as quickly as possible, just as we have done with CSS Shaders.  And, we will design new features in Flash for a smooth transition to HTML5 as the standards evolve so developers can confidently invest knowing their skills will continue to be leveraged.
    We are super excited about the next generations of HTML5 and Flash.  Together they offer developers and content publishers great options for delivering compelling web and application experiences across PCs and devices.  There is already amazing work being done that is pushing the newest boundaries, and we can’t wait to see what is still yet to come!

  • Muse main menu is flashing/blinking

    Muse main menu is flashing when move mouse over them.
    It's like 10Fps, not smooth, I’m sick of this blinking.
    and it looks like it blinks the same times as how many submenus opened down.

    it's in the Muse interface,
    and
    sorry can't capture video of my screen by Creative Cloud
    even representative couldn't able tell me what can I use to record a video for support team.
    I forgot, hi(she) mentioned Premiere Pro can do it (still trying how to do it )

Maybe you are looking for