How to place the animation in the middle of the .html

Hi there,
i have got a question. How to place the whole animation in the middle of the ".html".
Hope you know what i mean.
Benno.

Center the stage follow the four step process below
Code to paste into Stage > compositionReady
//Center the Stage
sym.$("Stage").css({"margin-left":"auto","margin-right":"auto"});
Darrell

Similar Messages

  • Can we stop the process chain in middle of the process ?

    hi experts,
        Can we stop the process chain in middle of the process after scheduled.
        my process chain is like  start--->load>psa>ods1-->further updates--->ods2. In this case I have already scheduled but i want to stop the process how can i. After rectifying the error I want to restart again.
    if it is possible what are the steps we fallow pl give me step by step procedure.
    thanks & regards.
    venkat

    stopping the process chain is pretty simple. you just need to kill the jobs associated to them as mentioned by other folks.
    for restarting, have a look at this blog.
    Restarting Processchains
    there he explains how to restart a stopped process chain.
    Raghav

  • [svn:fx-trunk] 5812: Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information , so the animation would skip immediately to the end.

    Revision: 5812
    Author: [email protected]
    Date: 2009-03-31 11:34:56 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information, so the animation would skip immediately to the end.
    Bugs: SDK-20356
    QE Notes: spark/effects Mustella tests currently hosed, couldn't run test suite
    Doc Notes: None
    Reviewer: Jason
    Testing: checkintests, Mustella effects tests could not be run (post-rename issues)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20356
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimationProperty.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateColorIns tance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateShaderTr ansitionInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/FadeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/MoveInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/ResizeInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Rotate3DInstanc e.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/RotateInstance. as

    Hi
    Can you please try setting up full persmission in the security properties for everyone on the wsconfig folder C:\ColdFusion10\config\wsconfig  and restart ColdFusion Server.
    Swaraj

  • How can I play an animation in reverse only if the symbol that contains the animation is visible? if the symbol is not visible have the trigger no longer target that symbol?

    Hi
    I have a button the does two functions at the same time. it plays a symbol's animation in reverse (in order to hide it) and it slides an element. the symbols animation is triggered by another button (which is not relevant) . So my problem is that if the animation has been triggered first than when the button is pushed the animation plays in reverse, the symbol hides and everything is fine, but if a push the button before that the animation will flash in reverse. SO how can I tell it to only play in reverse when the symbol's animation has run. I know it's an if / else statement but i have no idea how to do it.
    thx

    Here is a case close to your issue:
    if ( sym.getSymbol("Symbol1").$("Text").is(":visible") ) { sym.getSymbol("Symbol1").playReverse(); }
    else { sym.getSymbol("Symbol1").play(); }
    Demo files ==> isVisible.zip - Box

  • How to place footer in oracle 11g with in the "EDIT MARGIN"

    Hi friends,
    I want place the footer each and every page,
    I knew how to keep the footer after "EDIT MARGIN",
    but i want place the footer with in the "EDIT MARGIN" and should act like a "footer section" that should print at the end of the each and every page even
    data is printed more than page.

    should print at the end of the each and every pageEverything in the margin is printed on every page by default. So, I don't understand your problem really. Can you be more specific? What doesn't work?
    If your margin doesn't print on every page, maybe you have a format trigger on the margin field?

  • How do you rip anime dvds with deinterlacing and the same aspect ratio?

    Hi I use clips from anime dvds for a hobby of mine. I have a problem. I can't find the right program or the right instruction to convert my m2v or vob files into crsip clean video clips with deinterlacing and low file space. Is Missing Media Burner the right program? What is the step by step process? If you need anymore detail I will be more than happy to say it. I ripped the clips from MAC the Ripper.
    Hopkins

    Daniel,
    Your first post - and - I wonder how many more to follow?
    Unlesss you have permissions from the copyright© owner of the material you are using for your "hobby" - you are on very dodgy ground.
    If you are a student - working on projects on campus - using the facilities of the University - on found footage - under the auspices of academia - that's different. However, hobby - oh dear oh dear.
    As Shane has quite rightly put - "Hmmmmm...."
    BB

  • How to place a Logo, Picture ..etc in the main body of an email.

    My requirement is to send an email having a logo as the header. The logo must be placed in the main body of the email and NOT as an attachment.
    I have tried out the following but it gives garbage:
    REPORT  ztest_pratik01.
    INTERNAL TABLES
    DATA:
          i_objpack   TYPE STANDARD TABLE OF sopcklsti1,
          i_objtext   TYPE STANDARD TABLE OF solisti1,
          i_objbin    TYPE STANDARD TABLE OF solisti1,
          i_hex       TYPE STANDARD TABLE OF solix,
          i_receivers TYPE STANDARD TABLE OF somlreci1.
    WORK AREAS
    DATA: wa_email_doc TYPE sodocchgi1,
          wa_objpack   TYPE sopcklsti1,
          wa_objtext   TYPE solisti1,
          wa_hex       TYPE solix,
          wa_receivers TYPE somlreci1.
    CONSTANTS
    CONSTANTS: c_x     TYPE flag   VALUE 'X',
               c_u     TYPE char1  VALUE 'U'.
    DATA: v_body TYPE i.
    START-OF-SELECTION
    START-OF-SELECTION.
      PERFORM sub_get_logo.
    END-OF-SELECTION
    END-OF-SELECTION.
      wa_email_doc-obj_name = 'TEST Mail'.
      "Mail Subject
      wa_email_doc-obj_descr
      = 'TEST'.
      v_body = LINES( i_hex ).
    Creating the entry for the compressed document
    *--(1): Creating entry for the Main Mail body text in itab i_objtext
    wa_objpack-transf_bin = 'X'.
      " Starting index(row) For header information in the itab i_objpack
      wa_objpack-head_start = 1.
      " No of lines for the header information in itab i_objpack
      wa_objpack-head_num   = 1.
      " The row(index) of the itab i_objtext from where the Mail Body starts
      wa_objpack-body_start = 1.  "Skipped the first Line
      " The number of lines in the Mail body
      wa_objpack-body_num   = v_body.  "We have two lines from the 2nd row
      " Document type. There are also whole lot of other options
      wa_objpack-doc_type   = 'RAW'.
      wa_objpack-obj_name   = 'LOGO.BMP'.
      wa_objpack-obj_descr  = 'MAIL BODY'.
      wa_objpack-obj_langu  = ' '.
      " In this case one can skip this. Normally ist calculated as
      " no of linex * 255
      wa_objpack-doc_size = v_body * 255.
      APPEND wa_objpack TO i_objpack.
      CLEAR wa_objpack.
    *Building the recepient list
    Receipient information
      wa_receivers-receiver = sy-uname.
      wa_receivers-rec_type = 'B'. "To SAP Inbox
      APPEND wa_receivers TO i_receivers.
      CLEAR wa_receivers.
      wa_receivers-receiver = mail id.
      wa_receivers-rec_type = c_u.
      APPEND wa_receivers TO i_receivers.
      CLEAR wa_receivers.
    Finally Send the Document
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = wa_email_doc
          put_in_outbox              = 'X'
          commit_work                = 'X'
        TABLES
          packing_list               = i_objpack
          contents_bin               = i_objbin
          contents_txt               = i_objtext
          contents_hex               = i_hex
          receivers                  = i_receivers
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    *&      Form  SUB_GET_LOGO
          text
    -->  p1        text
    <--  p2        text
    FORM sub_get_logo .
      DATA: graphic_url(255),
            graphic_refresh(1).
      DATA: graphic_size TYPE i.
      DATA: l_graphic_xstr TYPE xstring,
          l_graphic_conv TYPE i,
          l_graphic_offs TYPE i.
      DATA: BEGIN OF graphic_table OCCURS 0,
            line(255) TYPE x,
          END OF graphic_table.
      CLEAR: graphic_url,
             graphic_table[].
      CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
        EXPORTING
          p_object  = 'GRAPHICS'
          p_name    = 'Z_LOGO'
          p_id      = 'BMAP'
          p_btype   = 'BMON'
        RECEIVING
          p_bmp     = l_graphic_xstr
        EXCEPTIONS
          not_found = 1
          OTHERS    = 2.
      if sy-subrc = 1.
        message e287 with g_stxbitmaps-tdname.
      elseif sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        exit.
      endif.
      graphic_size = XSTRLEN( l_graphic_xstr ).
      CHECK graphic_size > 0.
      l_graphic_conv = graphic_size.
      l_graphic_offs = 0.
      WHILE l_graphic_conv > 255.
        graphic_table-line = l_graphic_xstr+l_graphic_offs(255).
        APPEND graphic_table.
        l_graphic_offs = l_graphic_offs + 255.
        l_graphic_conv = l_graphic_conv - 255.
      ENDWHILE.
      graphic_table-line = l_graphic_xstr+l_graphic_offs(l_graphic_conv).
      APPEND graphic_table.
      LOOP AT graphic_table.
        wa_hex = graphic_table.
        APPEND wa_hex TO i_hex.
      ENDLOOP.
    ENDFORM.                    " SUB_GET_LOGO
    Any Ideas how to do the same???

    Hi ,
    I advice you to raise a OSS Note so that SAP Can suggest what needs to be done in this case .
    Hope my suggestion is helpful.
    Thanks & Regards
    Pradeep Akula .

  • How to make an animation(dancing doll) sync  with the music of a song?

    I have a small animation that contains a doll, that need to be synchronized(doll should dance) with the song that is being played at the background. The song is loaded dynamically and the it should shake according to the music.

    Hi kglad,
        Thanks for your reply!! The issue here is, animation need to be
    synchronized with a wide range of songs, so i am looking for a solution
    which detects the tempo of the song that is being played and doll to be
    synchronized with it....
    Thanks in advance!!!

  • Improve the animation performance (only re-draw the partial background)

    i had an application involving animation. the whole animation is done without any external image files used. all the background and objects are hard coded drawn.
    double buffering technique is used and the 1st code template is as follow:
    paint
         draw_background_image
         draw_foreground_moving_object_at_latest_location
    update
         draw_background_image
         draw_foreground_moving_object_at_latest_location
    A thread calls repaint(int x, int y, int width, int height) where x, y, width and height is the rectangle region form by the object new location and the object old location. however, i stil found my application performance not too good :(
    i was wondering whether i can have the performance of application improved with the following 2nd code template? (i havent implemented it yet since i do not know which API for me to achieve certain tasks)
    paint
         draw_background_image
         draw_foreground_moving_image_at_latest_location
    update
         draw_PORTION_OF_background_image_that_covered_by_previous_moving_object
         draw_foreground_moving_image_at_latest_location
    in that case,
    1. is the 2nd correct way to do animation compared with the 1st way?
    2. if so, do i need to store portion_of_background_image_that_covered_by_previous_moving_object, the x and y location of the covered background image......? what API should i use in order for me to do so?
    thank you very much!
    regards
    yan cheng

    Here's a post from the game forum which will get you started
    http://forum.java.sun.com/thread.jsp?forum=406&thread=417063&message=1844507#1844507

  • How to place TOC into a different frame in an HTML document?

    I'm now using MS Word 2010 to update a document that I originally created in MS Word 2003.
    I want to create a TOC in a separate frame positioned to the left of the frame that contains the text of the document.  Using help from Technet I've been able to figure out how to create the frame.  If I try to create the TOC in the left frame
    I receive an error to the affect that there is no text to process.  If I create the TOC in the main document (right frame) it works fine and you can follow the links to the various headings in the document.  Just what you'd want.  However, when
    I cut and paste the TOC into the left frame the links become broken.  They seem to end up pointing to themselves which I have a hard time figuring out why anyone would ever want such a result.
    The good news is that when the document is saved in HTML it is done in a form that creates an HTML Frameset which the browser displays just as intended.  However, the reason for doing this is to have the TOC entries end up being hyperlinks which allow
    navigation to the corresponding references in the document frame.
    The really perplexing part is that this worked just right in Word 2003.  I hope the problem I'm having now is that I forgot precisely how to properly perform the task.  If not this amounts to just another one of many reasons to regret buying an
    Office Upgrade.  It will definitely be time to abandon Word 2010 and return to using Word 2003 for this kind of work.

    I went back to one of my older systems which has Office 2003 installed.  It couldn't be any easier to do than the way Word 2003 works.  I didn't need any special knowledge.  You just select the "Format" menu item.  Then the
    drop down sub menu contains an item called "Table of Contents in Frame".  You select that and wha-la you get a frame added to the left of the document with a TOC.  Then you save the document as html (I use filtered html as I think that
    removes some MS Word unique tags that a browser doesn't recognize).  You basically end up with 3 files with names as follows:
    your-document-name.htm, which is the file with the frameset that is to be launched by a browser
    contents.htm
    body.htm
    I'm not sure what happens when name duplication is encountered.  In my case since the document contains graphic files, Word creates a folder named "body_files" and places all of the graphics there.  The contents frame contains links that
    can be selected in a browser to position to the referenced text.
    Relearning how it works in Word 2003 was helpful to figuring what needed to be done in Word 2010.  It looks like in Word 2010 you need to customize the "Quick Access Toolbar".  Then you need to hunt through all of the available commands
    where you will find one called, marvelously, "Table of Contents in Frame".  Once you get that command on your toolbar it becomes as easy as it was in Word 2003.
    One has to wonder why Microsoft thinks it is a good idea to make features of prior versions of Word that were so easy to both use and learn so mysterious on a newer version of Word.  It is pure HELL trying to use what is supposed to be an improved product. 
    This applies to their whole redesign for which I can see absolutely no merit.  Possibly a new user, one who's never experienced Office, might like it but I can't imagine that there are many of those with a past history of using Office who like it. 
    And then it is REAL HELL for someone like me who is only an occasional user.  Of course one reason I've become an occasional user is that I've completely given up on Microsoft for this very reason and now use LibreOffice for just about everything. 
    Unfortunately this was a case where I'd done something in the past using MS Word which I couldn't figure out how to do with LibreOffice, so I guess I'll have to give Microsoft credit for something.

  • HOW TO MAKE AN ANIMATION SCENE GO BACK TO THE NAVIGATION?

    I'm creating this animation for a class and I'm supposed to do the following:
    "Build a basic animation that runs for 10 secs and then returns to the navigation area in scene one."
    the highlighted text is what i need to do..can anyone tell me how to do it in Action Script 2.0?!?..thanks..I really appreciate the favor!

    thanks but uhm perhaps i was not specific enough..heres the full assignment:
    Controling the Timeline in a multi scene movie
    Scene one - Build a one frame navigation scene with three buttons. Each button should link the user to one of scenes in the flash movie. Make sure that this scene is paused from the start to prevent the playhead from moving past the navigation buttons in the first scene.
    Scene two - Build a basic animation that runs for 10 secs and then returns to the navigation area in scene one.
    Scene three - Build another basic animation that runs for 10 secs and then returns to the navigation area in scene one.
    Scene four - Build a final basic animation that runs for 10 secs and then returns to the navigation area in scene one.
    Extra Credit -  Add sound to the file that begins as each scene begins to play and that ends when the playhead returns to the main navigation scene.
    I've created the buttons and few scenes but i just want the scenes after playing to go back to the navigation area and maybe you can tell me how to how make sure scene one is paused from the start..thanks

  • How to place User folders on another HD than the system?

    Sorry for this perhaps ignorant question: I am contemplating to get a Mac Pro with two disks. Having heard about speed gains, I am thinking of having the system and applications on one HD and all the users' stuff (folders) on the second. In this respect I have two questions:
    1) do you think this might really help with access speed?
    2) how would I make the system to place the users' folders on the second disk?
    Thanks...

    Leave a "/Users" on the boot drive. Some applications don't like there not being one, even though technically having a symbolic link pointing to another drive should work.
    having your home directory on another drive is easy to accomplish by changing one entry in NetInfo Manager (in /Utilities).
    Find "Users" and click on there and then your own 'short name.' Down below will be "Path" entry as /Users/short-name
    Change that to be /Volumes/vol-name-2/Users/short-name
    where "vol-name-2" is actual name of the other drive or volume.
    I would use some software to copy /Users to the 2nd drive, or create a folder there and copy. And copy your media and data files.
    Might want to leave a small basic home folder /Library just to have one with prefs and such if needed. And always have backups.
    There are a number of sites and books (David Pogue's Missing Manual covers it in less than two pages).
    Gains are two forms. Free up space on boot drive. the system can access two or more drives concurrently without any contention over access or seeks.
    I've always had my home directory on a RAID in this manner (since 5 yrs ago or more when Mike Bombich first mentioned and showed how to do so form the command line).
    http://www.bombich.com

  • How do I show animation of text automatically during the Capture using Captivate 6?

    would like to demonstrate text entry in a web text field but after capture, preview of slide 1 shows the blank text field, slide 2 shows all of the text I typed into text field box all at once, doesn't showing actual typing . Would like slide 2 to show is me actually typing the words into the search box. It doesn't; it just shows all the words at one time.  What am I doing wrong?

    My last answer today, want to go to bed (11pm), very tired.
    Choose Insert, Text Animation. Default style is Aquarium, but if you scroll down in the long list you'll find Typing Text and it is working very well (tested it before answering).
    FMR = Full Motion Recording. When using Automatic Capture, and have a scrolling or dragging movement, CP will switch automatically to FMR and you get sort of a video slide (red line in the axis of the timeline of that slide). A tip: default setting is 16-bit which gives an awful quality, change it immediately to 32-bit (Preferences, Recording, Video Demo - don't worry setting is used both for Video Demo and FMR). It is the only situation where FMR, which was the only video possible in previous versions, is still used. A better quality can be had with the new Video Demo mode for a recording slide but work flow is a bit more cumbersome because you have to stop the Automatic capture (being aware when CP should switch to FMR), then insert a Recording Slide, Video Demo, and then add additional Automatic Capture slides.
    Lilybiri

  • How-To: Place same guides across all slides of the presentation?

    Hi,
    I want to set some guides for element positioning thru out the presentation. But it seems that Keynotes keeps the guides per slide. Is there a way to establish guides which will be visible across all slides of the presentation?
    Regards.

    You can add guides to your master slides, then go to the View menu and select Guides > Show Master Guides in Keynote 6.0.
    In Keynote '09 there isn't a Show Master Guides but as you move an object in your slide, the guide from the master slide will appear.

  • How to place an animation within a button?

    I have been trying to create a pie chart animation where when you click on a pie slice it pulls out and slowly becomes bigger. I would like for the pull out to remain that away until you click on another piece of the pie. How would you go about doing this?

    If you have no idea what that means then you need to learn some basics about the tool you are trying to use.   Unfortunately this is not a school, so you will have to do a little learning on your own.
    The following is the event listener...
         care_btn.addEventListener(MouseEvent.CLICK,fl_ClickToGoToAndPlayFromFrame_2);
    The following is the function that the event listener is trying to be assigned to - but you spell it differently either in the function definition or in the listener - you decide which and fix one to match the other...
         function fl_ClickToGoAndPlayFromFrame_2(event:MouseEvent):void
            gotoAndPlay(1);

  • How to place a JPanel at the center of another JPanel?

    Can anyone tell me how to place a JPanel inside another JPanel? The first JPanel consists of three JPanels each consisting of a label&textfield and are placed using BoxLayout. The second JPanel is a big blank screen. So, i would like to put the first JPanel at the center of second JPanel(horizontally & vertically). The problem is that i don't have any other component. So,if i try to use FlowLayout, i am able to put it at the center(horizontally, not vertically) only on the top edge. I tried to use BoxLayout. But, i couldn't(as i don't have any other elements). I tried to create some blank elements. But, they are messing up the elements of my JPanel. Any cluesssssssss??????????

    import java.awt.*;
    import javax.swing.*;
    public class CenteredLayout
        private JPanel getPanel()
            GridBagLayout gridbag = new GridBagLayout();
            GridBagConstraints gbc = new GridBagConstraints();
            gbc.insets = new Insets(2,2,2,2);
            JPanel p = new JPanel(gridbag);
            addComponents(new JLabel("label 1"), new JTextField(8), p, gbc);
            addComponents(new JLabel("label 2"), new JTextField(8), p, gbc);
            addComponents(new JLabel("label 3"), new JTextField(8), p, gbc);
            JPanel panel = new JPanel(gridbag);
            panel.setBackground(Color.pink);
            gbc.anchor = GridBagConstraints.CENTER;
            gbc.insets = new Insets(0,0,0,0);
            panel.add(p, gbc);
            return panel;
        private void addComponents(Component c1, Component c2, Container c,
                                   GridBagConstraints gbc)
            gbc.anchor = GridBagConstraints.EAST;
            gbc.gridwidth = GridBagConstraints.RELATIVE;
            c.add(c1, gbc);
            gbc.anchor = GridBagConstraints.WEST;
            gbc.gridwidth = GridBagConstraints.REMAINDER;
            c.add(c2, gbc);
        public static void main(String[] args)
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(new CenteredLayout().getPanel());
            f.setSize(400,400);
            f.setLocation(200,200);
            f.setVisible(true);
    }

Maybe you are looking for

  • How to do Sales and Marketing analytics, BIapps

    hi I have to work on BI apps(sales & marketing) my source is coming from siebel9 Plz can any one guide me how to do it. Thanx in advance

  • 5800 Problem after Updating

    Hi My 5800 seems to have developed some sort of problem where it won't connect to the internet (either via Wi-Fi or Orange Internet) - this only seems to have happened since I updated the latest firmware last night (V 21.0.025) To clarify, when using

  • Camera Unlock Button and Volume Rocker Unresponsiv...

    I have experienced multiple issues with the Lumia 900 Camera Button and Volume Rocker. The Camera button should unlock the phone when held down but is often unresponsive even after the update. If you can't unlock the phone from the camera button it p

  • WebTools 2007 - Messaging Set Up

    Hello everyone, Are there any instructions to setting up messaging in WebTools 2007?  I am using patch 4, but cannot find any documentation out there to set this up.  If someone could please point me in the right direction it would be greatly appreci

  • SimpleDateFormat.parse() causes Unparsable date exception

    I am using SimpleDateFormat to both format and parse date strings. The format is working properly, but parse results in the following exception: java.text.ParseException: Unparseable date: "2007-08-31T12:05:05.651-0700" at java.text.DateFormat.parse(