Flash Buttons- "Over" option not overlapping other buttons

Hi,
How do you make the "over" for buttons universally appear on top? When I made 4 flash buttons side by side, i am wanting to make it so that when you hover over one of the buttons a rectangle expands to show a description of that button- this rectangle should be large enough to cover over the other three buttons but for some reason the other buttons are still visible over the rectangle. I have made it so the top button layer is at the top and then the 2nd button underneath that so on...however when i hover over the 2nd button, the rectangle description box doesn't cover over the first button. How would I be able to make it so that the "over" rectangles are always covering all three other buttons?
as you can see below, this is when i hover over the second button, the rectangle isnt able to cover the first button.
Please is there a solution to this? I am wanting it to work very much like when you hover over icons similar to rollover for websites.
I appreciate anyone that can help.

Yes for some reason in AS2 you can't use swapDepths() directly with Buttons—however most of us don't use buttons because they are so twitchy and weird.
If you do want to use real buttons and you do want to swap their depths you can use this code:
Button.prototype.swapDepths = MovieClip.prototype.swapDepths;
You just need that once at the beginning of your code. It tells Flash that Buttons know what MovieClips know about swaping depths. I've used it in a few tests, but in general I don't use buttons. Instead I use MovieClips.

Similar Messages

  • Two Identical Devices. Flash Works on One, Not The Other. Suggestions?

    I have two Windows 8.1 with Bing tablets in my household. They're both running IE11 version 11.00.9600.
    They are both just two weeks old!
    Unfortunately, one of them was infected with adware and browser help objects but as far as I am aware is now clean. Both Windows Malicious Software Removal tool and Spybot have run full scans and find nothing. I'm no longer seeing pop-ups or any adverts in the browser.
    Just to be sure, after running the scans, I also reset IE to its default settings through Internet Options --> Advanced --> Reset.
    The Flash player version is 16.0.0.235.
    When I "Manage AddOns", shockwave is installed and enabled.
    In "Safety", ActiveX filtering is OFF.
    As far as I can see, all other settings on both devices are identical.
    However, on the previously infected device, no matter what, when I  try to play a flash video I am informed that Flash player needs to be installed. Adobe's help for Flash tells me that the player is Disabled. All the settings\options I can see are telling me it is both installed AND enabled. The second device streams from the same website (BBC iPlayer) perfectly.
    I'm assuming that there must be a registry setting somewhere that is not being reset no matter how many times I change the settings in IE and/or restart the device. I would love if someone could offer some advice that could fix this anomalous behaviour as it is now officially driving me mad!
    Looking forward to some expert hand holding on this...

    Try this fix
    Basically, just run a terminal command to force the recreation of "com.apple.xpchelper.cache":
    sudo /usr/libexec/xpchelper --rebuild-cache

  • Flash CS3 deactivate option not available

    Hi,
    I have a copy of Adobe Flash CS3 Professional installed on my work desktop. I'm soon going offsite for a couple of months during which period I'd be using my work laptop instead. My laptop does not have Flash CS3 on it, so I was hoping of transferring the license to the laptop.
    I read somewhere that I need to deactivate the license on my desktop (using Help >> Deactivate license) before uninstalling it. Unfortunately, I don't see that option in the Help menu at all.
    Could someone please help??
    Thanks!
    Mohsin

    Looks like you might be using a multi-seat (or otherwise non-retail) version. You may have to contact Adobe Customer Support.
    Somewhat related threads:
    http://forums.adobe.com/thread/457835
    http://forums.adobe.com/message/2137381
    Message was edited by: Raymond Basque

  • Can not link flash buttons to other pages

    i cant get my flash buttons to link to any pages. i keep
    getting warning messages. please can some one help

    You have to do this when you create the buttons in DW, or
    when you make them
    in Flash.
    If you want to use Flash for navigation, consider this -
    1. Some people don't have Flash installed - what do they do?
    2. Search engines don't parse Flash links - your site will
    not be spidered
    3. Screen assistive devices don't parse Flash links - what
    will those users
    do?
    4. DW cannot maintain links within a Flash movie, so if you
    move or rename
    a linked file, your navigation will break - what will you do?
    It's usually a very bad idea for these reasons...
    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
    ==================
    "TEEJAY123" <[email protected]> wrote in
    message
    news:fo4scm$1oa$[email protected]..
    >i cant get my flash buttons to link to any pages. i keep
    getting warning
    >messages. please can some one help

  • The Flash Text and Flash Button options have dissappeared

    the Flash Text and Flash Button options have dissappeared in the insert menu in Dreamweaver CS4. They used to be there but not now

    Adobe announced the features they were removing from CS4 a year or so before CS4 launched:
    The ill-conceived Flash buttons and Flash text were among the deprecated features.
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS2C41F19D-502B-4fb5-8A54-4442E2127C84a .html
    Deprecated features
    The following features have been deprecated for Dreamweaver CS4:
    Timelines
    Web services
    Layout mode
    Site Map view
    Java Bean support
    Adobe® Flash elements (Image Viewer)
    Adobe® Flash text and Adobe® Flash buttons
    ASP.NET and JSP server behaviors and recordsets

  • Flash Text and Flash Button options have dissappeared in DW CS4

    the Flash Text and Flash Button options have dissappeared in the insert menu in Dreamweaver CS4. They used to be there but not now

    You need the Dreamweaver forum - click here.

  • Flash buttons work in FireFox but not IE

    Please can someone please take a look and see if they can
    figure it out cos i can't!
    roundshaw (dot) co (dot) uk
    The increase and decrease flash buttons at the top of the
    page works ok in FireFox but not in Internet Explorer.
    Can anyone see what i have missed that stops it working in
    IE?
    thanks in advance for your help.
    Jason

    Hello again,
    Yep, sounds like you've got the general idea.
    hries22 wrote:
    I'm going to start from scratch and give it another go...would you reccomend converting every button to a symbol? Then give the symbols  a mouseover, click, and mouseout?
    I'd take all the elements that make up the button, and convert that into a symbol. Then you can go to labels with your code without worrying about the main timeline. Put all your code on the elements themselves, and not on the symbol instance.
    hries22 wrote:
    Also - and this minor - but is there a way to get a button's mouseover area to recognize transparency? For instance - I'll use a .png with transparency for a button...let's say the T-shirt. I want the mouseover to activate only when the mouse is over the t-shirt, and not over the transparent area around the t-shirt...any thoughts?
    By default, the hit area of a div in HTML is its bounding box. Right off the top of my head, I'm not sure there's a way to change it...maybe someone else can chip in?
    EDIT: here's an old-school way...could be a lot of work: http://www.svennerberg.com/2008/09/imagemap-rollover/
    hth,
    Joe

  • Using own flash button - no link option

    Hey,
    This is probably a really dumb question, but I cannot figure
    out how to link my own imported flash button to a page on my site.
    If I select a button within DW, and click the edit option I'm
    presented with the option of linking the button. If I use my own
    button, clicking edit just puts me into Flash.
    I don't want to use the "getURL" within flash because it
    insists on too many security checks which would really ruin a
    visitor's experience to my site.
    Even in code view there is no hint as to a link referenced,
    so I can't even fudge around with the code!
    Any help would be appreciated.
    Thanks.
    PS.--Adobe: maybe offer a "suggested username" when
    registering for your forums - not really my preferred choice of
    nick, but got fed up after 20 attempts to choose one.

    You cannot apply an HTML link to a Flash element. That link
    must be part of
    the Actionscript.
    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
    ==================
    "Biscuit666" <[email protected]> wrote in
    message
    news:etfnt9$afg$[email protected]..
    > Hey,
    > This is probably a really dumb question, but I cannot
    figure out how to
    > link
    > my own imported flash button to a page on my site.
    >
    > If I select a button within DW, and click the edit
    option I'm presented
    > with
    > the option of linking the button. If I use my own
    button, clicking edit
    > just
    > puts me into Flash.
    >
    > I don't want to use the "getURL" within flash because it
    insists on too
    > many
    > security checks which would really ruin a visitor's
    experience to my site.
    >
    > Even in code view there is no hint as to a link
    referenced, so I can't
    > even
    > fudge around with the code!
    >
    > Any help would be appreciated.
    >
    > Thanks.
    >
    > PS.--Adobe: maybe offer a "suggested username" when
    registering for your
    > forums - not really my preferred choice of nick, but got
    fed up after 20
    > attempts to choose one.
    >
    >

  • Use of flash buttons - not a good idea?

    Hi guys
    I've been advised in an earlier post against the use of flash
    buttons. As someone relatively new to Adobe products I'm interested
    to know how flash buttons don't seem to be supported but flash
    moves or indeed flash websites are in abundance and seemingly have
    no problems, or personally speaking I've not had problems viewing
    such websites in the past. I'm not contending the opinion I was
    given but as someone on a learning curve I think it would be
    invaluable to learn how one works and not the other.
    Also, what would be a suitable alternative to flash buttons,
    I'm considering using jpg images which change on mouse-over using
    javascript.
    Mike

    sigh - i was trying to be nonjudgemental. one may have a site
    where seo is a nonissue and they know that their audience has the
    latest flash-equipped browser (like mine, for example. while i
    choose to not use flash for different reasons, i don't rely on
    search engines as a meaningful source of business and/or leads.)
    quote:
    Originally posted by:
    Newsgroup User
    I'll say it. It's the mark of the amateur, and DEFINITELY not
    a good idea.
    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
    ==================
    "joeq" <[email protected]> wrote in message
    news:gl8igt$am9$[email protected]..
    > not saying they're a good idea or a bad one - but my
    understanding is that
    > flash buttons are a) potentially not accessible to all
    your users, b) not
    > indexable by search engines, and c) more labor intensive
    to update. all or
    > none
    > of these things might matter to you based on the target
    audience of your
    > site.
    >

  • I am trying to do a factory reset on my macbook air, but when I do the command   power button, I am only seeing the macintosh HD option not the recovery hd option previously mentioned.

    I am trying to factory restore my macbook air, I tried following a youtube video performing the option + power button and am only getting the macintosh HD option not the recovery HD option. Is there another way to reset the computer?

    The proper shortcut is COMMAND-R, not  COMMAND-PowerButton. See the following:
    Install or Reinstall Mavericks or Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    OS X Mavericks- Erase and reinstall OS X
    OS X Mountain Lion- Erase and reinstall OS X
    OS X Lion- Erase and reinstall Mac OS X
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • Flash buttons not working in IE7 and Chrome

    Here's my website where the problem is occuring www.bakercreative.co.uk
    As you can see the Flash buttons animate, but when clicked they should go to a new html page.
    I've tested it in IE8 and Firefox without any problems but it's not working in IE7 and Chrome.
    Does anyone know what the problem is? Could it be the html code or the flash file itself?
    Thanks

    Hi, Glad you were able to solve that issue with the buttons and Chrome. Any small thing can cause big problems!! LOL
    I'm sure IE7 will test out ok, IE6 did Your website is very nice and has a variety! I hope it all comes together for you.
    Thanks,
    eidnolb

  • Could not create the flash button because a component of Dreamweaver is missing. Please reinstall Dreamweaver.

    I have Dreamweaver MX 2004 and then upgraded to
    Dreamweaver Studio MX 2004 and decided to upgrade to Studio 8. At
    the time I got the Studio 8 I also upgraded my computer and now my
    purchased flash buttons do not work on my system. I get an error
    message Macromedia Dreamweaver Could not create the flash button
    because a component of Dreamweaver is missing. Please reinstall
    Dreamweaver. We tried uninstall and then reinstall and still no
    fix. My husband tried the software on his lap top and they work
    fine. I did have Contribute installed but uninstalled it . 1. What
    would the missing component be? and 2. Why didn't the reinstall
    work? Thanks for the help. I need to update a couple of sites that
    use the buttons and can't so far. Carol

    you probably have to install the Dreamweaver update so that
    you're on
    version 8.0.2. just search Adobe.com for Dreamweaver update
    and you
    should be able to find it pretty quickly.
    cpt_vom wrote:
    > After a reinstall of Window XP and Drewamweaver ver.8
    I'm running into a
    > problem.
    > When inserting a flash button I get the following
    message:
    > :Could not create the Flash Button because a Component
    of Dreamweaver is
    > missing. Please reinstall Dreamweaver:
    > Not a word about which Componement missing!
    > I have tried to instal Dreamweaver several times but
    without result - same
    > message appears.
    > The button in question is 'FZ Pack 3: Multi Buttons'.
    > I can insert the standard buttons with no problems and I
    have also tried to
    > insert this button on my second PC with succes which
    could indicate a problem
    > with my main PC, maybe something to do to Windows XP?
    > I really would appreciate an solution to this problem
    and hope somebody could
    > help.
    >
    > Kind regards,
    > Kjeld - Copenhagen - Denmark
    >
    >

  • Flash Button not working

    When in design view and choose media--flash button or flash
    text, i fill out the dialog box and save file but all I see when I
    hit apply and OK is a gray box with handles and a f in it. Then in
    browser check it does not show at all? My computer does have flash
    reader as I can see other site's flach elements properly. I
    followed the DW help and an online movie explanation.
    I understand that Dreamweaver can generate it's own flash
    elements such as flash text and buttons.
    What am I missing?
    To read the old tread where there was no resolution search
    for jimkemble as author thanks

    Post the "code view" code that is generated and any other
    code that you have written so we can get an idea of the problem.
    Regards
    Nick Barling
    ww.barkingweb.com

  • DW8 flash button target frame not working

    I'm using DW8 v8.0.2 on Windows XP Home Edition SP1. I have
    created a frameset by doing the following:
    - Select File>New from menu bar
    - Select Framesets category
    - Select Fixed Top, Nested Left in Framesets column
    - Select Create
    Then, I add a Flash Button in the leftFrame and target the
    mainFrame by doing the following:
    - Select Insert>Media>Flash Button on menu bar
    - Select Blip Arrow
    - Set text to Information
    - Set Size to 12
    - Select my information.htm file from Browse button of Link
    box
    - Select mainFrame from Target box drop-down list
    - Enter information.swf as filename in Save as box
    - Select OK
    Then, I select File>Save All
    When I preview in a browser, I select the button & the
    content opens in a new browser window instead of the mainFrame
    frame. The same happens if I select leftFrame as target. However,
    _top, _self, _parent, and _blank seem to work well. I renamed
    mainFrame to contentFrame & it made no difference. I tried it
    in IE and Netscape, no difference, except Netscape is a lot faster.
    Tried text links to do the same thing & they work fine.
    Tried other flash buttons and they behave the same as Blip Arrow
    button.
    Saw several discussions on web & in this forum, but no
    solutions. Searched Knowledgebase, no solutions.
    Saw some attempts at solutions dealing with button code, but
    DW8 creates .swf file & button code is not editable.
    Is there a solution to this problem?

    I've encountered the same problem. This can't possibly be a
    bug ... it's too common a function. I've noticed there has been no
    reply to your posting. Have you figured out the solution from
    another source?

  • I accidently turned voice over on,I've tried triple clicking the home button to bring up voice over options but doesn't work. I can't scroll down to get to Accesibility in genereal even with three fingers.

    I accidently turned voice over on,I've tried triple clicking the home button to bring up voice over options but doesn't work. I can't scroll down to get to Accesibility in genereal even with three fingers.

    This article can show you how to disable it through iTunes on a PC/Mac:
    iOS: Configuring accessibility features

