Flash Drop Down Menu

Hi all
I am learning ActionScript 2.0 for about 6 months and I have
created a flash based website. My question is how to allow a drop
down menu to animate outside of a Shockwave files boundaries.
I have seen Flash menus that do this and also I have
seen some banner ads that allow animation to display outside of the
swf file.
Is there any tutorials or information out there that I can
learn, or could somebody give me an idea of what to do. I
understand how to use the Menu component and how to create a
regular drop down menu within the boundaries of a swf file
javono
www.javono.com

you can't visibly animate flash objects outside the stage
boundaries. you can appear to do so using div tags so that's what
you should check.

Similar Messages

  • Spry Tabbed Panels overwritting Flash drop down menu in IE

    I am having an issue with Spry Tabbed Panels appearing above
    a Flash drop down menu in IE6 & IE7 but it works fine in
    Firefox. Would someone be able to educate me on what I can do to
    fix this problem. The page that is exhibiting this problem is
    http://us.shuttle.com/performance.aspx
    I’ve tried adding “WMODE” to my flash menu,
    also updated “SpryTabbedPanels.js to version 0.5 –
    pre-release 1.6”, but neither way is
    helping…….

    Thank you very much for the suggestion. Yes, this is how I
    tried:
    .TabbedPanels {
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
    width: 100%;
    z-index: 1000;
    I’ve been tried setting Z-index to from 50 to 2000 in
    attached css, but still not working.

  • Spry Tabbed Panels overwritting Flash drop down menu in IE but display fine in Firefox

    I am having an issue with Spry Tabbed Panels appearing above
    a Flash drop down menu in IE6 & IE7 but it works fine in
    Firefox. Would someone be able to educate me on what I can do to
    fix this problem. The page that is exhibiting this problem is
    http://us.shuttle.com/performance.aspx
    I’ve add “WMODE” to my flash menu,
    also updated “SpryTabbedPanels.js to version 0.5 –
    pre-release 1.6”, but neither way is
    helping…….

    Thank you very much for the suggestion. Yes, this is how I
    tried:
    .TabbedPanels {
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
    width: 100%;
    z-index: 1000;
    I’ve been tried setting Z-index to from 50 to 2000 in
    attached css, but still not working.

  • NO hand curser in browser, in flash drop down menu???

    NO hand curser in browser, in flash drop down menu???
    <removed by mod>

    HI thanks for the reply I do not know you but dude thanks for trying to help, we are down here in Indonesia trying to save the rain forest, we are introducing the use of the coconut palm tree to ues in construction purposes, like flooring, studs etc. anyway enough of that, it will all be in the website if i can get it up, we are not trying to be cheap and do the site our selves but I need to know how to do this stuff so I can edit the site, and I really dig it.
    So after all that, when youy say dropdown, I used Flash 4 can I send you the fla. file, if it's not to much trouble????
    thank you JF.

  • Flash Drop Down Menu Buttons

    I was under the impression that Flash allowed one to place
    buttons within buttons. Basically I am trying to create a simple
    drop down navigation menu. A simple horizontal bar with four
    buttons that change color and drop down menus as the viewer scrolls
    over the buttons. I would then like the drop down text titles to
    change color as the viewer scrolls over the individual items on the
    drop down menu. When the viewer clicked on the title ("down"
    position) it would once again change color. Thank you.

    I ended up doing just what you suggested and everything in
    the Universe is back in place.
    Thank you.

  • Flash Drop Down Menu Help Needed

    I am using this set-up for a drop-down menu:
    http://www.flash-menu.net/flash_drop_down_menu/flash_drop_down_menu_component.htm
    I'm usign the vertical setup:  http://flash-menu.net/flash_drop_down_menu/download_vertical_drop_down_menu_free.htm
    I want to put it both on a static html page (for those who do not have FLASH installed), as well as the FLASH site.
    This is the site:  http://www.miltongordonussenate.com/flash/index.html
    I want to put this menu on both the Campaign page, AND the Links page.
    I have the seperate parts- the swf file, the html file, and the jscript file. I don't know if I am uploading the seperate files in the wrong place, or if I am just completely off base.
    Can someone help me with this, please?

    Ok, I see several people have looked, but no one has answered.
    Is there a better way to do what I want to do? Any help is appreciated!

  • Flash drop down menu (where to start?)

    check out this site
    http://www.marquiscustomhomes.com
    i want to mimic this drop down menu at the top. i made one
    similar to this using fireworks, but it's such a mess of code that
    i want it to be easy and look better. as far as i can tell, flash
    and javascript are being used on this site?
    so far, i know how to animate objects by converting to symbol
    and tweening. this i understand. but where do i start with this
    little project.
    Not looking for step by step instructions... although that
    would be awesome.... looking for major concepts and specific things
    i need to get this done. For instance, how many layers? Is each
    menu item it's own seperate movieclip? How does rollover function
    fit in? Alright, thanks everyone in advance... i'll be checking
    often.
    http://www.marquiscustomhomes.com

    I am just finishing a similar project and would recommend
    taking micro-steps beginning with getting the main buttons drawn on
    the stage and set as individual movieclip instances. after that you
    need to use actionscript to make the buttons do something (i.e.
    change appearance and/or display subnavigation). This is just a
    place to start.

  • Buttons - making a drop down menu

    Hello,
    I only know very basic flash. Right now, I am attempting to revamp a website. The buttons that are currently being used are only gifs that are hyperlinked and there are almost 12 buttons... I think that this is a ridiculous amount of buttons to have. It looks very cluttered.
    So, I figured I should make 6 buttons and just fit the rest of the buttons into subcategorized buttons. And the way to do this is to create flash buttons with drop down menus. To see what I mean, go to this link and look at their buttons:
    http://ca.msn.com/
    Their buttons drop down into menus with sub-categories. I want to do this.
    So far, I have gone into flash, created buttons and made graphics for the "Up" "Over" "Down" and "Hit". I have also added the menu buttons and graphics for the "Over" of each drop-down button-menu.
    I have even provided the action script to link each button to where I need it to go.
    HOWEVER, here is where the problem is. When I roll the mouse over the button, and then move the mouse down to click on one of the buttons in the drop down menu, the menu disappears, OF COURSE, because the mouse goes off the hit. I can't make the hit bigger, because the menu shouldn't open unless it's on the main button. But without the hit being bigger, the menu will always disappear.
    IN ADDITION, I've never used flash buttons on a website before. I'm just using HTML. How do I link the button to the page? Do I save the file as a .swf flash file? And link to 6 different files? Or do I save the buttons in a line, and just use one link?
    I'm on a bit of a deadline so any help is appreciated. Thanks in advance!
    -Michelle

    While I can't help you with your deadline, I can offer a little bit of input.  To take a Flash approach you should find a Flash drop down menu tutorial thru Google and follow thru that to gain an understanding of how to construct one.  The problem you are having with the rollover stems from needing to extend the rollover such that each element of the dropdown also carries that rollover command.  Each button needs to be assigned code to process interacting with it and linking to some other web page.  The swf file that you publish would need to be sized for holding the buttons and then must be placed on the web page.
    The example you pointed to uses a CSS drop down menu, which you will likely find easier to create and manage if you have no familiarity with how to make Flash work in a web site.  I suggest going to the Dreamweaver forum and looking there for information about that approach.

  • Flash drop down menus in IE 6

    I have a simple flash drop down menu (under the blue shop now
    button) that works in all browsers except IE 6. In IE 6, the
    browser sees the drop down menu as an element that takes up a lot
    of vertical space (the length of the menu). Anyone know any tricks
    to get it to see it as a menu and float on top the other elements
    as it does in the other browsers?
    Website:
    http://www.successories.com/di...webalog/meetnow2.html

    You might get more help from the pii news group if you post
    it over there.
    Dave
    "bamgraphic" <[email protected]> wrote in
    message
    news:em9l0f$m4v$[email protected]..
    > Ah crud, I have been putting together this site for the
    Archdiocese of
    Omaha
    > (
    http://www.archomaha.com/archdioceseofomaha/),
    and they decided to go
    with
    > some drop down menus, thus making my life easier
    (sarcasm). After looking
    > online at many a sources to try to find out about drop
    down menus, I found
    that
    > it be easiest to purchase already made drop downs from
    projectseven.com.
    I
    > have the drop downs working pretty much how I want them
    to work in
    firefox, but
    > in IE, I am having some difficulties. The About Us
    dropdown link is
    behind
    > part of my shadow image and the page content goes ahead
    of my other drop
    down
    > links. How do I get the drop downs in IE above the other
    content? If you
    have
    > trouble seeing my css or anything, please let me know
    and I will post it.
    >

  • 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)
    >

  • Flash Animation Blocks Drop-Down Menu

    I added a simple flash animation (slideshow) to a site I am
    working on which is located under the navigation bar that has a
    drop-down menu (created in Fireworks). When I preview the site in
    Firefox or Internet Explorer on a PC, the drop-down menu is behind
    the flash animation and all of the links cannot be seen. Is there
    an easy solution to this problem?
    Thank you,
    Troy

    "FlineCo" <[email protected]> wrote in
    message
    news:gopblq$c47$[email protected]..
    >I added a simple flash animation (slideshow) to a site I
    am working on
    >which is
    > located under the navigation bar that has a drop-down
    menu (created in
    > Fireworks). When I preview the site in Firefox or
    Internet Explorer on a
    > PC,
    > the drop-down menu is behind the flash animation and all
    of the links
    > cannot be
    > seen. Is there an easy solution to this problem?
    Google "wmode" and use opaque
    Thierry | Adobe Community Expert | Articles and Tutorials ::
    http://www.TJKDesign.com/go/?0
    Spry Widgets |
    http://labs.adobe.com/technologies/spry/samples/
    [click on
    "Widgets"]
    Spry Menu Bar samples |
    http://labs.adobe.com/technologies/spry/samples/menubar/MenuBarSample.html

  • 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

  • Flash file is covering my drop down menu

    please help. I've created a horizontal drop down navigation
    in fireworks 8 and imported it into dreamweaver mx - i also have a
    flash file just under my navigation. my problem is that when i view
    my html document my my flash file is covering up my drop down menu.
    Any advice??? Thanks in advance!

    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.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
    ==================
    "holhoz" <[email protected]> wrote in
    message
    news:f9obm8$jii$[email protected]..
    > please help. I've created a horizontal drop down
    navigation in fireworks 8
    > and
    > imported it into dreamweaver mx - i also have a flash
    file just under my
    > navigation. my problem is that when i view my html
    document my my flash
    > file is
    > covering up my drop down menu. Any advice??? Thanks in
    advance!
    >

  • 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-

  • Drop-down menu cut off by Flash component

    Hi,
    I am using Flash CS3.
    I have a drop-down menu and a Flash component immediately
    below it. When I hover over the menu item, it opens downwards but
    gets cut off by the Flash component.
    This doesn't happen if I replace the Flash component with a
    picture.
    Any advice what could be done will be much
    appreciated.

    Adding parameter wmode="transparent" to both Flash parameter
    tags and embed tag solved this issue for me.

Maybe you are looking for

  • Multiple Queries in Workbook - Refresh Screen Shows Up for Every Query

    We have multiple queries in a workbook.  All of these queries have the exact same selections for the variable selection screen.  When all the queries are refreshed once, the selection screen used to show up once and all the queries are refreshed with

  • Error-handling in PKGBUILDs is far from perfect

    Hi, PKGBUILDs should die on failure, rather than just continue regardless of errors. Here's a little rant: Why is it acceptable for ./configure to fail? Or make install to fail? Or the installation of just about any file? They could fail for lots of

  • Sysfail locks smq2 queue

    Hi, We are live with our PI7.1 system as of 11/6 and are seeing serious issues when a data error causes a sysfail for a SMQ2 queue.  At this point the queue is locked for further processing.  We have monitors setup which page us for this situation. 

  • WebElements in CR4E?

    <p>Looking around the Diamond site, I found the WebElements. The only instructions for installing them seem to be with the other CR tools. Can these widgets be used in CR4E? How do you install them?</p><p> </p><p> </p><p>Thanks, </p><p> </p><p>Steve

  • Poor set up of Oracle General ledger.

    I am working for a company, who for the first time have started a unique project. They did not set up any necessary categories i.e procurement,engineering,project management etc. This project has been running for 18 months. is there an Add on that ca