How to add click action

I am trying to add an action to my animation. I would like to click on an image and start play from a time on timeline..... I found this http://http://jbkflex.wordpress.com/2011/08/16/adding-events-to-your-adobe-edge-html5-anim ations/which seemed like it may work but when I saved my file no .css file was created.... I am ripping my hair out trying to figure this out.... please help....

Hi there,
That link appears to be broken. I'm not sure what you mean by "no .css file was created". Edge does not directly use .css files.
To add a button action to an object in Edge is straightforward. See this video at the 2:00 mark:
http://www.youtube.com/watch?v=ysReea4yyys
Here's a breakdown of how to add a click event to an object:
1) click the curly braces to the left of the object in the Elements panel. This will launch the code event panel for your object.
2) click the "+" button at top left and select "click", to add a click event to your object.
3) assuming your object is on the root Stage, you can use the code presets at the right of your click event. Click the "play from" button at right of the events panel. This will insert sym.play(1000); which tells the timeline to play from the 1 second mark. You can change the play parameter to a frame label, say "intro", like this: sym.play("intro");
Look at the Edge Animate API for more details on the play method:
http://www.adobe.com/devnet-docs/edgeanimate/api/current/index.html

Similar Messages

  • How to add click event to MatrixLayoutRow

    Hi all,
    I want to add click Event to MatrixLayoutRow, Do you know how to add this Event ?

    Hi there,
    That link appears to be broken. I'm not sure what you mean by "no .css file was created". Edge does not directly use .css files.
    To add a button action to an object in Edge is straightforward. See this video at the 2:00 mark:
    http://www.youtube.com/watch?v=ysReea4yyys
    Here's a breakdown of how to add a click event to an object:
    1) click the curly braces to the left of the object in the Elements panel. This will launch the code event panel for your object.
    2) click the "+" button at top left and select "click", to add a click event to your object.
    3) assuming your object is on the root Stage, you can use the code presets at the right of your click event. Click the "play from" button at right of the events panel. This will insert sym.play(1000); which tells the timeline to play from the 1 second mark. You can change the play parameter to a frame label, say "intro", like this: sym.play("intro");
    Look at the Edge Animate API for more details on the play method:
    http://www.adobe.com/devnet-docs/edgeanimate/api/current/index.html

  • How to add table actions to an Advanced Table programmatically

    We have code in my CO which builds an advanced table dynamically and associates it with a VO. The table comes out looking good - the correct columns and data are displayed.
    I now want to add Table Actions for that particular dynamically created table.
    The code below builds the buttons correctly and they are built/rendered just fine.
    After adding this code to build the FlowLayout bean, add the buttons and associate the it to the TableActions of the advanced table bean, none of the buttons on the page work anymore. Each time I click any button (even if it's a page level button like 'Save' or 'Cancel'), I get the following error:
    +## Detail 0 ##+
    java.lang.NullPointerException
    +     at java.util.Hashtable.get(Hashtable.java:336)+
    I have added debug statements in by CO, but it is never even getting into the ProcessFormRequest
    Below is the code we are using. Can anyone suggest a way to have this flow layout created dynamically like this and not break all button functionality on the page?
    //Create the advanced table
    OAAdvancedTableBean tableBeanP1 = (OAAdvancedTableBean)createWebBean(pageContext, ADVANCED_TABLE_BEAN, null,"Proc1Tab");
    tableBeanP1.setViewUsageName("P100DetailsVO1");
    tableBeanP1.setNumberOfRowsDisplayed(10);
    //Create a new flow layout to be used as the table actions
    OAFlowLayoutBean tableActionBean = (OAFlowLayoutBean)createWebBean(pageContext, FLOW_LAYOUT_BEAN, null, "P1ButtonRegion");
    //Create the "Add Control Group" button for this table:
    OAButtonBean addButtonBean = (OAButtonBean)createWebBean(pageContext, BUTTON_BEAN, null, "P1AddCtrlGroup");
    FireAction FireActionAddGroup = new FireAction();
    FireActionAddGroup.setEvent("AddCtrlGroup");
    Parameter param = new Parameter();
    param.setKey("ProcedureIndex");
    param.setValue("1");
    Parameter[] params = {param};
    FireActionAddGroup.setParameters(params);
    addButtonBean.setPrimaryClientAction(FireActionAddGroup);
    addButtonBean.setText("Add Control Group");
    tableActionBean.addIndexedChild(addButtonBean);
    //Add the table actions bean to the table:
    tableBeanP1.setTableActions(tableActionBean);

    Hello Ashley,
    you are already close to the solution. In BADI QISR1 you simply fill the
    table SPECIAL_DATA e.g.like
      fieldindex = 1
      fieldname = 'FIELD1'
      fieldvalue = 'Value1'
      fieldindex = <n>
      fieldname = 'FIELD1'
      fieldvalue = 'VALUE<n>'
    Then on the Adobe form layout (Adobe Designer), you have to use the table control XFO from the standard library. Here you have to bind then the corresponding column to FIELD1.
    Best regards,
    Simon

  • How to add flash action

    Hi my friends:
      I want to add a flash action to captivate project,but i do know how to add.
      I want to add "getURL("FSCommand:window","closeResult close");" or "fscommand("window", "closeResult close");" to end of the project or last slide.I try to add in the javascript but not run.If we select close project when play ends and public only swf,the flash player will call IE and jump an error.

    I have a Flash Player,if i have the code ,it will close the movie.
    stop ();
    getURL("FSCommand:window","closeResult close");
    or
    stop ();
    fscommand("window", "closeResult close");
    but,if i type the code to end of the movie by open url of file.I find the captivate code is:
    function endMovieFunction(slide)
        var _loc1 = "fscommand(\"window\", \"closeResult close\");";
        getURL(_loc1, "_self");
    } // End of the function
    function endMovieFunction(slide)
        var _loc1 = "\"FSCommand:window\",\"closeResult close\"";
        getURL(_loc1, "_self");
    } // End of the function
    function endMovieFunction(slide)
        var _loc1 = "FSCommand:window,closeResult close";
        getURL(_loc1, "_self");
    } // End of the function
    so my flashplayer is not close the movie.

  • How to add custom action in info view

    <p>We want to add link to each report which redirects user to our page.  </p><p> </p><p>So far we have found: </p><p>On InfoView page, there is listing of info objects(reports, hyperlink, programs) - listing.aspx.<br /></p><p>Actions for each object is defined in object AppActionBean. <br />(actionBeans = Utilities.getActionBeans(config, MainIdentity.EnterpriseSession, MainIdentity.InfoStore, realObj))</p><p>Based on action bean collection, page generates links with action appropriate for this kind of plugin. Especially destination url is genereated using AppAction.Path.</p><p>Unfortunatelly AppAction construtcor is <em>internal</em>, so we cannot add our action this way. </p><p> Is it possible to add custom action, to display hyperlink, which redirects user to our page with report ID as url parameter?</p><p> </p>

    In CE10 we were able to add a new link by editing the xml files.  I assume it would work the same in XI, the xml files are located here ...\Web Content\Enterprise115\appplugins\webdesktop\Plugins\

  • How to add a action to a button?

    I been trying to add a action to thing in my flash but every action i do doesn't work but works for everyone else. I noticed my action screen looks different then all the others i see so i'm sure i'm doing something wrong or something here is what i get. I'm trying to just add a courser to my flash for my game menu screen.
    here is the errors i get:
    i noticed on every tutorial there all the same code to do this but the Action screen looks way different.

    You are posting in the AS3 forum and the errors you are getting are AS3 errors, but the code you are using is AS2.  If you go into your Flash Publish Settings and change it to publish for AS2 you might find it works.  If you have further issues you should post in the AS2 forum.
    As far as the different looking screens go, chances are if you are looking at AS2 tutorials you are looking at older versions/layouts of Flash in those tutorials

  • How to add the action enter  to the textfield in a jdialog?

    I did a login class using a applet it is working very well...but now..i would like to add the action to the textfield when the user press a enter.
    I would like that after that he or she has pressed a enter in the textfield were done the corresponding action, could some body help me please?
    This is my code:
         public void init() {
    AppletContext context;
              URL exitoUrl, fallaUrl;
         try {
         context = getAppletContext();
         exitoUrl = new URL("http://111.23.56.12/page1.html");
         fallaUrl = new URL("http://111.23.56.12/passwordIncorrecto.html");
                   JPasswordField pf = new JPasswordField();
                   Object[] message = new Object[] {"Intr. the password", pf};
                   Object[] options = new String[] {"Intro", "Cancel"};
                   JOptionPane op = new JOptionPane(message, JOptionPane.PLAIN_MESSAGE, JOptionPane.OK_CANCEL_OPTION, null, options);
                   JDialog dialog = op.createDialog(null, "Login");
                   dialog.show();
                   String password = new String("success");
                   String tmp = new String(pf.getPassword());
                   if ( password.equals(tmp) ) {
                        System.out.println("correct password");
         context.showDocument(exitoUrl);
         else {
                        System.out.println("incorrecto password ");
         context.showDocument(fallaUrl);
              } catch(Exception e) {
                   System.out.println("Error exception");
    Thanks in advance;
    Mary

    Hi,
    it is easy: create an entity object for every table and one view object where you select your both entity objects and join them in your select statement.
    Your desired 'confirm' functionality could be achieved with helpp of view object transient attributes - for more information see: http://docs.oracle.com/cd/E21764_01/web.1111/b31974/bcquerying.htm#CHDHJHBI
    Regards
    Pavol

  • How to add custom action for Publishing Tab on Pages?

    I am able to add a custom action for libraries tab on document library , but i am unable to add it on Publishing tab on Pages.
    Below is the code , what i am trying.
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction
    Id="Ribbon.PublishTab.Publishing.CheckLinkedPageItems"
    Location="CommandUI.Ribbon"
    RegistrationType="List"
    RegistrationId="850"
    Sequence="40"
    Title="Move Documents">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition Location="Ribbon.PublishTab.Publishing.Controls._children">
    <Button
    Id="Ribbon.PublishTab.Publishing.CheckLinkedPageItemsButton"
    Alt="Check Linked Page Assets"
    Sequence="40"
    Command="CheckLinkedPageItems"
    Image32by32="/_layouts/images/centraladmin_systemsettings_email_32x32.png"
    LabelText="Check Assets"
    TemplateAlias="o1"
    ToolTipTitle="Check Linked Page Assets"
    ToolTipDescription="Checks each image, document and page linked to from this page and verified if the asset is both working (not a broken link) and published. You may also use that page to publish all unpublished assets at once."
    />
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler Command="CheckLinkedPageItems" CommandAction="javascript:alert('button clicked!);" />
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    </Elements>
    any thoughts?

    Hi,
    Check the secquence number . I don't see any issue in your code. Try with different sequence numbers.
    Did you find this Helpful? Please Mark it So! Thank you. Sachin Kumar

  • How to add new actions in customization setting of user status ?

    Hii All
    I am tring to use user status for blocking the creation of new breakdown notification if one breakdown ntification is already pending on it. I want to set equipment under Breakdown status on equipment  when breakdown notification created on it, but when i check for setting the action in user status customization setting, cannot locate the create notification there action there & also cannot add the same in it.
    Can any body tell me how new action can be added there??
    Regards

    Makarand Gurjar,
    You won't be able to do this with user-statuses.
    See your other [VERY similar post|Blocking of Equipment for Notification creation;
    PeteA

  • How to perform click action on the notification received in windows phone 8.1 silverlight app?

    Hi,
    I am developing a windows phone 8.1 silverlight app , I added push notification service to my app and I am able to receive notifications . 
    My question is when the app is not opened and the notification is received , if the user clicks on the notification it is directly taking to the app ,
    but I want to redirect it to a specific page in my app How is it possible?
    Any help..
    Thanks..
    Suresh.M

    Thanks for your information
    but where to write the rootframe.urimapper  , I think it is in app.xaml.cs , If I write urimapper , how do I know I am navigating from notificaition?
    Suresh.M
    Why you need to know it is from notification? If you must need to know this, try to check deep link
    Best Regards,
    Please remember to mark the replies as answers if they help

  • How to add live action video to the timeline in Adobe Flash CS5?

    Hi, I want to make an animation over live action footage, I've looked on the guides and the ones which explain what I need to do are for previous versions of Flash and don't work on CS5.
    I'm wondering how I can import a video in to Adobe Flash CS5, so that it plays in the timeline frame by frame? I dont mean putting it on one frame so it will play, but so i can edit objects over the top of the flash in each single frame
    Thanks.

    So are you saying that you cannot embed the video directly into the main timeline (I don't use CS5) as you could with earlier versions?
    Overall I wonder if you are using the wrong tool for the job. Flash is not a video editor and attempts to use it as such often fall short. Adobe After Effects or even a simple video editor may work better:
    http://www.adobe.com/products/aftereffects.html
    If that is not an option... how about
    .... embed video directly into main timeline... or
    ... convert video file to .swf, then import .swf... extending timeline as needed..... or
    ... if vid is short, do frame grab for each frame, save as bitmap, import the series of bitmaps, place them on layer below animation... or
    but to keep the video synced to the animation, you'll need to set the Flash doc frame rate to exactly the same as the original framerate of the video. For example, if shot in mini-dv format, the frame rate of the video is 29.97 so the Flash doc frame rate would need to be 29.97 also.
    Best of luck,
    Adninjastrator

  • How to add custom actions to the Settings page for a Document Library?

    I want to add a custom action under General Settings on the Document Library Settings page (listedit.aspx). So I added a new SharePoint 2010 "Empty Element", and put this code in the Elements.xml file:
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction
    Id="MyClassName"
    Sequence="999"
    GroupId="GeneralSettings"
    Location="Microsoft.SharePoint.ListEdit.DocumentLibrary"
    Title="My Link"
    Description="My description here"
    Rights="ManageWeb">
    <UrlAction
    Url="~sitecollection/_layouts/MyProject/MyPage.aspx"/>
    </CustomAction>
    </Elements>
    I found the GroupId and Location here: http://msdn.microsoft.com/en-us/library/bb802730.aspx but I am starting to wonder if this documentation is for MOSS2007 rather that SP2010
    as it says.
    What am I missing?
    Any help or hint would be greatly appreciated!

    Hi Henrik,
    Can we add above custom action in our custom group like General Settings?
    I have tried for that but it is not working.
    I have tried as follows
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomActionGroup
    Id="LibrarySettings.MyGroup"
    Title ="My Group"
    Sequence="1000"
    Location="Microsoft.SharePoint.ListEdit">
    </CustomActionGroup>
    <CustomAction Id="Custom.Configuration.ListCustomSettings"
    GroupId="LibrarySettings.MyGroup"
    Location="Microsoft.SharePoint.ListEdit"
    RequireSiteAdministrator="FALSE"
    Sequence="100"
    Title="Library Admins">
    <UrlAction Url="_layouts/15/LibrarySettings.aspx?List={ListId}" />
    </CustomAction>
    </Elements>
    But custom group is not created in list settings
    Any idea what I am missing here?

  • How to add an action after closing a ModalInternalFrame?

    Hi folks
    I created a ModalInternal Frame:
    tableMif = new ModalInternalFrame(
      getString("ifikPatList"), this, tableP);
    tableMif.putClientProperty(CLOSE_ON_F1, true);which is being closed when I push F1. But additional to this, I want some other code being executed at this point.
    What do I have to do?
    Obviously I need to add some kind of listener which reacts on pushing F1, but I have no clue what type of Listener I need to use, much less how it has to look like.
    I'm glad for hints, which let me solve this "problem" for myself
    Thanks in advance
    Edited by: rueh on Oct 8, 2008 5:16 AM

    One additinoal qeustein - How to place the generated tab somewhere on the View? Now it's just placed at the bottom...
    This qustion is answered - I just have to change the root element for cl_wd_dynamic_tool=>create_table_from_node

  • How to add auto-action video under text

    hi all,
    does anyone have any experice how to implement any auto-action to a video which is lying under the entire text (as a background)?
    I would be happy if someone could explain how to do this.
    we´ve released a hardpaper book for children, and we would like to release an interactive version of it with some small nice animations that are running in the background of the entired text.
    is this possible anyhow?
    thx
    danny

    So are you saying that you cannot embed the video directly into the main timeline (I don't use CS5) as you could with earlier versions?
    Overall I wonder if you are using the wrong tool for the job. Flash is not a video editor and attempts to use it as such often fall short. Adobe After Effects or even a simple video editor may work better:
    http://www.adobe.com/products/aftereffects.html
    If that is not an option... how about
    .... embed video directly into main timeline... or
    ... convert video file to .swf, then import .swf... extending timeline as needed..... or
    ... if vid is short, do frame grab for each frame, save as bitmap, import the series of bitmaps, place them on layer below animation... or
    but to keep the video synced to the animation, you'll need to set the Flash doc frame rate to exactly the same as the original framerate of the video. For example, if shot in mini-dv format, the frame rate of the video is 29.97 so the Flash doc frame rate would need to be 29.97 also.
    Best of luck,
    Adninjastrator

  • How to add "Click to see more" inside the same page

    Is there an easy way to "hide" some of the content in a page so that the reader can "Click here" to load the hidden content inside the page? I've tried Spry Accordion and Collapsible Panels but it seems like some browsers won't show this well. Any ideas? Anyone?
    Thanks!
    Hanna in Tahoe

    You could look at the jquery framework to show and hide a div:
    http://papermashup.com/simple-jquery-showhide-div/
    You can do a google search for 'jquery show hide content' and you'll find quite a few other articles/tutorials on how to do this.

Maybe you are looking for

  • How to change value of Delivery Priority field (VBAP-LPRIO) after Delivery

    HI, I want to modify the value of Delivery Priority(VBAP-LPRIO) based on the delivery quantity modified (LIPSD-G_LFIMG)as per availability of credit limit. Is there any user exit available for this ? Thanks in Advance, Nitin

  • Max. no of columns in ALV Excel download

    I've a problem regarding the download of data from alv report's that have more than 99 columns. I have searched the forum but couldn't find a right answer. It is being done by standard option and not by custom functionality is there any way where we

  • S700 table updation

    Does anyone have an idea when does S700 table gets updated ??? What is the program used to update S700 table.pls help me out

  • Include authority check in PM User exit

    Dear all, Is there any user exit for adding an authority check object in IW31 transaction program? Kindly advise. Thanks.

  • Simple upgrade question : CS3 to CS5

    Which serial number do i pop into the box?...okokok, I'm overtired, maybe this is obvious... Do I use the one that came on the CS5 upgrade package?...will that read my last version of photoshop and just install?... Do I use the SN that came on my upg