How to SHOW/HIDE a dreamweaver layer from a flash button?

I have almost 2 weeks tying to find a solution for this. Please help...
-How can you SHOW/HIDE an thml-dreamweaver layer from a flash movie button.
My html layer name is LAYER1, and my FlashMC botton name is FLBOT1
Now, what is the actionscript that im suppouse to place in the flash button?
Please respond, Thanks

Adobe removed Flash Text and Flash Buttons from CS4 for accessibility reasons.  Flash buttons aren't web friendly.  And if you use this approach, you'll need to work in Flash because DW doesn't write Action Script for you.
That said, you could do something similar without Flash.
Pure CSS Disjointed Menu Rollovers
http://alt-web.com/DEMOS/CSS-Disjointed-Menu-Rollover.shtml
Pure CSS Disjointed Text Rollovers
http://alt-web.com/DEMOS/CSS-Disjointed-Text-Rollover.shtml
Show/Hide Layers with DW behaviors:
http://www.cbtcafe.com/dreamweaver/showhidelayers/index.html
Walter Zorn's Tooltips
http://www.walterzorn.com/tooltip/tooltip_e.htm
FloatBox Demos
http://randomous.com/floatbox/demo
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
www.alt-web.com/
www.twitter.com/altweb
www.alt-web.com/blogspot.com

