Is there a concept similar to OnEnterFrame in Edge Animate?

I have been experimenting with EA for a couple of days and seems very pronising.
I am doing a slider and I want to paused when the user rollover the stage, but not inmediately. If there is an animation playing (i.e. a slide moving in) I want to allow the slide to finish its animation an then stop (not showing th next slides).
When the user rollover the mouse I can get the position on the timeline, but how I tell EA to play until a certaing positon (when the current alide finishes mooving in) and then stop?

Joel, Thanks.
Reading some posts on the old forum gave me an idea that worked.
In case someone else have the same question here is my solution:
1. ON COMPOSITION READY (stage)
var isPlaying = true;
2. ON MOUSE OVER (the stage)
// insert code to be run when the mouse hovers over the object
var pos = sym.getPosition();
sym.$("pos").html("Position: " + pos);
if(pos < 6986) {
          var duration = 6986 - pos;
          isPlaying = false;
if(pos < 12018) {
          var duration = 12018 - pos;
          isPlaying = false;
if(pos < 17250) {
          var duration = 17250 - pos;
          isPlaying = false;
3. ON MOUSE OUT
isPlaying = true;
sym.play();
4. ON THE TIMELINE at times = 6986, 12018 and 17250  (the times that are of interest in my case:
if(!isPlaying) sym.stop();

Similar Messages

  • Is there a better way to deal with Edge Animate CC's library management?

    I haven't been using Edge Animate CC for very long, but I already have a huge list of complaints.  Although I could go into detail about features that seem to be missing from my version of Edge (just a quick example, all of the tutorials I've seen have a quick code insert feature on the right side of the code dialog box that my version doesn't seem to have, or even have the option for turning on), right now I want to focus on Edge's HORRENDOUS LIBRARY MANAGEMENT.
    So I created the following animation which I have put into an iframe:
    The issue I had on the first draft of this project was that I (perhaps naively) thought that there would be an option to actually re-size the pictures on export.  There wasn't, and so my original version was really, really large, took way too long to load, and needed to be updated. For the second version, I reduced the size of the pictures and made them JPEG files (some of the originals were - quite unnecessarily - large PNG files) and reduced the quality so that they were all under 10KB.  Of course, I had to rename the files and re-import them to Edge's library. This is where my problems started.
    You see, edge will put the files into a folder marked "images" when you publish them in a folder, so I just assumed (NOT UNREASONABLY) that the resulting animation would pull from the images folder.  It worked fine in the preview, so I pushed it via FTP, only to find that all of the original files (which were not in the new animation) were pushed to the new "images" folder.  The only library management that you get in Edge is apparently looking for the file in the folder you designate as the "Library" folder, so deleting these images out of the "Images" folder makes not one bit of difference. That should have been my first clue that something was rotten in Denmark, to use a Shakespearean metaphor. After removing these files and publishing my banner again, suddenly the new images weren't showing up. They were clearly in the "images" folder on the FTP server, but they weren't showing up in the animation.  So I inspected the banner on the site, only to find that rather than point to the images folder, they are in fact pointing to the library folder. WHY DO THE PUBLISHED IMAGES POINT TO THE "LIBRARY" FOLDER THEY WERE PULLED FROM INSTEAD OF THE "IMAGES" FOLDER THAT THEY'RE PUBLISHED TO? I added a new file tree that mimicked the folder structure and put the images in a mock "library folder" and now the animation works again. 
    The library management in this program is just plain awful (I can't stress this enough), making it a chore for experienced users and a red-hot rage-keyboard-pounding mess for everyone else. And the worst part, there doesn't seem to be any explanation from Adobe on why it is this way.
    I am really not looking forward to the next time I have to use this program at work.

    I'm not sure that's any easier. It would be nice if Edge gave you a(n obvious) way to re-link files, but it even fails in that respect.
    What would be better is if I could just point Edge to my FTP site and put the library on there. It would solve so many problems... failing that though, some sort of library management option set needs to be implemented in this software. I try to practice appropriate file management, but I hate having to be punished with an extra twenty minutes of work for one little mistake.

  • Concept similar to ServletContext available for WD?

    Hi,
    in standard J2EE web applications there is the ServletContext (als known as the predefined JSP-variable application) which can hold application specific data that can be accessed by any user session as long as the web application is running. In J2EE web apps I frequently use the ServletContext as a shared cache for certain data read from a database.
    Now I wonder if there is something similar available for WD java applications.
    My understanding is that a controller context within the root component of the WD application does not do the job, because the root component is instantiated on a per session basis.
    Is there any concept similar to a ServletContext available for WD applications?
    If not is there a best practice how to simulate such a concept?
    Regards,
    Sven

    Dear Sven,
    I have done some investigation on this topic. Due to the fact that one shouldn't access the HttpRequest in a webdynpro application, consquently one shouldn't access the underlying Servletcontext as well.
    In order to store data in memory for usage as e.g. valuehelp content like in a project i am working on there are 2 possibilities:
    1) implement a portal service that holds the cache in a private member variable, but provides accessor methods for it.
    public class ContextService implements IContextService{
    private IServiceContext mm_serviceContext;
    private Properties mm_applicationCache;
    Generic init method of the service. Will be called by the portal runtime.
    @param serviceContext
    public void init(IServiceContext serviceContext){
      mm_serviceContext = serviceContext;
      CrtClassLoaderRegistry.addClassLoader(this.getKey(), this.getClass().getClassLoader());
    public Properties getCache(){
    return mm_applicationCache;
    tro call the Service in WD.
    ====================
    IContextService portalservice=(IContextService)WDPortalUtils.getServiceRefrence(IContextService.KEY);
    portalservice.getCache();
    2)  the second solution (which i am not going to implement) is using Entity Beans, that hold the Applicationcontext Information. you would access these with SessionBeans (preferrably stateless) that in turns are used as Webdynpromodells (Command bean approach).
    best regards,
    Juergen

  • I need to translate a flash program with many pages to edge animate CC. Is there an easy way top build new pages, so that you can jump from one page to another withion the same file?

    I have only seen in all the examples in books and on the net that edge animate works on one page only. Maybe I hve not fully understood the concept, but in flash it was easy. Perhaps there is also an easy way in edge animate?

    You can either make a symbol for each page in the same composition or you can use edge commons composition loader to load several compositions into the same composition which serves as a container.

  • I have a 160GB Hard Drive in my MBP and use VMWare Fusion and had a 60GB Virtual Machine running Windows XP. Deleted the Virtual Machine and CANNOT find the 60GB space I desperately need!  Anybody out there with a similar problem?  Help!

    I have a 160GB Hard Drive in my MBP and use VMWare Fusion and had a 60GB Virtual Machine running Windows XP. Deleted the Virtual Machine and CANNOT find the 60GB space I desperately need!  Anybody out there with a similar problem?  Help!

    Thanks - Of Course the first thing I checked and did.
    Disc Utility reads as follows:
    Capacity : 159.18 GB (159,182,127,104 Bytes)
      Format : Mac OS Extended (Journaled)  Available : 11.47 GB (11,472,896,000 Bytes)
      Owners Enabled : Yes  Used : 147.71 GB (147,709,231,104 Bytes)
      Number of Folders : 139,540  Number of Files : 511,832
    Activity Monitor(Disc Usage) shows something quite interesting.  Mac HD and Ramanan (Main User) - My hard drive is only 160GB!  Would the retired engineer gentleman please note as well.  Many thanks. Rams

  • ActionForward(somepage, true). Is there any thing similar to this in JSF.

    I want to open a new window for onlineHelp
    When I click on Help link i want to open a new window to show the appropriate help file. (instead of opening index page of help file)
    For this I store the URL in properties file and when the HELP LINK is clicked,. i check for the keyword of the page in properties file and get the value for that key and say
    return new ActionForward(somepage, true) in struts. (where somepage="some url" )
    I want to achieve this in JSF.,
    Is there any thing similar to this in JSF.

    In JSF, you need to have all your navigation mapped out in the faces-config.xml (similar to the struts-config).
    I use h:commandLinks with the target attribute set to _blank to open pages in a new window.                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Is there a similar function in Edge Animate that is similar to the draw path function in After Effects?

    Is there a similar function in Edge Animate that is similar to the draw path function in After Effects?

    No, I'm afraid not.  However, you can drop a clip from in to out into the timeline and the hit CMD+R and grab the end, changing the length of the clip to fit in the space that you need by speeding up the clip.
    Hope that helps.
    Andy

  • Is There Any Component Similar To JFileChooser To Save Information In File

    Hi All,
    I have an application in JSP where I need to save the some information from my jsp page into a file.Like JFileChooser opens the required files, is there any component similar to JFileChooser to "save" the information into a file???
    Thanks In Advance,
    Anupama M

    That's easy :) You can write it yourself.
    Imagine you've a List<Dto> where each DTO represents one row. Create a StringBuilder (or StringBuffer if you're still not at Java 1.5) and append each row value to it. Eventually add separators (comma, semicolon, etc) to it. After each row, eventually add a newline. On the end, stream the contents of the StringBuilder to the HttpServletResponse#getOutputStream(). Don't forget to set the headers accordingly.

  • Hi my wife uses micro soft office to do her wedding stationery etc and we have recently bought an iMac.can anyone tell us if there are any similar or better programs for a mac

    Hi my wife uses micro soft office to do her stationery for weddings etc. We have recently bought an imac and was wondering if there are any similar or better programs out there for a mac.thanks

    John Galt wrote:
    In no particular order,
    LibreOffice (donation-supported)
    NeoOffice (free)
    OpenOffice (free)
    In addition to the above I also recommend Apple's Pages ($19.99). I use OpenOffice and Pages and have been completely Microsoft - free for over a year now. Life is better without Microsoft.
    Just an FYI John, NeoOffice is no longer free, (but it is cheap at least)

  • Is there a product similar to Zenworks

    ZenWorks still exists and it integrates just fine with AD, as long as you point it at LDAP.  The functionality that you are referring to is still in the imaging server portion, but it's kinda rejigged a little bit and works a bit differently but the core of what you are referring to still exists and works.  Anyhow, ZenWorks 11 is what we're using. 

    Back in early 2000's we used Zenworks Basic, free version, if I recall correctly the name. We'd make a snapshot of PC before and after making any changes to it (e.g install an app, etc.), then Zenworks records the difference between the two snapshots, we created an object based on this difference, and then can push the difference to computers. Each computer had an agent installed and would pull the object during login and install whatever the object was responsible for (e.g. install an app, etc.)
    This Zenworks product is long gone and we miss it tremendously. Is there another product similar in functionality and simplicity that will work in AD environment? Thanks.
    This topic first appeared in the Spiceworks Community

  • Is there some technology similar to WEFT for Fiirefox

    Hi,
    I need some font to be embedded in my webpage. I used WEFT which works properly in IE but not in Firefox. I am wondering "Is there any such similar technology for Firefox?".

    sIFR: http://en.wikipedia.org/wiki/Scalable_Inman_Flash_Replacement

  • Is there any class similar to CL_GUI_FRONTEND_SERVICES for WD4A?

    Hi SDN.
    I am want to give same functionality i.e. present in CL_GUI_FRONTEND_SERVICES such as create directory, create folder file etc in a web dyn pro.
    Is there any class similar to CL_GUI_FRONTEND_SERVICES for WD4A?
    If there no similar class then please tell me the alternative way for solving above problem.
    This is would be of great help.
    Regards,
    Rahul.

    To download a file on desktop you can use method  of class" cl_wd_runtime_services"
    cl_wd_runtime_services=>attach_file_to_response(   ). I have provided a code to download a file to desktop.It may help you to gain a good understanding.
      call transformation ('ID') source tab = itab_sflight[] result xml xml_out.
      CALL FUNCTION 'CRM_IC_XML_STRING2XSTRING'
        EXPORTING
          INSTRING         = xml_out
      IMPORTING
         OUTXSTRING       = content.
      conv_out = cl_abap_conv_out_ce=>create( encoding = 'UTF-8'  ).
      DATA: lv_filename TYPE string.
    * attach the first file
      conv_out->convert( exporting data = xml_out IMPORTING buffer = content  ).
      cl_wd_runtime_services=>attach_file_to_response(
        i_filename  = 'Sales_order_release.xls'
        i_content   = content
        i_mime_type = 'application/msexcel'
        i_in_new_window = i_in_new_window
        i_inplace       = i_inplace ).

  • I have lupus and am extremely photo sensitive.  I have a filter on my laptop screen that blocks out 99% of UVA and UVB rays (otherwise I have very bad flareups).  Does anyone know if there is a similar filter for the iPad?

    I have lupus and am extremely photo sensitive.  I have a filter on my laptop screen that blocks out 99% of UVA and UVB rays (otherwise I have very bad flareups).  Does anyone know if there is a similar filter for the iPad? I have searched, but still have not found anything.

    Here's one http://www.mobilefun.com/28385-martin-fields-screen-protector-twin-pack---apple- ipad-3-ipad-2.htm
    There are others if you do a Google search using ipad screen protector block uv rays
     Cheers, Tom

  • Every version of firefox 6 won't open, I just get that crash report. Every time this has happened I reinstall firefox 5 which works fine. Anybody out there have a similar problem, any help would be appreciated

    every version of firefox 6 won't open, I just get that crash report. Every time this has happened I reinstall firefox 5 which works fine. Anybody out there have a similar problem, any help would be appreciated

    I had this issue. I went to c:\program files (x86)\Mozilla Firefox\
    I renamed my plugins folder to plugins.old.
    It recreated the Plugins folder and all was good again. I have since reinstalled the plugins I've been prompted to install.

  • I s there any concept relating to Schema in HFM?

    Hi Peers?
    Please guide me is there any concept in HFM relating to Schema? The purpose of this?Where to use?Why?

    Hi Lee!
    I'm thinking to use 1260 AP.
    As I know now, there is some antennas which can operate in this temperature range : from  -30° to  +70° C.
    It is AIR-ANT5160V-R for 5GHz range:
    http://www.cisco.com/en/US/docs/wireless/antenna/installation/guide/ant5160v.pdf
    And AIR-ANT2506 for 2.4GHZ range :
    http://www.cisco.com/en/US/docs/wireless/antenna/installation/guide/ant2506.html
    But these are high gain antennas. I need to cover just little outdoor coffe
    Because I never tried this, I can't predict interoperability with 1260 AP also.
    Thanks for your time, answer and opinion guys !

Maybe you are looking for

  • Find line no in sap script page

    In sap script there are five pages to be printed I want to check in each page the first line exists or not. as well as to identify the first line of each page. How to get a line number for each page in Sap script Please revert back asap Thanks

  • [info only] 2.6.33.3-2 nvidia-96xx freezes - errors

    I started noticing some strange freezes in Stumpwm today.  At first I suspected stump since I just started using it recently but then kde did the same thing upon reboot. The system would start freezing for a while, lockup (no keyboard input), graphic

  • Flat file to XML Document

    Hi, I have a requirement where i have to process a flat file and create an XML document out of it. This XML is turn has to conform to schema. Can this be done in ODI? If yes, what is the knowledge module I should be using to achieve this? Further, ho

  • HT204053 HELP PLEASE !!!

    Hello everyone i recently got myself an iphone4s off ebay and it came with another apple id on it the problem is that it will not let use my own apple id it says that it reached the maximum number of users on it can someone please help????

  • Top 5 customers and others

    how to implement a chart that shows the top 5 customers in a pie chart and then have a special slice that accumulates all the remaining customers.