Spry navigation covers flash movie element, why?

i have a spry navigation bar with a flash movie underneath,
and when i hover over the navbar and the submenu pops down it
covers the flash movie, but it doesn't cover the .jpg image that is
next to the flash movie. how can i fix this? thanks.

mediastream13,
> i have a spry navigation bar with a flash movie
underneath,
> and when i hover over the navbar and the submenu pops
> down it covers the flash movie, but it doesn't cover the
.jpg
> image that is next to the flash movie.
What you're seeing is the result of the default WMODE
setting for Flash
Player, which you can change. Keep in mind, Flash content
isn't something
any browser natively supports. It requires an ActiveX
component or plugin,
and as a result, is processed outside of the browser's
composition buffer.
This lifts Flash content (and other active content, like
QuickTime, Java
applets, and so on) from the context of its surroundings. To
change that,
you can configure a SWF's WMODE setting for transparent or
opaque, as
described here:
http://www.quip.net/blog/2006/flash/how-to-position-flash-beneath-other-content
Be aware that any WMODE setting other than the default has
been known to
cause usability issues as described in the articles/blog
entries further
linked from the above URL.
David Stiller
Co-author, Foundation Flash CS3 for Designers
http://tinyurl.com/2k29mj
"Luck is the residue of good design."

Similar Messages

  • Spry navigation bar covers flash movie beneath it but not the jpg image, why?

    i have a spry navigation bar with a flash movie underneath,
    and when i hover over the navbar and the submenu pops down it
    covers the flash movie, but it doesn't cover the .jpg image that is
    next to the flash movie. how can i fix this? thanks.

    thanks for the reply Murray, a responder from the flash forum
    gave me the following answer and it worked perfect.>>
    The <object> and/or <embed> HTML elements that
    reference your Flash content accept a number of optional
    parameters. For the <object> element, these parameters are
    supplied via nested <param> elements. Simply add the
    following new <param>:
    <param name="wmode" value="opaque">
    The <embed> parameters are supplied via attributes. For
    the <embed> element, add the following new attribute:
    wmode="opaque"
    That’s it. Your Flash content is now stackable via
    z-index; for example, you may wrap your
    <object>/<embed> pair in a <div> and set the
    <div>’s z-index as you please.
    <div style="position: absolute; z-index=1;">
    <object attributes >
    <embed attributes />
    </object>
    </div>
    If you’re using Dreamweaver, just press the Parameters
    button in the Insert > Media > Flash dialog or in the
    Property inspector when selecting existing Flash content. Type
    “wmode” (without quotes) in the name/parameter column
    and “opaque” (without quotes) in the value column. That
    will handle the above HTML for you, even with the new JavaScript
    embedding available since the 8.0.2 update.

  • When both plug-in objects and jQuery mouse events are present, Firefox re-starts the plug-in object (eg Flash movie) after a jQuery mouse event occurs. This doesn't happen in any other browser. How can I get around this?

    Please check http://www.syus.com for an example. There is a Flash movie underneath the main navigation. The main navigation has a jQuery mouse event, and when you mouse over a button in the main navigation, the Flash movie re-starts. I can confirm that this happens not only on Flash swf files, but on standard <object> YouTube embeds.

    Ok, I promise this is my last post without your help. I did some more troubleshooting and it only seems to happen when jQuery appends elements to the body that were previously invisible. In other words, I can simply change the css in jQuery from using element.css('display','inline'), but if I try to use something like slideDown or other jQuery tooltip functions that append and/or remove elements or style definitions it causes the "object restart" bug.
    It is impossible for any developer to eliminate this bug without changing the actual source of jQuery, which I can't do. My only other option is not to use sophisticated show/hide jQuery elements like drop-down menus and tooltips on the same page as an embedded object, but I don't want to do this since Safari, Chrome and even IE (dear God) users won't have a problem with this. I think this is a major major bug that should be fixed in Firefox 4 as more and more sites will be looking to use the latest jQuery plugins.

  • Spry horizontal navigation element covers flash element...

    i have a spry navigation bar with a flash movie underneath,
    and when i hover over the navbar and the submenu pops down it
    covers the flash movie, but it doesn't cover the .jpg image that is
    next to the flash movie. how can i fix this? thanks.

    thanks for the reply Murray, a responder from the flash forum
    gave me the following answer and it worked perfect.>>
    The <object> and/or <embed> HTML elements that
    reference your Flash content accept a number of optional
    parameters. For the <object> element, these parameters are
    supplied via nested <param> elements. Simply add the
    following new <param>:
    <param name="wmode" value="opaque">
    The <embed> parameters are supplied via attributes. For
    the <embed> element, add the following new attribute:
    wmode="opaque"
    That’s it. Your Flash content is now stackable via
    z-index; for example, you may wrap your
    <object>/<embed> pair in a <div> and set the
    <div>’s z-index as you please.
    <div style="position: absolute; z-index=1;">
    <object attributes >
    <embed attributes />
    </object>
    </div>
    If you’re using Dreamweaver, just press the Parameters
    button in the Insert > Media > Flash dialog or in the
    Property inspector when selecting existing Flash content. Type
    “wmode” (without quotes) in the name/parameter column
    and “opaque” (without quotes) in the value column. That
    will handle the above HTML for you, even with the new JavaScript
    embedding available since the 8.0.2 update.

  • Can you have usable href(able) elements on top of flash movie?

    I'd like to have several href-linked text elements on top of
    a flash movie
    that directs to different pages. With possibly each href in a
    layer unto
    itself.
    I've already built a site www.trappio.net that has
    href-linked text menu
    navigation elements on top of a static background pic, but
    I'd like to
    substitute the pic for a .swf movie and still be able to have
    the menu text
    displayed on top of it.
    Any ideas anyone on how i could pull this off?
    -Adolphus

    Thank you, Bill, your article will be very helpful. I appreciate it.
    My question, However, is not getting answered, and either I am not getting it (which is highly likely) or I am not explaining my situation correctly, so I'm going to try and explain it in more detail if you don’t mind.
    I understand the whole PIP solution and that helps me in part.
    Here is what I have and what I am trying to do.
    My video is 1280x720. On the right hand side there are candles lite. On the left hand side i have an image 724x504. I'm going to have images fade in and fade out with in this 724x504 frame. I would also like to pan and zoom the image within the 724x504 dimensions. To do that I need my images to be larger than 724x504. I don't want to scale ALL the images to 724x504 in Photoshop then bring them into PrPro because I wont be able to pan and zoom the image. I need some sort of Mask, like in Photoshop, but don't think I can do it in PrPro. I want the viewer to only see the 724x504 frame and not the excess of the image needed to pan and zoom.
    I hope I was clearer in describing my issue.
    Michael

  • Retrieve element path inside the flash movie

    Hi,
    I would like to refer to an element in a flash movie from the
    outside, to do it i need the element path inside the movie.
    for example i have a movie containing 4 frames, on the 4th
    frame in have movie clip called "mc1" that contains 3 frames, on
    the 3rd there is a movie clip called "mc2" that i should refer to
    it from the outside.
    To do it i need to go to frame 4 and then go to frame 3 in
    "mc1".
    Is there a simple way to retrieve this list of frames using
    jsfl, action script or any other script?
    Thanks
    Maya

    no, as long as the html file is not a valid XHTML file.
    You could load some html code from a text file and place it
    inside of a textfield with enabled html...if this is what you want
    to do.

  • Postage stamp effect from the Show Me flash movie on Elements home page

    The Elements home page on adobe.com has a little flash movie labeled Show Me that demos some of the nifty new features of version 4.0. In the Enhance section of this movie, right after the liquify/stained glass demo, the picture is cropped using a postage stamp effect. The demo seems to indicate that the selection and cropping are done at the same time, with whatever tool was used. I found a post about using the Custom Shape Tool's Objects.Stamp1/2 shape to create a postage stamp effect, but this demo shows it to be much simpler.
    Any ideas on which tool was used in this demo movie?
    Thanks!
    Gary

    From the video it looks like they are using the postage stamp custom shape as the base of a clipping group (the family group photo is on a layer above a blank layer and is grouped with it -- when the lower layer filled with a black postage stamp custom shape the portions of the grouped layer that intersect the shape become visible). I don't have PSE4, so I can't say what they are doing for sure.
    Bob Warren

  • Spry Drop down menu disappearing behind flash mov

    Hi Can someone help? I have a spry drop down menu that appears fine in IE but in firefox it disappears behind my flash movie! it appears fine if there is just a image. Any ideas?

    This is the wrong part of the forum for this type of problem, and it may be better if you post this type of question (or most questions), to the dreamweaver section.
    That said check your position: absolute: statments in your css, as this is often the cause.
    PZ

  • Flash movie controlling Captivate navigation in an Aggregator project

    Hi everyone,
    I have a Flash movie which shows a Continue button after an interaction is completed by the user. This functionality prevents the user from clicking through the interaction slides so there is no captivate playbar or nav available. This Continue button works fine in advancing the Captivate movie that contains the Flash movie while published as an individual captivate file. However, when I take that published captivate movie and load it into an aggregator project, the communication of the cpCmndGotoSlide variable does not function properly. I'm using the following code in the Flash movie:
    // captivate access...
        var myRoot:MovieClip = MovieClip(root);
        var cptxMovie:MovieClip = MovieClip(myRoot.parent.root);
        var slide:String = cptxMovie.cpInfoCurrentSlide;   // get current slide for workaround below
    // Continue button handler...
    // cptxMovie.cpCmndNext = 1;  // wouldn't work at all
    var theNextSlide:Number = Number(slide) + 1;       // workaround for cpCmndNext not working
    cptxMovie.cpCmndGotoSlide = theNextSlide;
    Is this because I'm calling the root, and the root is the outermost parent (the aggregator movie) and I need to communicate with the immediate parent of the flash movie (the submodule captivate)?
    How can I access the intermediate captivate while it is in aggregator?
    This is an AS3 flash and captivate and I'm using Captivate 5.
    Thanks in advance!
    Brian

    Hi Tristan,
    Thanks for the reply and the great code!
    I tried it out and got the dynamic text field to display that it had found the main timeline, however, it still would not advance properly. Maybe I'm not doing something right with it. Here's how I had it:
    // captivate access...
    var cptxMovie:MovieClip = getParentWithProperty("cpCmndGotoSlide", this);
    var slide:String = cptxMovie.cpInfoCurrentSlide;
    function getParentWithProperty(propertyName:String, startFrom:DisplayObjectContainer):MovieClip {
              if (startFrom.hasOwnProperty(propertyName)) {
                        trace("Found the Captivate Main Timeline");
                        checkCode.text = "Found the Captivate Main Timeline";
                        return startFrom as MovieClip;
              else if (startFrom == stage) {
                        trace("Could not find the Captivate Main Timeline");
                        checkCode.text = "Could not find the Captivate Main Timeline";
                        return null;
              else {
                        return getParentWithProperty(propertyName, startFrom.parent);
    // advance button handler...
    function advance(e:Event):void {
              for (var i:uint=0; i < orangeCircleArray.length; i++) {
                        orangeCircleArray[j].removeEventListener(MouseEvent.ROLL_OVER, onRollover);
                        orangeCircleArray[j].removeEventListener(MouseEvent.ROLL_OUT, onRollout);
              var slideNum:Number = Number(slide);
              var theNextSlide:Number = slideNum + 1;
              cptxMovie.cpCmndGotoSlide = theNextSlide;
              btnContinue.removeEventListner(MouseEvent.CLICK, advance);
    Thanks! Brian

  • Why do Flash movies only play at certain sites?

    For some reason, flash movies won't play at certain sites. They work fine at YouTube. But, at places like MLB.com and NFL.com, nothing happens. My system specs are:
    HP Pavilion dv7
    8.0GB Memory
    Windows 7 Professional 64-bit
    Firefox 3.6.8
    Flash Player 10.1
    Kaspersky Internet Security

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Issue with border around submenu when a flash movie is under it

    I've searched the forum and although I found posts about flash movies covering spry menu items, I couldn't find this exact thing.
    I have a spry menu with a submenu which has a 1px solid border around it.  On the pages linked to by the submenu items, I have flash movies.  For pages where the flash movie is down far enough so that it is not overlapped by the submenu, everything looks great.  However, on those pages where the submenu overlaps the flash movie, the border around the submenu is not visible on one side and is offset about a pixel on the other side.  This is only happening in Firefox 3.6.18  Every other browser I've tried works.  Thanks in advance for any suggestions.

    Hi Gramps,
    Here is the site:
    http://www.wordartist.com/mythicharacters
    If you hover on "Sacred Arts", you'll see the behavior.
    Thanks for taking a look at this,
    Phlange98

  • How do I embed flash movie with detection

    Hi - I want to embed a movie below a banner image in a web
    page. I want to use flash detection so that the right player is
    used. I've got Flash professional 8 so it spits out an HTML page
    with the flash detection script written to it. In the body section
    of the HTML is a <script> tag with the document.write called
    if the detection is succesful. What I've tried to do is put my
    banner image in a div above the script tag. This seems to work in
    Firefox but gives me a tiny little stretched banner image and a
    tiny little stretched flash movie when I try the page in IE7.
    I've attached my HTML below. Why is this happening?

    I found the answer - I was using dynamic positioning of
    elements in a javacript file and was using
    document.documentElement.clientHeight to get the clientheight. IE7
    no longer recognises this and has started using the standards
    compliant document.body.clientHeight.

  • Flash movies in html

    I am having difficulty impanting a flash movie into my
    homepage. You can see my problems at the link below:
    VIEW SITE HERE
    problems:
    1. The drop down menus from my navigation bar fall behind the
    flash movie. I've tried working with layers, but I can't figure out
    how to get the flash movie to fall behind.
    2. The flash movie contains interactive content, but you have
    to click once on the movie itself before you can scroll over and
    see the interactive parts.
    How can I fix these problems? Any help is much appreciated.

    > 1. The drop down menus from my navigation bar fall
    behind the flash
    > movie.
    > I've tried working with layers, but I can't figure out
    how to get the
    > flash
    > movie to fall behind.
    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
    > 2. The flash movie contains interactive content, but you
    have to click
    > once
    > on the movie itself before you can scroll over and see
    the interactive
    > parts.
    It's IE-only behaviour as a result of changes Microsoft made
    several
    years ago 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/CS3, 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.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "GUwebmast" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am having difficulty impanting a flash movie into my
    homepage. You can
    >see
    > my problems at the link below:
    >
    >
    http://barney.gonzaga.edu/~outdoors
    >
    > problems:
    >
    > 1. The drop down menus from my navigation bar fall
    behind the flash
    > movie.
    > I've tried working with layers, but I can't figure out
    how to get the
    > flash
    > movie to fall behind.
    >
    > 2. The flash movie contains interactive content, but you
    have to click
    > once
    > on the movie itself before you can scroll over and see
    the interactive
    > parts.
    >
    > How can I fix these problems? Any help is much
    appreciated.
    >
    >
    >

  • Safari not playing  local flash movie

    Hello All,
    Below is a piece of html code I am using to view an embeded flash movie. As you can see the file is located on my hard drive - this (the .swf file on the hard drive) is being used to simulate content that will eventually be placed on a CD. Also the code is an html page that is part of a Java program that uses "continue"servlets to advance to other pages.
    I know the Flash plugin (8) works because I can view flash files from other sites and I can also view my file by navigating to it through Safari using file open.
    The Problem is when I try get the flash movie to play by advancing from one web page to the one below that has the file embeded - Nothing happens.
    Any Help is very appreciated. Thank you
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>
    </title>
    </head>
    <body>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=6,0,40,0"
    WIDTH="500" HEIGHT="400" id="doyouflash">
    <PARAM NAME=movie VALUE="file:///doyouflash.swf">
    <PARAM NAME=quality VALUE="high">
    <PARAM NAME=bgcolor VALUE="#FFFFFF">
    <embed src="file:///doyouflash.swf" quality=high bgcolor=#FFFFFF WIDTH="500" HEIGHT="400"
    NAME="doyouflash" TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </embed>
    </object>
    </body>
    </html>

    Glad that resolved your problem.
    Strange things tend to happen in Cyber world. I've seen, albeit infrequently, where my Safari Preferences were reset to default values while surfing. Haven't figured out why that happens, but I have my suspicions. Yet, because it's a rare event, it's not in the top 5 of things to do.
    Thanks for the Aloha from Big Island.

  • Flash movies with play button don't work

    I have the 'simple' problem that everytime I see a "play" button on a web page with flash content, clicking on it won't start the movie.  However, e.g. YouTube movies work fine. So it seems it's just movies that do not start automatically after clicking on a link.
    Also, checking the flash player e.g. at the Adobe site (http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html), tells me in a flash box I have the latest flash player installed, and I see the  flash movie 'flash player is running on your system' with the red ball rolling in it.
    I have the same problem for both google Chrome and for IE.
    I still have an old Dell Inspiron 6000 notebook with Win XP (latest updates) and ATI mobility Radeon X300 graphics chip, for which I also installed the latest available drivers.
    Experimenting with Flash Player settings was unsuccessful so far (e.g. no hardware acceleration, clearing all internet data in the Flash Player global settings tool).
    My desktop (also with Win XP and with the same browsers and Flash Players/Flash Plugins installed works fine...).
    I also know that it worked at an earlier time with this NB...
    I managed to run the movie with a Linux Live CD but that is not what I want to do every time...
    Any idea is highly appreciated.....

    Hi BalusC, i have saved the datamodel (a ArrayList) in SessionBean. It can't be null. The rows of table display correct. I don't understand, why functions buttons with ObjectArrayDataProvider, but not with ObjectListDataProvider?
    I found a page with same problem: http://forum.java.sun.com/thread.jspa?threadID=549675&tstart=30

Maybe you are looking for

  • Bootcamp installing windows 7 on an external drive

    i wish to install windows 7 onto a usb hardrive as that way ican have 256gb for windows and still keep my 125gb mac hardrive in one piece so as i still have enough space for my mac apps. i wouldnt install windows if it wasnt for the fact i need windo

  • Asset report - with asset G/L accounts connected for gross value and amorti

    Hello dear all, Is there a way to obtain asset report by asset (and not by asset class) with the G/L accounts connected for gross value (acquisition) and amortization (depreciation) ? Thanks Edited by: Tarek AYACHI on Jun 1, 2010 10:25 AM

  • Need Plsql query

    hi I need oracle plsql query for this concept , which itemcode present in four month Eliminate less than 4 month itemcode Itemcode month id 1000 144 1000 148 1000 152 1000 156 so on ---------- eliminate this types of items 2000 144 3000 148 3000 156

  • Applying action to many objects

    How can i apply an action to many instances of the same object or different objects without the need of writting the same code tens of times ??? Like i have 10 copies of a circle and i want in the first frame to set their x positions to 100, can i do

  • Exception rendering File Content via Stellent

    500 Internal Server Error javax.faces.el.EvaluationException: java.lang.StackOverflowError     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:190)     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)     a