Similar Messages

  • How to show screen design in .srf (from Screen Painter) using SDK?

    How to show screen design in .srf (from Screen Painter) using SDK?

    You need to use the LoadBatchActions method of the Application object to load .SRF files.
    John.

  • Is it possible to hide a hierarchal layer from one that is lower in the layer stack?

    In AI CS5 Version 15.0.2 for Windows 7 64-bit; Is it possible to hide a hierarchal layer from one that is lower in the layer stack? I would like to make visible one of the bottom layers and hide a layer near the top that is on a separate artboard.

    Shift click on the mask in the transprency panel and you will add a red x through the mask symbolizing disabling of the mask.

  • How do I hide columns in Numbers from an iPad

    I see the solution for Macs but since an iPad doesn't use a mouse, how do I hide columns in Numbers from my iPad?

    Need more info?? Is it in iBooks? Pages? E-mail? Is it a PDF document? Is it an App?
    Be more specific and we will try to assist you.

  • How can I hide or delete updates from the App Store I am not interested in using?

    How can I hide or delete updates from the App Store I am not interested in using?

    This works for apps you've acquired, but does not work for built-in features.  I am regularly nagged to update Digital Camera RAW Compatibility (currently I'm being nagged about Update 6.03).  I've tried the method described above - the steps are available, but they appear to have no effect.  I think this is perhaps because RAW compatibility is an element of OSX rather than a separate app.  I don't use RAW format with cameras, and have no need for this feature.  Even if I did, I have none of the 13 camera models listed in this update. 
    It is just a nuisance, but if anyone knows how to suppress this I would appreciate instructions. 
    I would also be curious if anyone can explain why on earth Apple would incorporate RAW camera format compatibility into the core of its operating system.  It shakes my confidence in their operating system design.

  • How to Show/hide the UI Elements in a WD Application

    Hi,
    I need to show/hide and control other properties such as required, readonly etc from UI.
    Can somebody please tell me how I can do that as I am able to save and retrieve the fields from another UI, now the need is to apply them once the Application starts.
    Thanks,
    Rachit

    Hi,
    To show/hide UI elements follow below procedure.
    1) define a attribute(VISIBLE in this case) element in the context of type WDUI_VISIBILITY
    2) in the UI element properties(Visible) bind the above attribute with the element you want to make visible/Hide.
    3) call below method to hide the UI element
        wd_context->set_attribute(
         EXPORTING
           name = 'VISIBLE'
           value = cl_wd_uielement=>e_visible-none ).
    4)     wd_context->set_attribute(
         EXPORTING
           name = 'VISIBLE'
           value = cl_wd_uielement=>e_visible-visible ).  for display.
    You have to call these method at the right spot.
    Thanks,
    Sree.
    Edited by: t sree on Oct 16, 2008 3:36 AM

  • Can anyone tell me how to show/hide several layers simultaneously?

    Hello
    Can anyone show me how to  make more than one layer visible or invisible without having to click on each separate layer? - I have more than 100 layers in a drawing, and it is very tedious to keep having to click on each layer individually to hide it or show it. I have just started using Photoshop Elements 13, on an iMac
    Thanks for any advice.

    You can Option click on the eye beside the layer thumbnail icon to hide all but the selected layer(s).
    Option click again to show all the layers.
    Command click to toggle the selected layer visibilty on/off
    To hide multiple layers, select the layers, right click on one the eyes and click on Hide this layer
    Repeat to make the layers visible again.
    You can also click on one the eyes and then drag down or up to hide multiple layers and reverse to make the layers visible.

  • How do I Hide the text printed from a standard Text Element in SAP Script?

    Hi,
    I have created one SAP Script which gets printed from IW33 using a standard print program.
    In config the standrad SAP script is replaced by the zsap script.
    Since the Zscript is printed from a Standard print program, I had to keep all the text elements used by the original(standard) SAP script.
    I only kept the text elemets and commented out the printing part.
    But still some values are printing. How do I hide these text element values?
    I want to delete whatever its printing from these text element. Icant delete the standard text elemetns , otherwise the standard print program will give error.

    Hi,
    I am not printing any text under these text element in my zscript.
    I had to include these standard text elemets as they are called from the standard print program using which my zscript is getting printed.
    for example:
    /E OPERATION
    Under operation i didnot print anything. Still some values which are passed in text element Operation by the print program is being printed in the form. i want to hide/delete these values.
    how do I do that?

  • How to show/hide a form field?

    Hi all,
    Is it possible to programaticlly show/hide a from input field at runtime?
    best

    You can use javascript to achieve this and following is the code I'm using in one of the forms to hide a field when this form is being opened.
    ..after displaying page...
    declare
    v_id number(10);
    begin
    v_id:=p_session.get_value_as_NUMBER(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_ID',
    p_index => 1
    If v_id is null then
    htp.p('<SCRIPT LANGUAGE="JavaScript">
    function get_index(p_name) {
    var i;
    for (i=1; i<document.forms[0].length; i++){
    if ( document.forms[0].elements.name == p_name) {
    return i;
    var j = get_index("FORM_NAME.DEFAULT.FIELD_NAME.01");
    document.forms[0].elements[j].style.visibility="hidden";
    </SCRIPT>');
    End If;
    -Krishnamurthy

  • How to show/hide build in search box in javascript for LightSwitch html clients?

    Hi
    For each collection on content item, there is built-in showSearch button we can add, once the user clicks on the search, a pre-built-in-search-box shows up above the collection so user can search items in the list. How can I show/hide the pre-built-in-search-box
    in javascript?
    Any help will be appreciated
    The built-in showSearch on content item
    The user clicks the search button, and the pre-built-in-search-box shows up to allow user to enter search terms
    jl

    Hi Joe,
    Welcome to Lightswitch forum.
    If you want to show/hide showSearch button, you can execute this line to show the button,
    this.FindControl("showSearch").IsVisible = true;
    Or execute the line below:
    this.FindControl("showSearch").IsVisible = false;
    Please let me know if there is anything that I can do to help.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to show/hide passwords in outlook

    I can show/hide passwords in yahoo but not in outlook. How do I show in outlook

    I'm guessing you can press the little icon to the right of the password field to see the password. I'm using Ubuntu so I don't know what the icon looks like. It should be like a black WiFi signal or something. You should be able to click/hold that to see the password.
    Were you able to show that password before or is this the first time you've tried? You can try to clear the cookies for outlook.com to see if that helps but as far as I know, Windows 8 should be able to show/hide the password.

  • How to show/hide TOC in CP8

    I would like to include a TOC which allows the learner to hide or show it. I added a basic TOC to my project, but don't know how to insert a show/hide function.  Thanks for your help!
    Paula

    This will only work with a TOC in overlay:
    Create a shape button, which you can put on master slides, or time for the rest of the project. It will act as a toggle button to turn TOC on/off.
    Create an advanced or a shared action (the last makes it easier to reuse in other projects):
    Toggle cpCmndTOCVisible

  • How to show/hide invisible characters in Mac Keynote 6?

    How can I show/hide the invisible characters in Mac Keynote 6?

    we call them non printing characters
    this cant be displayed in Keynote, Keynote is a video based presentation application and does not have many typographic tools.
    The sister application to Keynote is Pages which can show non printing characters so you should use that;
    View > show > invisibles

  • Show/hide lots of layer, image swaps and page size

    Hi - I am working on a webpage that requires 39 thumbnails to
    show 39 large
    images when clicked and to also show some text on mouseover -
    take a look.
    http://www.redsea.co.nz/lipitor/slidekit.shtml
    I have been asked to use scrolling divs to house the
    thumbnails and so i
    have.
    I'm working through the image behaviours (up to slide no. 10
    you'll see) and
    I'm wondering if there is a better way to do all this. 39
    rollover show/hide
    layers and image swaps seems very laborious to me, not to
    mention the page
    is getting far too heavy........
    Anyone got any better ideas? (apart from a dynamic page) -
    all thoughts much
    appreciated.
    Also, any other issues spotted around this site please let me
    know, I'm
    supposed to have this finished by monday am..
    Thanks in advance
    Karen

    Yes, I have a better idea. Use the ShowPic extension from
    PVII -
    http://www.projectseven.com/,
    or even do it yourself with the SetTextOfLayer
    behavior in DW -
    http://dreamweaverresources.com/tutorials/settextoflayer.htm
    Either of those would be much better ways, since the page is
    not encumbered
    with the weight of all of the enlarged images UNTIL you click
    on the
    corresponding thumbnail.
    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
    ==================
    "Karen J" <karen@don'tmailmeredsea.co.nz> wrote in
    message
    news:eaeto3$758$[email protected]..
    > Hi - I am working on a webpage that requires 39
    thumbnails to show 39
    > large images when clicked and to also show some text on
    mouseover - take a
    > look.
    >
    >
    http://www.redsea.co.nz/lipitor/slidekit.shtml
    >
    > I have been asked to use scrolling divs to house the
    thumbnails and so i
    > have.
    >
    > I'm working through the image behaviours (up to slide
    no. 10 you'll see)
    > and I'm wondering if there is a better way to do all
    this. 39 rollover
    > show/hide layers and image swaps seems very laborious to
    me, not to
    > mention the page is getting far too heavy........
    >
    > Anyone got any better ideas? (apart from a dynamic page)
    - all thoughts
    > much appreciated.
    >
    > Also, any other issues spotted around this site please
    let me know, I'm
    > supposed to have this finished by monday am..
    >
    > Thanks in advance
    >
    > Karen
    >
    >

  • How to show/hide total based on selected column in column selector

    Hello,
    Is there a way to show/hide the total based on what column is selected in the column selector? Or alternatively to hide the total based on the column selected? I'm using OBIEE 10g.
    Basically, I have a pivot table with a handful of row variables and one measure. Then I allow the user to select the column variable. The default is to have nothing, which I have achieved using the hidden/dummy column trick (Re: How to add new columns by using Multiselect However, if my pivot table is set to have a total, I now get 2 columns that are the same. When the user selects any other choice (e.g. gender), I would want to see Male, Female and the total. Something like this:
    Default:
    Count
    East 10
    West 20
    Total 30
    Gender:
    Male Female Total
    Count Count Count
    East 6 4 10
    West 14 6 20
    Total 20 10 30
    Any thoughts?
    Thanks!

    I recommend using view selector instead of column selector

Maybe you are looking for