How to display button when movie ends

Hello!
I made a short movie in After Effects and now I'm trying to add some buttons to it. The movie starts with an intro and when that ends a "continue" button should appear and take you to the next part. My idea was to place a screenshot of the last frame in the next keyframe with a stop() function after the intro and add the button to that but it would be less work to make the button appear the end of the movie using some code I have no idea about I would really appreciate some guidance.

put a stop() in your swf's main timeline last frame and put a continue button on-stage in that last frame.
p.s.  you'll need some coding for that button so it does something.

Similar Messages

  • How to display records when clicking button in alv

    I am using screen painter to create two buttons
    'classical' and 'alv'.
    When i click the first button control should move to
    corresponding classical program.Evan i got the answer
    I am not able to display the "select-options button" in the
    output as in classical report program.
    It displays all records instead of selecting particular records from select-option button.
    So how to display the select option button(i.e in the classical view program) while "clicking the classical button " .
    plz send me the coding....

    hi,
    try this.
    SELECTION-SCREEN BEGIN OF SCREEN 100.
    SELECT-OPTIONS : EBELN FOR V_EBELN MODIF ID G1,
                     VBELN FOR V_VBELN MODIF ID G2.
    SELECTION-SCREEN END OF SCREEN 100 .
    PAI.
    module mod_name.
    case sy-ucomm.
    when 'BUTT!'.
    call selection-screen 100.
    when 'BUTT2'.
    """"your ALV logic"""".
    endcase.
    endmodule.
    if...any doubts revert back.
    Regards
    Sandeep Reddy

  • Hide buttons when movie loads and then show

    I have a movie that loads another video. When it goes to
    video by hitting button
    I can hide buttons underneath.
    When I unload the movie, I need the buttons to show up again
    and clickable.
    I added the onEnterFrame, but makes no difference.
    Can someone help as to how I can bring the buttons back when
    movie that was loaded is unloaded?
    Thank you in advance.

    > onEnterFrame(_root.VideoBtn.enabled._visible = true);
    Where did you find that syntax? It's incorrect, check the
    docs..
    However, I don't why you would do that, all that will do is
    make sure it's never invisible.
    To make the visible again, you do the same thing you did to
    make them invisible -- you set the _visible property to true,
    wherever you are unloading the movie.

  • How to hide buttons when no data found!!

    Hi All,
    I have created two regions
    1. Serach region
    2. Results region.
    Initally when the page loads by using hidden vaiable i am bale to hide the "results regions" once they clik on that serach button i am displaying the region of results region along with teo more buttons as "export" and "print" buttons.
    It is showing fine when data exists under Reulst region.
    But when no data is return i am displaying the message as "No data found" but along with this it is displaying "export" and "print" buutons.
    This buttons needs to display only when the data exists under Results region.
    Thanks,
    Anoo..

    abhishek8299 wrote:
    Use SQL (Exists) in the condition and write an sql statement there.use this
    SELECT
    1
    FROM form1 MF,bench1 BM,
    participant1 PP,key1 KT
    WHERE MF.ENGAGEMENT_ID=BM.ENGAGEMENT_ID
    AND BM.ENGAGEMENT_ID =PP.ENGAGEMENT_ID
    AND PP.ENGAGEMENT_ID =KT.ENGAGEMENT_ID

  • Newbie: How to close pop-up when movie ends

    Hi.
    I'm new to AS3. So please bare with me.
    I am creating a touch screen interactive for a museum. I have a AS2 button opening a AS3 swf file popup (no html). This AS3 file shows a movie. How can I get the pop-up to close down when the move has finished without the use of a button. I have a button option too.
    The movie is an FLVPlayback obviously linked fro an FLV file. (so only 1 frame is showing)
    Any ideas. This is the only thing I can't work out. It's the last thing on the project.
    Thanks for any help.

    Sorry if I've not been clear. I want to leave the AS2 swf open as the main page. The buttton in the AS2 open the AS3 swf pop-up. The AS3 pop-up, plays it's movie. At the end of the movie I want the AS3 to close automatically. then on screen will be the AS2 file, in full screen which was always open from before.
    It's the AS3 i need to close itself after it's movie has been played. So is some script I need help with which will close the AS3 swf file  (in a pop up) after it has finished. eg I want the AS3 to close itself down. Nothing to do with the AS2 window which is always open (behind)

  • How to display item when mouse moves over Column value??

    Hi there
    It would be helpful if you could resolve the following :
    i) I need to display the column 'A' values of my report in a Text field when mouse moves over column B of my report.
    ii) I can able to display the same column value when mouse moves over or onclick happens. but my requirement is something like i have to display the other column value when mouse moves over.
    iii) Also i noticed that, i can able to display the item only on "Display only Item" and not on Text field.
    Any pointers to display my column value in Text field when onclick happens on my report column?
    iv) One more thing that i noticed, i can able to perform onclick or mouse over only on Editable column and not on
    non editable columns.
    Any pointers on how to achieve the same when mouse moves over Non editable column of report?
    Reference: I have created a dummy application (refer the following link), where i can able to display column value Salary on display only item using mouse move Event.
    My requirement: when i click column Ename , the text field should show salary.
    http://apex.oracle.com/pls/otn/f?p=56045:1
    User:guest
    Pswd: apex_demo
    Any pointers on this would be appreciated.
    Thanks
    Vijay

    Vijay,
    If you use Jquery then this should do the trick.
    $(document).ready(function() {
       $(".t20Report t20Standard tr").hover(function() {
         $("#P2_SALARY").attr("innerHTML",$(this).find("td:last input").attr("value"));
    {code}
    after looking at the source of your page it seems that your class for your report region is *class="t20Report t20Standard"* I am not 100% sure but you might have to correct that in the template. I am not sure how the selector will handle the space in the class name.
    Hope this helps,
    Tyson                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to display field when using Query Panel..

    Hello,
    I created a Named Criteria with a bindvariables then I drag the Named Criteria I created to the page with ADF Query Panel, then I drag the VO where the Named Criteria to the page with ADF Form.
    now what I need ..
    I need the Fields in ADF Form (input text....) to be displayed befor I cliked the search button. becasue the page design will appear bad. so how can I dislpay them when the page load.
    Thanks,

    May be you need to update the values of the screen field like:
    DATA BEGIN OF LNA_DYNPF OCCURS 1.
    INCLUDE STRUCTURE DYNPREAD.
    DATA END OF LNA_DYNPF.
        l_total = l_total + S10_QUANTITY.
        LNA_DYNPF-FIELDNAME  = 'S10_TOTAL_PRICE'.   " field name
        LNA_DYNPF-FIELDVALUE = l_total.   " value
        APPEND LNA_DYNPF.
        CALL FUNCTION 'DYNP_VALUES_UPDATE'
             EXPORTING
                  DYNAME               = l_cporg        " your program
                  DYNUMB               = '0100'  " your screen
             TABLES
                  DYNPFIELDS           = LNA_DYNPF
             EXCEPTIONS
                  INVALID_ABAPWORKAREA = 1
                  INVALID_DYNPROFIELD  = 2
                  INVALID_DYNPRONAME   = 3
                  INVALID_DYNPRONUMMER = 4
                  INVALID_REQUEST      = 5
                  NO_FIELDDESCRIPTION  = 6
                  UNDEFIND_ERROR       = 7
                  OTHERS               = 8.
    Regards,
    Naimesh Patel

  • How to show button at the end of slide

    Hi,
    Two new problems below:
    1. How can I show my own button ("next") - that will take to the next slide - around 2 seconds before the end of each slide and after click I will be moved to the next slide.  My button is displayed for the rest of project and slides have different duration.
    2. How can I prevent student from moving playbar button face fast forward? I know I can hide playbar, but I do not want to do this way. I want playbar button face visible, but I want to deactivate playbar forward function.  Is there any solution for that?
    Thanks,
    Pawel

    Hi,
    I will try explain what I need:
    1. I need playbar and I have.
    2. I need button to glow on to show students how far they are and I have.
    3. I do not want students to move forward this button on playbar. I need this button to be uncontrollable by the students. So playbar will be just for information only.
    4. I need button next that will appear at the end of slide. If I have 20 slides I need to put 20 next buttons. Because I would like to speed up my work I try to create this button on first page and then use it on every slide for the rest of project. It will show at the end of each slide for example 2 seconds before or at the end. Now I used action on entry/exit and it works, but every slide I have to configure (on entry, on exit) separatley.
    5. I need to show hints to buttons on every slide. Now I have only on first slide, because my buttons come from smart shape (I set timing for the rest of project).
    Any Idea on making playbar button uncontrollable, showing hints on every slide for buttons, and button next?
    Thanks,
    Pawel

  • How to display LED lights in end of page of ALV(factory method)

    Hello Experts,
    How do I display the LED lights in my end-of-page(red, yellow and green).
    Below is my code:
    METHOD display_end_of_page.
        CREATE OBJECT lcl_grid.
        lv_string = text-t04.
        lcl_label = lcl_grid->create_label(
                      row     = 1
                      column  = 1
                      text    = lv_string
                      tooltip = lv_string ).
        CLEAR lv_string.
        lv_string = ICON_GREEN_LIGHT.
        lcl_label = lcl_grid->create_label(
                      row     = 2
                      column  = 1
                      text    = lv_string
                      tooltip = lv_string ).
        lcl_label = lcl_grid->create_label(
                      row     = 3
                      column  = 1
                      text    = lv_string
                      tooltip = lv_string ).
        lcl_content = lcl_grid.
      ENDMETHOD.                    "display_end_of_page
    Hope you can help me guys.Thank you and take care!

    Hi,
    Use this code for Demo
    *& Report ZMDEMO_ALV_04
    *&Make an Exception field ( = Traffic lights)
    *&There can be defined a column in the grid for display of traffic lights. This field is of type Char 1, and can contain the following values:
    *& 1 Red
    *& 2 Yellow
    *& 3 Green
    *&The name of the traffic light field is supplied inh the gs_layout-excp_fname used by method set_table_for_first_display.
    report zmdemo_alv_04.
    tables: sflight.
    type-pools: icon.
    types: begin of ty_sflight.
    include structure sflight.
    types: traffic_light type c,
    lights LIKE icon_xml_doc,
    lights(4),
    icon type icon-id.
    types: end of ty_sflight.
    G L O B A L I N T E R N A L T A B L E S
    data: t_sflight type standard table of ty_sflight.
    G L O B A L D A T A
    data: ok_code like sy-ucomm,
    wa_sflight type ty_sflight.
    Declare reference variables to the ALV grid and the container
    data:
    go_grid type ref to cl_gui_alv_grid,
    go_custom_container type ref to cl_gui_custom_container.
    data:
    t_fcat type lvc_t_fcat,
    wa_layout type lvc_s_layo.
    S T A R T - O F - S E L E C T I O N.
    start-of-selection.
    perform build_fieldcat.
    perform build_layout.
    set screen '100'.
    *& Module USER_COMMAND_0100 INPUT
    module user_command_0100 input.
    case ok_code.
    when 'EXIT'.
    leave to screen 0.
    endcase.
    endmodule. " USER_COMMAND_0100 INPUT
    *& Module STATUS_0100 OUTPUT
    module status_0100 output.
    Create objects
    if go_custom_container is initial.
    create object go_custom_container
    exporting container_name = 'ALV_CONTAINER'.
    create object go_grid
    exporting
    i_parent = go_custom_container.
    perform load_data_into_grid.
    endif.
    endmodule. " STATUS_0100 OUTPUT
    *& Form load_data_into_grid
    form load_data_into_grid.
    data l_light type c value '1'.
    Read data from table SFLIGHT
    select *
    from sflight
    into table t_sflight.
              o
                    + Condition placing to the traffic_light Field
    LOOP AT t_sflight INTO wa_sflight.
    wa_sflight-traffic_light = l_light.
    MODIFY t_sflight FROM wa_sflight.
    IF l_light = '3'.
    l_light = '1'.
    ELSE.
    l_light = l_light + 1.
    ENDIF.
    ENDLOOP.
              o
                    + Setting the Icon based on the traffic_light field value.
    LOOP AT t_sflight INTO wa_sflight.
    CASE wa_sflight-traffic_light.
    WHEN '1'.
    wa_sflight-lights = icon_red_light.
    WHEN '2'.
    wa_sflight-lights = icon_yellow_light.
    WHEN '3'.
    wa_sflight-lights = icon_green_light.
    ENDCASE.
    MODIFY t_sflight FROM wa_sflight.
    ENDLOOP.
    loop at t_sflight into wa_sflight.
    case l_light.
    when '1'.
    wa_sflight-lights = icon_red_light.
    when '2'.
    wa_sflight-lights = icon_yellow_light.
    when '3'.
    wa_sflight-lights = icon_green_light.
    endcase.
    if l_light = '3'.
    l_light = '1'.
    else.
    l_light = l_light + 1.
    endif.
    modify t_sflight from wa_sflight.
    endloop.
    Load data into the grid and display them
    call method go_grid->set_table_for_first_display
    exporting
    I_BUFFER_ACTIVE =
    I_BYPASSING_BUFFER =
    I_CONSISTENCY_CHECK =
    i_structure_name = 'SFLIGHT'
    IS_VARIANT =
    i_save = 'A'
    I_DEFAULT = 'X'
    is_layout = wa_layout
    IS_PRINT =
    IT_SPECIAL_GROUPS =
    IT_TOOLBAR_EXCLUDING =
    IT_HYPERLINK =
    IT_ALV_GRAPHICS =
    IT_EXCEPT_QINFO =
    IR_SALV_ADAPTER =
    changing
    it_outtab = t_sflight[]
    it_fieldcatalog = t_fcat
    IT_SORT =
    IT_FILTER =
    EXCEPTIONS
    INVALID_PARAMETER_COMBINATION = 1
    PROGRAM_ERROR = 2
    TOO_MANY_LINES = 3
    others = 4
    endform. " load_data_into_grid
    *& Form build_fieldcat
    text
    --> p1 text
    <-- p2 text
    form build_fieldcat .
    data: w_fcat type lvc_s_fcat.
    define macro_fcat.
    w_fcat-fieldname = &1.
    w_fcat-col_pos = &2.
    w_fcat-coltext = &3.
    append w_fcat to t_fcat.
    clear w_fcat.
    end-of-definition.
    macro_fcat 'CARRID' 1 text-c01 .
    macro_fcat 'CONNID' 2 text-c02 .
    macro_fcat 'FLDATE' 3 text-c03 .
    macro_fcat 'PRICE' 4 text-c04 .
    macro_fcat 'SEATSMAX' 5 text-c05 .
    macro_fcat 'SEATSOCC' 6 text-c06 .
    macro_fcat 'LIGHTS' 7 text-c07 .
    endform. " build_fieldcat
    *& Form build_layout
    text
    --> p1 text
    <-- p2 text
    form build_layout .
    wa_layout-cwidth_opt = 'X'.
    wa_layout-excp_fname = 'TRAFFIC_LIGHT'.
    wa_layout-excp_group = '1'.
    endform. " build_layout
    Regards,
    Dhruv Shah

  • How to add button inside move clip and call it from main timeline?

    Hi,
    On the main timeline I  have a movie clip called clock_mc and playBtn
    playBtn is  placed in the center of clock_mc
    When you press playBtn clock_mc starts playing
    playBtn.addEventListener(MouseEvent.CLICK, playClock);
    function playClock(event:MouseEvent):void
        if (event.target == playBtn)
            clock_mc.play();
            playBtn.visible = false;
            trace ("play button was clicked");
    This is working fine for me.
    But I want to add replayBtn to the last frame of clock_mc and set up the function on main Timeline.
    Another words when the clock_mc rich last frame you see replayBtn.
    code example:
    replayBtn.addEventListener(MouseEvent.CLICK, playClock);
        if (event.target == replayBtn)
            clock_mc.play();
            replayBtn.visible = false;
            trace ("replay button was clicked");
    I've tryed to placed the replayBtn on the stage on the main timeline and I've set it up to replayBtn.visible = false;
    And then I add replayBtn.visible = true; to last AS frame of clock_mc but it wont work
    Even when I put the button physically to the last frame of clock_mc it will not work either.
    Please help

    I've solved the problem:-)
    I've set replayBtn.visible = false; on first frame of clock_mc
    and  replayBtn.visible = true; at the last frame
    and than as you sugested I'v add:
    clock_mc.replayBtn.addEventListener(MouseEvent.CLICK, replayClock);
    function replayClock(event:MouseEvent):void
            clock_mc.play();
            trace ("replay button was clicked");
    I couldn't see replayBtn at the firs stage because I have clockTween assosiated with clock:
    clockTween = new Tween(clock_mc, "x", Regular.easeOut, -469,438, .5, true);
    and I had replyBtn in the wrong place so when clock_mc was coming up on the stage replayBtn was on the left side of the stage :/
    Now I have to solve only one thing.
    Maybe you would have any suggestions please.
    I've set up stop(); in a first frame of clock_mc
    that when you see clock_mc sliding in it has to wait for playBtn to be clicked
    because I have two tween:
            clockTween = new Tween(clock_mc, "x", Regular.easeOut, -469,438, .5, true);
            playTween = new Tween(playBtn, "x", Regular.easeOut, -720,514, .5, true);
            playBtn.visible = true;
    so when you click on playBtn:
    function playClock(event:MouseEvent):void
        if (event.target == playBtn)
            clock_mc.play();
            playBtn.visible = false;
            trace ("play button was clicked");
    everythink is working fine except when I clik on replayBtn it play for I sec because there is stop(); on the first frame of clock_mc

  • How to Display a hyperlink at end of video?

    I just posted this in the encoding forum but I am pretty sure
    it is something I will need to do in Flash and not Flash CS3 Video
    Encoder (correct me if I'm wrong!).
    I have videos currently that I have encoded (from avi) to FLV
    using Flash CS3 Video Encoder. It is such an easy program to use
    especially once a template is made. I now need to have at the end
    of the video a clickable button/hyperlink to take the viewer to a
    "Buy DVD" page. How much work will be involved in doing something
    like this? I am very efficient with some of Adobe's software
    (premiere, AE) but have never used Flash (except the mentioned
    stand-alone Video Encoder). Will this be a steep learning curve?
    The FLV files are placed in my html pages using Dreamweaver
    CS3's "Insert>Flash Video".
    Thanks for any ideas/suggestions!

    Are there any tutorials for compressing AVI as FLV within
    Flash? Searching only seems to return results for using Flash Video
    Encoder, not Flash.
    If I can learn how to compress within Flash then I am sure I
    can go from there with making a new chapter to play at the
    end.

  • How to display message when no return values in powershell script?

    Hello,
    I have written following command that returns "Failed" timer job titles for previous day :
    $FailedSPTimerJobs = Get-SPTimerJob | % { $_.HistoryEntries } | Where-Object {($_.StartTime -gt $YesterdayStartDateTime) -and ($_.To -lt $YesterdayEndDateTime) -and ($_.Status -eq 'Failed')}| Select JobDefinitionTitle | ConvertTo-Html -Fragment
    ConvertTo-Html -Body "<font color = blue><H4><B>Report </B></H4></font>$FailedSPTimerJobs " -Title "Test Report" -CssUri C:\style.CSS | Out-File "E:\Reports\Test.html"
    However, I need to display Message ( "There are no Failed Jobs recorded") when records are NULL.
    Would you please let me know how can I achieve this ?
    Thanks and Regards,
    Dipti Chhatrapati

    You could just do something like
    if ($FailedSPTimerJobs){ 
    $FailedSPTimerJobs
    = "There are no Failed Jobs recorded"
    should have been 
    if (!$FailedSPTimerJobs){ 
    $FailedSPTimerJobs
    = "There are no Failed Jobs recorded"

  • How to display buttons from pl/sql?

    I am creating a page from pl/sql. Is there a way to display a html db button from pl/sql? I have looked in htmldb_item and wwv_flow_item but there is no function for buttons. I can of cause make my own using the two gif that the I can se the buttons consists of, but it would be easyer if there were a function some where :-)

    The PL/SQL packahe HTP allows you to output data (HTML etc) that is to be streamed to the browser. Very simply example. Create a dynamic PL/SQL region in HTMLDB and code the following as the contents:
    begin
      HTP.prn( 'Hello World );
    end;So it is fairly simply to add HTML (or other Mime type) contents to a HTMLDB generated web page using custom written PL/SQL.
    However, despite the fact that a button can easily be generated from a PL/SQL proc, a button influences the "processing" of a page. Buttons are used to submit forms, trigger JavaScript and so on.
    Thus you need to think very carefully as to what that custom button is going to do and hook into HTMLDB's dynamic web page and flow processing.. And why you're not using (and bypassing) HTMLDB itself?

  • How to disable buttons when another button is clicked

    I have an application with 5 buttons that each play or pause
    different movieclips. How can I prevent other buttons from playing
    different movieclips when a movieclip is already playing.

    I looked in the help and found an example actionscript. I
    changed the button instance names to the button names in my app. I
    put the actionscript on frame 1 that holds the movieclip being
    played. Here it is
    mycase3_btn = true;
    mycase1_btn = false;
    mycase2_btn = false;
    //button code
    // the following function will not get called
    // because myBtn2_btn.enabled was set to false
    mycase1_btn.onRelease = function() {
    trace( "you clicked : " + this._name );
    mycase2_btn.onRelease = function() {
    trace( "you clicked : " + this._name );
    mycase3_btn.onRelease = function() {
    trace( "you clicked : " + this._name );
    It doesn't disable the other 2 buttons. As may be obvious I
    am new to all but the simplest actionscripts. What am I doing
    wrong?
    thank you for your time!

  • How to send email when resubmission ends?

    Hi experts,
    In my workflow the users want to receive reminder on specific date.
    So when the step arrive to the workplace, the users make resubmission and the step transferred to RESUBMISSION folder.
    On Resubmission date I have to send email to some users.
    The Resubmission date coming must be also the terminating event for the Task.
    There actions must be performed only when Resubmission date coming
    and not if user performs "End Resubmission" manually.
    How can I do this?
    Can anyone help me?
    Thanks,
    Nina.

    Hi Nina,
       You can use dead line monitoring to solve the resubmission problem. I am explaining the scenario I used it for.
    I had to re execute the  agent resolution after a certain date is passed and there were some more conditions to be checked before that. When you activate deadline a new output option is available called "Dead Line Passed". In this output you can use process control type step for making current work item obsolete, this will give control a new output called "Processing obsolete" in this branch you can call send email step and loop back and re submit the work item to who ever you want same person. In my case it has to be next level in approval hierarchy so I just added one level and looped back to decision step for new agent resolution.
    I hope this makes sense. If you give exact scenario I may work out a prototype or simple steps.
    Warm Regards,
    Anuj Nagpal

Maybe you are looking for

  • Defaulting PayScale Group and Level in IT0008.

    The System is configured as that the Payscale Group and Level will get defaulted in IT0008 from the Planned Compensation maintained for the Job. This is working fine for all personnel areas except one. Can anyone pls explain what all tables/SPRO node

  • Problem deleting photos

    I can not delete photos from my pictures. I have tried several times. With tapping the picture and then hitting the delete button, but nothing happens. Does anyone have an idea. Thank you

  • Possible to get the color space and resolution from the .eps file

    Hi all, We have using the InDesign CS3 5.0.4, windows, javascript.  We need to get the color space and resolution of the graphics (.eps) file using scripting. The properties of the image like (actualPpi and effectivePpi will return the value only for

  • LMS 2.6 CTMJrmServer SERVICE Couldn't start

    Dear, I just installed a LMS 2.6 system on a Windows 2003 server, after install and patch install, I fould that the RME couldn't work normally. The inventory job couldn't work, such as archive the configuration, many devices got error message as: CM0

  • Error message BL011: For object FIAA, no sub-object 100 is maintained

    Hi, When I execute asset revaluation transaction (J1AI), the system shows the following error message: For object FIAA, no sub-object 100 is maintained. I have searched this error in OSS notes but I haven't found anything about it. Could you help me?