Maybe you are looking for

  • Macbook Pro Mid 2010 (Model 6.2) restarts like cray cray

    Can't believe this is happening... Macbook Pro Mid 2010 Model - Intel i5 2.4GHz - RAM 8GB - GPU NVIDIA GeForce GT 330M So I've seen quite a lot of threads discussing the 'GPU Panic' issue since I first encountered it a few weeks ago. The problem had

  • Windows 7 install issue with Snow Leopard

    Hey Guys! Just upgraded my Macbook Pro (Unibody Late 2008) to Snow Leopard and did all software updates.  I then partitioned the drive to install Windows.  When installing Windows it would only install if I reformatted the partition I wanted to insta

  • Can't Share SQL Server 2000 in Windows 7 Pro

    I had installed SQL Server 2000 in my Windows 7 Professional and use in it in this PC. But Can't Use in my network Group Windows 7 Professional and Windows Xp, Can I Solve This Issue?

  • View display preference for search or spotlight window

    Is there a setting that will allow a search window to display column view? Is there a setting that will keep the view that is chosen or last used?

  • Management of SonicMQ5.0.2 on Solaris(Non GUI)

    Please provide me help regarding management of SonicMQ5.0.2 from console. (Admin.sh file was there in earlier versions but in this version i dont find anything from where i can manage SonicMQ) as i want to install it on a Solaris Machine. one file wi