Actions not working in Edge animate

can someone please tell me why when i try to trigger an action on Edge animate it come up with [Press enter to finish code] then will not let me enter? no matter what i try it will not insert the code!

You should double click the stage in your example above for the action to be accepted in the code window. The same applies for any code you want to add - you need to double-click on the last element chosen.

Similar Messages

  • Click action wont work in Edge Animate

    I dont know why but my click action wont work with my button. Any help is appreciated.
    * Adobe Edge Animate Composition Actions
    * Edit this file with caution, being careful to preserve
    * function signatures and comments starting with 'Edge' to maintain the
    * ability to interact with these actions from within Adobe Edge Animate
    (function($, Edge, compId){
    var Composition = Edge.Composition, Symbol = Edge.Symbol; // aliases for commonly used Edge classes
       //Edge symbol: 'stage'
       (function(symbolName) {
          Symbol.bindElementAction(compId, symbolName, "${_button}", "click", function(sym, e) {
             // insert code for mouse click here
             // Navigate to a new URL in the current window
             // (replace "_self" with appropriate target attribute)
             window.open("http://www.sunbgi.com/thesundifference.html", "_self");
          //Edge binding end
       })("stage");
       //Edge symbol end:'stage'
    })(jQuery, AdobeEdge, "EDGE-711263155");

    I think its a z-order issue, the button is not even getting a click event. I triggered the click event from the console on your site manually using: $("#Stage_buttonCopy").click(); and that works correctly.
    Also, I tried setting the z-index to 10 (just for testing) - $("#Stage_buttonCopy").css("z-index", 10); then the click events are fired. You can check your composition and assign an appropriate z-index as required.
    You might have also noticed that the mouse pointer is not changing even when you hover over the "Learn More" button even after setting - cursor: pointer. It indicates that the mouse events are not reaching the element.
    -Dharmendra

  • Actions not working in Edge CC 2014?

    Hi all,
    My Edge Animate CC 2014 is up to date, and now I can't add an action to the timeline.
    I want to add an action at the end of the timeline to replay the animation.
    It used to be called Complete, and then I had to change Play from to 0000.
    There is a new looking screen that pops up when I try to do this. It has code in a tiny screen that I have to scroll, and I can no longer change the 1000 to 0000.
    What has happened here?
    How do you do this now?
    Thanks for any help.

    OK So I have found the answer. There is a new interactive screen for Actions in Edge. (I liked the old one, it worked fine!)
    After several goes, I got it to work.
    Instructions here: Edge Animate Help | New features summary

  • Phonegap plugins not work with edge animate CC 2014

    I have been using edge animate to create mobile apps with phonegap and until now everything was ok.
    Now I updated edge (edge animate CC 2014.1 release) and when I build in phonegap, the plugins (e.g Dialogs) does not work.
    Is there incompatibility between edge animate CC 2014 and phonegap or is something missing ?

    Thank you very much for the responses.  The url: http://www.edgedocks.com/content/2014/10/edge-commons-update-animate-20141 resolved the problem.  It was a simple fix.

  • Typekit fonts not working after Edge Animate project is published

    Hi, I have added Myriad from Typekit to a Edge Animate project and after applying the font it looks great and even when I 'View in Browser' it works fine.
    My problem is after publishing, the font defaults to it's fallback font (Serif-Sans) overtime in every browser.
    Am I missing a step in the process of publishing?

    Hi Nathan,
    I'm sorry that you ran into trouble with this.  The fonts may not be loading because the published website uses a different domain name than your development site.  Please make sure you have added the published/live domain name to the domain listing on your kit.
    To add domains, go to https://typekit.com/account/kits and launch your Kit Editor. Click Kit Settings in the upper right corner and add your domain to the domains field, then save your settings. When you're done, republish your kit.  The fonts will be available on the new domain within a few minutes of republishing.
    If that doesn't solve the problem, would you share the project URL so we can take a look?  If you don't want to post it on the forum, you can email Typekit Support directly at [email protected]
    Thanks!
    -- liz

  • Promise.done not working with Edge Animate CC(2014)

    I have a trigger with code at a label named 'swipe' that is called with promise.done.  I am using Edge Commons sample code I found half way down the page at at  http://www.edgedocks.com/edgecommons
    Anybody know why promise.done doesn't work anymore?  It had worked in the previous Edge Animate version.  Is there a workaround?
    var targetContainer = sym.getSymbol("content");
              var promise = EC.loadComposition("page05Key_upgraded/keyboard05.html", targetContainer);
              promise.done(function(comp) {
              var stage = comp.getStage();
              stage.$("Stage").swiperight(function(){
              sym.play('swipe');
              stage.$("menuGroup").click(function(){
              sym.play('swipe');

    Thank you very much for the responses.  The url: http://www.edgedocks.com/content/2014/10/edge-commons-update-animate-20141 resolved the problem.  It was a simple fix.

  • Working with Edge Animate and Muse CC

    Hi,
    I have just published a website to the Business Catalyst server via Muse for testing (link below) and noticed that the Edge animation i have included in the website doesnt work in Internet Explorer 8 as it doesnt support HTML5, do you have a work around for this and if so how do i implement it?
    Look forward to hearing from you.
    http://hooperdesign.businesscatalyst.com/

    i'm from orgin an php wordpress developer and im trying to make an muse site now to...
    and it is a pain in the *** xD.
    no control over css or html, so im starting to regret this
    but you can just render it as web in edge animate wit hthe iframe checked. than place in in muse by object > insent html and insent is as iframe.
    <iframe src="/folder/index.html"></iframe>
    warning, you can not see anything of iframe in preview mode, you have to completely render is as html and manualy open it to see the change....
    i really like edge animate but im starting to hate muse

  • Working With Edge Animate and Business Catalyst

    Does anyone work with a site with incorporates Edge Animations that is hosted on Business Catalyst?  I am asking because my Edge animations run fine on my page on preview in browser but do not run at all when uploaded to BC.  Here is my script:
    Thank you.

    If you are working with your Business Catalyst site in Dreamweaver, I know you can publish from Edge Animate to an .oam file, then insert this into your BC site in Dreamweaver using Insert > Edge Animate Composition.
    Just make sure to upload both the edgeanimate_assets folder and the actual project folder, or else it will not work.
    If you are not going through Dreamweaver, you should still be able to utilize the animation; however, you would just need to (a) make sure the <!--Adobe Edge Runtime--> code gets put into the <head> of your BC site, (b) upload all the necessary files (i.e. the .js files and any assets), and (c) correctly reference their locations in the code.
    e.g. if you upload the Index_Desktop_Animation_2_edgePreload.js file to the root of your site, you would need to change the src="/Index_Desktop_Animation_2_edgePreload.js" to make sure the file would load properly.

  • Muse will not preview with edge animate

    Once I have published my Edge content I place it in Muse and then try to preview it using the preview button.  It will not work.  I preview my work using the Edge Animate previewer and it plays just fine.  I play the HTML file in Firefox and it works.  I have scanned the web for two days without any luck to a solution.  Thank you in advance for any help.

    responded to your another thread, Muse will not preview Edge Animate File

  • Letter-spacing will not decrease on Edge Animate

    I need to add a line of code since it will not decrease the letter spacing to -20px. It only increases on Edge Animate. I was told to add this line of code below -
    sym.$("Text2").css("letter-spacing", "-20px");
    but couldnt find CompositionReady of the Stage actions. There are files like filename.html, filename_edge.js, and filename_edgeActions.js
    Which file above should I add a line of code to?

    Sorry I should also have mentioned that you cannot reduce the size of the spacing to less than the minimum it has. 0 is the minimum spacing. Maybe kerning would be acceptable.
    You can test that here:
    Tryit Editor v2.0
    Just use different number and see if it makes a difference.
    You will also notice that edge does not allow negative spacing in the text tool which confirms what I mentioned above.

  • Muse not translating my edge animate buttons properly

    So i created my animated buttons inside of Edge.  When i preview in browser all is well.  The animation is correct, as are my links.  For some reason when I place into Muse Template, I loose the hyperlink. The animation looks good, its just not taking me to the proper page.  I would be quick to say that I made an error inside Animate, as I am pretty new to it.  However, being that it works properly in the browser, I am believing that the error is within Muse.  Thanks in advance for any helpful tips. 

    responded to your another thread, Muse will not preview Edge Animate File

  • Cross browser testing : Modifier Keys playback actions not working in chrome and Firefox

    Hi,
    In my work flow I have to select multiple items in list.So I have recorded 'Ctrl+Click' action to select list items.In Chrome and Firefox it is not selecting multiple Items.
    Even Ctrl+A,Ctrl+C,Ctrl+V also not working in chrome and Firefox.Complete modifier keys support is not observed in chrome and Firefox.Let me Know how to automate modifier keys actions in cross browser?
    Regards,
    Nagasree.

    Hi Nagasree,
    Welcome to MSDN forums.
    First,please make sure the Chrome and Firefox is supported by cross browser testing.
    Latest version of Chrome and Firefox supported by cross browser testing are Chrome version 38.0.2125.111 and
    Firefox 33.
    I doubt whether Chrome and Firefox in cross browser testing don’t support automating modifier keys or there is anything wrong on it if you are using supported browser. Since this issue is related to the Extensions tool
    Selenium components for Coded UI Cross Browser Testing, if possible, I suggest you post this
    issue here, click “Q AND A”, and then you could post this issue there, you would get dedicated
    support there.
    Thanks for your understanding.
    Best regards,
    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.

  • Actions not working in illustrator cc

    I've a list of actions that I've created in illustrator cs6, now that I'm using CC they're not working any more.
    I get the message e.g. 'the object move is not available' or 'the object reflect is not available'.
    Does this mean I have to recreate all of my actions again?
    I'm using CC on OS X version 10.9.3 on a macbook retina
    Thanks!
    Eric

    Hello Dhirendra,
    I've recreated all my actions in AICC 2014, because the ones I created in
    AICS weren't working.
    When I test the AICC 2014 newly created actions in AICC 2014 they seem to
    work fine.
    When I restart my computer and open AICC 2014 again and use the actions
    they don't work. Please find attached a screenshot.
    They default AICC 2014 do seem to work, so I'm not sure what is the problem.
    Any help is much appreciated as I rely on my actions
    Best,
    Eric
    BoomArtwork
    Concordiastraat 68
    Studio 116
    3551 EM Utrecht
    The Netherlands
    +316 421 551 18
    www.boomartwork.com
    <[email protected]>[email protected]
    The shop <http://www.society6.com/boomartwork> is open! Get your
    BoomArtwork prints here <http://www.society6.com/boomartwork>
    Want to stay updated?
    Subscribe to the newsletter here <http://www.boomartwork.com/subscribe>
    Or follow me on:
    Linkedin <http://www.linkedin.com/in/ericvandenboom> - Twitter
    <http://twitter.com/#%21/boomartwork> - Facebook
    <http://www.facebook.com/pages/boomartwork/218661868146> - Behance
    <http://www.behance.net/boomartwork> - Instagram
    <http://instagram.com/boomartwork>

  • Smart Actions not working properly after software update

    My Razr updated 2 days ago and since then my Smart Actions are not working properly. 
    I have my Work action set to turn the volume down when I'm at a certain GPS.  It shows that "Work" is active, but doesn't turn the volume down.
    Also, there are times (since I've owned the phone) that it will not connect to the network after coming off a Wifi Connection without rebooting the phone.  I took it into a Verizon store and they did a hard reset, and that fixed it for a time, but it started doing it again. 
    Any help appreciated.

        Hi mcclainkb, Let's make sure your phone works as you expect it to! Have you tried removing the Smart Action and setting it back up again?  Are your other GPS services working as normal?  After the hard reset performed in the store did you install all of the same application that you had before?
    Thank you,
    YaleK_VZW
    Follow us on Twitter @VZWsupport

  • Over State and actions not working with buttons in Flash cs4

    Hi - I am working on a Flash file and some of the buttons in the document are not working.When I test the movie the hand cursor appears when I hover over the buttons they don't change colour (as specified in the over state) and the actions don't work. Not sure what is going on here as I created other buttons in the same document the same way and they work fine. Thanks in advance.

    If you remove the code from the buttons do they react properly to a mouse over interaction?
    What is the code that is in place?

Maybe you are looking for