Click elsewhere on the page starting lineup

Hello

I'm desperately in vain trying to start an animation built with edge animate, clicking on a < div >, on an html page. I tried several methods, described in this forum discussions but nobody seems to work, and also all different.

So my question is finally is it possible to do something like this:

1 detect a click on < div class = "my_div" > Hello World < / div >

2 start my animation.

Thanks a lot.

Roman

Hi, Romain -.

It is certainly possible to do even if the div is located the project Animate.  What you can do is to refer to the project of your own JavaScript using the AdobeEdge.* API.  For example:

var myComp = AdobeEdge.getComposition (MY_COMP_ID);

myComp.play ();

Hope that helps!

-Elaine

Tags: Edge Animate

Similar Questions

  • When I click on the next page the page starts by fuzzy

    I created links for pages / section of the presentation... somehow the page starts our fuzzy then after 3-5 seconds he sharpens.  Is there a way to only his strong as soon as you click on the next page?

    Its how DPS process (read) PDF format of folio. No way to change this for now.

  • Explorer 8 resizes by clicking anywhere on the page

    I use a Toshiba A-205 with 2 gig of ram windows vista home preimium and all other standard periphierals and updates.
    Since I received the laptop everytime I use explore when I click anywhere on the page of the window will be low size itself or restore it's self without warning. The big problem is that it will not always it.
    I talked to Best Buy, where I bought it and they will be only reformat the hard drive (for a cost of course) but other than that the tech have no idea what the problem is.
    Someone outhere have an idea?
    I dragged the window to fit, but this does not appear to have solved the problem.

    Thanks in advance

    Fuzzy164

    Hey,.

    Have you tried another browser?
    In my opinion, Internet Explorer 8 is a bit slow so I m using Mozilla Firefox. I can really recommend this browser.

    Is - this alterative for you?

  • Had to click twice on the page of the ADF

    I have a page in the ADF in which are some text entry fields and selectBoolenRadio fields, select a choice to enter the list of values. This form starts with all the fields in the disabled state and the user must click on a button to activate the fields to change the data. When the user clicks this button, nothing happens, when you click it once again, the action is call. I followed the beforePhaseEvent to this page and I noticed that at first (when the user makes the first click), the ADF jumps directly to RENDER_RESPONSE and when the user makes the second click, the ADF pass for all the steps correctly. I don't know what else to do to solve this problem. Please help me.

    First of all, why not use af:commandButton instead of the toolbar button?

    and the method that you use reload the entire page which is not a good practice to load the page everytime

    Place just partial relaxation on the form fields to refresh the fields (no need for this method)

    have you tried true immediately on the button?

    Ashish

  • make image change depending on what the words are clicked without reloading the page

    So I got ideas for my web page laid out and I finally started to build it and got stuck in a field. I wanted to make two boxes side by side... a text and the other with only the large images that changes depending on what text in the other box is clicked. I wanted this to happen without the page loading in fact once again. I saw something similar to it on ensmp.fr below the navigation on the left. I don't know this is a kind of script that I'm not familiar with, but if anyone has any ideas on how to do this please let me know. Thank you.

    Behavior of SetText of DW is a way to get there. By clicking on a word in
    the text box to rewrite the HTML code in the area of the image to load a new image.
    Perhaps more simply, this would also be very easy to do with Swap Image of DW
    behavior. Click the text, and this image swaps into another image.

    Do some homework by studying two of these behaviors and what you can do
    with them.

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    ==================

    "This is a test" wrote in message
    News:g74ndu$SOH$1@forums. Macromedia.com...
    > Then I got ideas for my web page laid out and I finally started
    > construction
    > It and got stuck in a field. I wanted to make two boxes next to each
    > other...
    > with the text and the other with only large images which changes according to
    > what
    > text in the other box is clicked. I wanted this to happen without
    > the
    > actually load the page again. I saw something similar to it on
    > http://www.barackobama.com below the navigation on the left. I'm sure he
    > implies some kind of script that I'm not familiar with, but if someone
    > has it all
    > ideas of how to go about doing this please let me know. Thank you.
    >

  • Synchronization of audio text more user click to advance the page

    (CP 5.5) I have pages with separate text elements that I want to synchronize with audio. I want users to go to the next page in a click at their own pace. Here's my dilemma:

    1. I can synchronize text CP with the audio objects, but timing page seems to be dictated by the time of page, and is not an option "click to move"; OR
    2. Can I import PPT slides, for which there is an option "click to move" page set of CP, but I can't handle PPT text lines to fit the timeline audio, as lines of text PPT are not recognized as separate objects. Actually, my PPT hours previously synchronized are ignored in favour of a cascade of delay of 1 sec.

    TIA,

    Wayne

    If you only want to pause after all audio slide is over and the text captions appear? Just add a button (or click box) on the blade and make sure you have his suspension point, after the appearance of the last text caption and after the end of the audio clip. It's your choice: a button will be visible to the user, sometimes I add a click box covering everything from the slide and ask the user to click on the slide when you are ready,.

    Lilybiri

  • Order of focus in the page start, with icons

    I'm doing a menu with icons on a start page.

    Let's say I have these clickable icons:

    [A] [B] [C]

    [D] [E] [F]

    [G] [H] [I]

    A, B, C are in a HFM.

    D, E, F are in other HFM.

    G, H, I in another separate HFM.

    Some examples so that you can understand my pain:

    -Imagine that we focus on the 'E' right now and scroll us down with the TrackBall. In a normal menu, one would expect the focus on "H". But, in this situation, because they are not inside the same manager, the system out of his manager and will focus on the first field of the next Manager, witch is here 'G '. This is not what I want.

    -Imagine that we focus on the 'E' now and scroll us right with the TrackBall. In a normal menu, one would expect the focus on 'F' 'E' and 'F' are inside the same manager, the system will focus on the other field which is here 'F' This is what I want.

    Now, here's what I want:

    I've set up a Visual menu with icons where users can scroll through one icon to another. My problem is that when I scroll upwards or downwards in the menu, instead of going to the next icon slot, it just goes to the first icon to the next handler.

    I tried this code...

     Field SelectedField = getField(getFieldAtLocation(x, y));
    

    Is there a way to loop in non-gestionnaire field?

    Here's the complete substitution

       protected boolean navigationMovement( int dx, int dy, int status, int time ) {      int direction;
    
          // DX -> Positive means going RIGHT, negative means going LEFT      if ( Math.abs(dx) > Math.abs(dy) ) {         if( dx > 0 ) {            // x += 1            direction = RIGHT;         } else {            // x -= 1            direction = LEFT;   }     // DY -> Positive means going DOWN, negative means going UP      } else {         if( dy > 0 ) {       // y -= 1     direction = DOWN;  } else {     // y += 1     direction = UP;         }      }
    
          Field FieldWithFocus = getLeafFieldWithFocus();      Screen active_screen = getActiveScreen();      int scrHeight = active_screen.getHeight();
    
          switch(direction) {         case DOWN:      for(int y=0; y < scrHeight; y++) {               int x = FieldWithFocus.getLeft() - (FieldWithFocus.getWidth()/2);               Field SelectedField = getField(getFieldAtLocation(x, y));               if (!SelectedField.equals(FieldWithFocus)) {                  SelectedField.setFocus();          }            }       break;     case UP:            for(int y=scrHeight; y < 0; y--) {               int x = FieldWithFocus.getLeft() - (FieldWithFocus.getWidth()/2);               Field SelectedField = getField(getFieldAtLocation(x, y));               if (!SelectedField.equals(FieldWithFocus)) {                  SelectedField.setFocus();           }            }       break;         case RIGHT:            for(int x=0; x < scrHeight; x++) {               int y = FieldWithFocus.getTop() - (FieldWithFocus.getWidth()/2);               Field SelectedField = getField(getFieldAtLocation(x, y));               if (!SelectedField.equals(FieldWithFocus)) {                  SelectedField.setFocus();               }            }     break;         case LEFT:            for(int x=scrHeight; x < 0; x--) {           int y = FieldWithFocus.getTop() - (FieldWithFocus.getWidth()/2);          Field SelectedField = getField(getFieldAtLocation(x, y));         if (!SelectedField.equals(FieldWithFocus)) {             SelectedField.setFocus();          }      }             break;                       }
    
             return true;      }   }
    

    Someone has a method to change the order of control within several managers focus, so you can help me.

    I finally was able to develop a solution. Boolean th table defines where are my items, as a game of battleship. If (0.1) == True then an object is supposed to be there on the screen.

    /**
    We need to buid a multidimensional to define table of Boolean where are our fine objects in focus
            
    Button
    Index (index table)
    |
    V
            
    0 | T T T T T
    1. T F F F F
    2. F F F F F
    3. F F F T T
    ---------------
    0 1 2 3 4<- hfm="" index="" (first="" index="" in="">
            
    ex:
    If (bool_objects [0] [0]) {}
    Code here...
    }
            
    **/
    final boolean [] [] bool_objects = {}
    {true, true, false, false},
    {true, false, false, false},
    {true, false, false, false},
    {true, false, false, true},
    {true, false, false, true}
    };

    Now, assuming that we have this chart, we need code so that each button works:

    protected boolean navigationMovement (int dx, int dy, int, int time status) {}
    System.out.println ("Focus" + coord [0] + "," + coord [1] + "") ");"
    If (Math.abs (dx) > Math.abs (dy)) {}
    If (dx > 0) {direction = RIGHT ;} else {direction = LEFT ;}}
    } else {}
    If (dy > 0) {direction = down ;} else {direction = UP ;}
    }
                    
    int coordx = coord [0], coordy = coord [1];
                    
    {Switch (direction)}
    box BOTTOM:
    for (int y = coordy + 1; y)< bool_objects[coordx].length;="" y++)="">
    If (bool_objects [coordx] [y]) {}
    Coord [1] = y;
    BMP [(5*y) + coordx]. SetFocus(); break;
    }
    }
    break;
    case to the TOP:
    for (int y = coordy-1; y > = 0; y-) {}
    If (bool_objects [coordx] [y]) {}
    Coord [1] = y;
    BMP [(5*y) + coordx]. SetFocus(); break;
    }
    }
    break;
    case RIGHT:
    for (int x = coordx + 1; x)< bool_objects.length;="" x++)="">
    If (bool_objects [x] [coordy]) {}
    Coord [0] = x;
    BMP [(5*coordy) + x]. SetFocus(); break;
    }
    }
    break;
    case to the LEFT:
    for (int x = coordx-1; x > = 0; x--) {}
    If (bool_objects [x] [coordy]) {}
    Coord [0] = x;
    BMP [(5*coordy) + x]. SetFocus(); break;
    }
    }
    break;
    }
    Returns true;
    }

    This code is catch the movement of the trackball and check if an object exists in this direction. If so, then setFocus on it, nothing else.

  • How to click to exit the page?

    How can I leave a page, when the screen is fully extended?

    Press F11 to return to normal mode, or you can move the mouse on top of firefox, and the bar out

  • Type the cursor when I click anywhere on the page (this is not in the other, probably something I changed the subject: config)

    There is a screenshot: http://img35.imageshack.us/img35/73/problemfirefox1.png

    Hello, please press F7 to exit the caret navigation mode - then the behavior should be back to normal...

  • The speakers click when the fan starts and stops Equium A100-147

    I recently bought the 100-147 satellite and noticed that a click comes from the speakers (or headphones or external speakers) when the fan starts up and even when the fan stops. Sometimes it s quite remarkable, other times not so remarkable.

    Everyone can hear that click? If it's normal, I can live with that, otherwise I will return it for repair. Any comment please?

    In addition, it seems slow at startup and shut down. Put into service takes 2 minutes and 35 seconds, and stop to 33 seconds. Is this normal bearing in mind, it is running MCE? I have loaded additional software such as Itunes, Nero, Office 2000, Photoshop 5.0 etc.

    Thank you for reading.

    Clicking noise when the fan starts or stops turning is not uncommon. On my satellite a similar sound will appear when the fans begin to turn or the HARD disk starts to spin.
    Then worry about don t, I think its OK.

    The start-up procedure can take several times when a lot of applications and software to load at the beginning. Equium A100 seems to be one of the newer laptops, and I assume that different applications Toshiba load at the beginning.
    Also an Antivirus applications could extend the startup procedure.

    You might try testing something. Disable the antivirus of loading at the beginning and check if the laptop will start faster.

    It s even with stops. All background processes that are run in the context of the operating system should be closed until the laptop shuts down completely.

  • Cannot connect to YouTube, the page will not load.

    I use version 28.0 and I cleared my cache, cookies and history of the browser. I can watch a video on Youtube, if a direct link and sometimes access to the site itself, but I can't log on my YouTube account. When I click on login, the page tries to load until I finally exit out of it and give up. After this point, I can not access the real YouTube website. I am able to connect to any other site, I've tried, including Facebook and my Gmail. I have no problem with this in my torch/Google Chrome or Opera browsers.

    I added Firefox on my programs that can both through Windows Firewall and have run Malwarebyte scans s, Windows Defender, and SuperAntiSpyware. What can I do to fix this? Y at - it a plugin that I missed resettlement, because I had to uninstall and reinstall Firefox from scratch recently, or is there something else I'm missing?

    The problem seems to have resolved itself somehow. I didn't do something different after trying to solve this problem, far backward at the beginning and running a couple of analysis between the two then and now you can find the usual cookies of my sites which had been cleared when I complained about this problem in the first place. I really hope that it does not start again.

  • Initially Web pages load very slowly, but are a lot faster if I stop and reload the page

    Whenever I have initially load ANY page of a Web site, the first page really takes a lot of time to load. All pages of this site is loading very quickly thereafter. I also noticed that if I stop the loading of the page, immediately after my first click and then click on reload, the page loads almost instantly. I am currently using Firefox 20.0.1, but this problem has occurred for a while... at least as far as Firefox 19. According to my research, I've tried a bunch of suggested solutions, but nothing helps... including: off hardware acceleration, don't select any proxy, disabled ABP, etc.. Any other suggestions would be greatly appreciated. Thank you!

    Hello stw203, maybe try to reset all the related settings in your network configuration. enter Subject: config in the bar firefox address (confirm the message information where it appears) & are looking for any preference, starting with the network in bold (= set of users) - do a right click and put these entries to their default value.

  • Can't move a page "Starting Windows"

    My daughter portable computer is running XP and it gets only so far that the page "starting Windows."  We have tried to start in safe mode, in the "last good known Configuration", and nothing works.  All the questions and answers tips I could find on this problem assumes that I have not tried these, and I.  We cannot go beyond the start page.  Any ideas?

    Hello

    1. have you done any change in software on the computer lately?

    I recommend to follow the methods in the article below and see if you can boot to the desktop.
    Reference:
    How do I recover from a corrupted registry that prevents Windows XP startup
    http://support.Microsoft.com/kb/307545

    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • When I click on firefox Web page size of postage stamp and does not load. How can I fix?

    I was not able to use firefox to get online, because when I click on it the page is only the size of a large postage stamp and disappears when I try to click on it to make it bigger. What can I do about it?

    The main window of Firefox has sometimes "off screen" somehow. You can often force it to appear on the screen by right clicking on the thumbnail image floating above the taskbar and choosing expand them. Does it work?

    A possible cause for this is when the file that stores the positions and sizes of window is corrupt. You can delete this file and Firefox will return to the standard window size/position.

    #1 method: If you can get a zoomed window:

    Open the settings folder (AKA Firefox profile) current Firefox help

    • button '3-bar' menu > '? ' button > Troubleshooting Information
    • (menu bar) Help > troubleshooting information
    • type or paste everything: in the address bar and press Enter

    In the first table of the page, click on the view file"" button. This should launch a new window that lists the various files and folders in Windows Explorer.

    Leave this window open, switch back to Firefox and output, either:

    • "3-bar" menu button > button "power".
    • (menu bar) File > Exit

    Pause while Firefox finishing its cleanup, then rename xulstore.json to something like xulstore.old. If you see a file named localstore.rdf, rename this to localstore.old.

    Launch Firefox back up again. Windows normally appear again?

    #2 method: If you can not get a Firefox window for all:

    Close Firefox by right clicking the icon in the taskbar > close this window or close all windows.

    Using the Run dialog box (windows key + R) or the start search bar menu type or paste the following and press Enter to drill down to the profiles folder:

    %APPDATA%\Mozilla\Firefox\Profiles
    

    Here you can see a folder - in this case, double-click that - or more than one case - in this case, double-click on in what looks like the most recently updated.

    Scroll down and rename xulstore.json to something like xulstore.old. If you see a file named localstore.rdf, rename this to localstore.old.

    Launch Firefox back up again. Windows normally appear again?

    Then, to re - light bars, you can use one of the following methods to view the list of the toolbar, and then select the desired bars it:

    To activate the menu bar, toolbar bookmarks or other bars, click it in the list.

  • Why don't my arrow touches work to scroll to the bottom of the page?

    when im on fb or hotmail, I can't scroll down using the arrow keys or the side scrolling, but it seems to work on this page

    Try to click somewhere on the page (not on a link, of course), and you should be able to.

Maybe you are looking for

  • At the request of sending Mail?

    Is there a method in iOS or OS X, for planning to send e-mail later?  (Could not find a better Forum to post... Please notify)

  • How to put multiple avi into one?

    I BOUGHT THE CAMILEO S20 YESTERDAY AND I REALIZED THAT WHENEVER I HAVE TO RECORD A VIDEO, IT CREATES A NEW AVI.IS IT POSSIBLE TO CONNECT ALL AVI AND ONLY A DVD OR AVI?

  • Start-up problems: EMachine Vista

    I don't know if this has happened to many others, but about a month after I had upgraded to service pack 2, a few days later that my computer had some kind of seizure (don't know exactly what happened, but my monitor freaked out, thick black lines ru

  • ads guide do not install win7

    Guide to the shows ' ads Guide will be obsolete in less than 3 days. Choose the download for the latest version... ». When I click on download, a box comes up and says download completed successfully. However, all the slots for all channels shows "no

  • Error of NDP Metrics

    Does anyone know what means this error? I get whenever I click update values under project settings, after you attach a spreadsheet that has named cell ranges to match the year 1-5 metric IDs.  BasePhase ofFiscal yearIDNo basisBefore the launchYear 0