How to implement animation effection when page opening?

I have seen some Flash page, when you open it, at first, it
shows an animation first, and then show up the real page.
I would like do my Flex page like this. When open the page,
it shows the big company logo, and it is going to shrink and move
to left corner (where is the location of logo display on real
page), and in same time, the real page come out. Or, the real page
already in there, the big logo on top of it, and it shrink to small
and move the logo location.
I know Flex have some effection, but I don’t know which
one I can use. And I don’t know how can I make it work when
the page opening. Or, I need use a swf file show the animation, and
bind the swf file on the flex code?
Any idea will be great help. Thanks.

Try the download on the following link. The download itself is for the 4620, but for the exact same issue. Based on the file name of the download it doesnt look like it is specific to that model of printer, so its worth a shot.
http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=mp-104077-2&cc=us&dlc=en&lc=en​...
Jon-W
I work on behalf of HP
Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
Click the KUDOS STAR on the left to say “Thanks” for helping!

Similar Messages

  • I have been sent a 'word document' in which are a series of boxes about thirty lines long to insure written text. When Pages opens the document it extends these to a whole A4 page how do I get it to retain the original layout

    I have been sent a 'word document' in which are a series of boxes about thirty lines long to insert written text. When Pages opens the document it extends these to a whole A4 page how do I get it to retain the original layout

    You can't change the way Pages import .doc files.
    It was never written that it reproduce exactly the original one.
    From my point of view, as I refuse to give a cent to M...soft, the best way to deal with documents issued by their Office suite is to use the free libreOffice.
    Yvan KOENIG (VALLAURIS, France) jeudi 7 juillet 2011 11:34:19 iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • When you first download Pages, there is a welcome screen with a check mark, in a box, at the bottom left corner that says show this window when Pages opens. How do I recheck that box?

    When you first download Pages, there is a welcome screen with a check mark, in a box, at the bottom left corner that says show this window when Pages opens. How do I recheck that box?

    Alex,
    Go to Pages Help, Welcome to Pages.
    Jerry

  • Cursor in form field when page opens?

    Client wants cursor in first form text field when page opens,
    without the user clicking in that box. Must be possible, I just
    don't know how to do it.
    Thanks,
    Alan

    all you have to do is set an onload function for the page to
    set the focus of that text field
    <!-- this sets the focus of the text field when the page
    loads -->
    <body OnLoad="document.myform.txtfield.focus();">
    <!-- setting the names up on the form and fields makes the
    javascript work -->
    <form name="myform">
    <input name="txtfield" type="text">
    </form>

  • CS6 Fluid Grids - how to make images resize when page is resized? [was: Hello]

    I am new to fluid grid layouts in Dreamweaver cs6, I want to insert a GIF file on my index page but I do not know how to make it so when the page shrinks the GIF or image shrinks as well. The only code that I have found is
    img, {
        max-width: 100%;
    But this code already exists in the css file when you create a new fluid grid based layout
    img, object, embed, video {
        max-width: 100%;
    can anyone help a newbie please..

    this is my source code
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Kyle Childress Foundation</title>
    <link href="boilerplate.css" rel="stylesheet" type="text/css">
    <link href="/layout.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="respond.min.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="animation"><img src="images/images/kyleanimation2014gif2.gif" alt="kylechildressfoundationanimation"></div>
    </div>
    </body>
    </html>
    this is my css
    @charset "UTF-8";
    @import url("/kyle.css");
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
        max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
        width:100%;
        Dreamweaver Fluid Grid Properties
        dw-num-cols-mobile:        5;
        dw-num-cols-tablet:        8;
        dw-num-cols-desktop:    10;
        dw-gutter-percentage:    25;
        Inspiration from "Responsive Web Design" by Ethan Marcotte
        http://www.alistapart.com/articles/responsive-web-design
        and Golden Grid System by Joni Korpi
        http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. */
    .gridContainer {
        margin-left: auto;
        margin-right: auto;
        width: 87.36%;
        padding-left: 1.82%;
        padding-right: 1.82%;
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #animation {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #image {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
    @media only screen and (min-width: 481px) {
    .gridContainer {
        width: 90.675%;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #animation {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #image {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    /* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
    @media only screen and (min-width: 769px) {
    .gridContainer {
        width: 88.2%;
        max-width: 1232px;
        padding-left: 0.9%;
        padding-right: 0.9%;
        margin: auto;
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #animation {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #image {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    the animation GIF is 700 x 908
    I changed the code from max-width to just width 100% but it still did not work ,, please help

  • How to run alert box when document opens

    I am using Acrobat 9 and would like an alert box come up when the document is opened. I have successfully gotten an alert box to pop up using the script below when saving using document actions, but do not know how to make it execute when the document opens. Can anyone tell me how to modify this to add it to Javascript actions so it will run when the document opens? Thank you!
    app.alert("Save your completed form and email as an attachment to [email protected]", 0, 0,)

    It's not a questions of modifying it, but placing it in the right location.
    You need to go to Advanced - Document Processing - Document JavaScripts...
    Then create a new script, clear the contents of the window that opens (the
    function declaration) and paste this line of code instead.
    Save the file and that's it.

  • How do I remove yahoo when I open a new tab?

    I want to remove the automatic window to yahoo search engine when I open a new tab. I did not have this before and I do not want it.
    How can I remove this intervention?

    Yes, extensions (malware Vosteran) was the problem.
    Thanks!

  • How do I execute AppleScript when I open my computer?

    I would like to have several actions execute when I open my macbook air. I am just learning AppleScript and I would like to do this in AppleScript.

    SleepWatcher

  • How can I make a specific page open in a new window when clicked from a menu?

    Don't know if its possible but I have one specific page I want to open in a new window in the browswer when clicked on from a widget menu.  I know how to go in and put the coding in but it would be nice if there is some option in Muse to do that already.  Any suggestions? Thanks for any help.

    ryanj4799 You'll need to change the Menu Type to Manual in the widget's options and add the links yourself. Then go to the Hyperlinks panel. Check the option to open in a new tab/window.
    David

  • How to implement an Effect.

    I need to implement a ValidationEffect, is simple, after applied to a control, paints an icon (red x) in POS.TOP_RIGHT.
    I have not found the documentation necessary to implement its own effect.

    I haven't gotten into my validation part of my architecture yet but it is definitely on my todo list.
    Richard, the FormPane (or maybe OverlayPane) would not be too hard to code and would work, but my first thought would have been to do this at the individual component level, giving us the flexbility to annotate each field regardless of the container/layout it is in. I'm thinking to basically embed each field in a StackPane and that StackPane can have annotations added to it, which would then appear ontop of the field. I'm wondering about the performance costs of doing this - can you see any potential drawbacks to this idea?
    Here's a very rough example bit of code.
    public class TestApp extends Application
        public static void main(String[] args) throws Exception
            launch(args);
        public void start(Stage stage) throws Exception
            VBox form  = new VBox(10);
            form.setStyle("-fx-padding: 20");
            form.getChildren().add(new Label("Text Field:"));
            TextField field = new TextField();
            field.setPromptText("Minimum three characters");
            ErrorAnnotation fieldAnnotation = new ErrorAnnotation(field);
            fieldAnnotation.errorVisibleProperty().bind(field.lengthProperty().lessThan(3));
            fieldAnnotation.errorMessageProperty().set("Field must be at least 3 characters long");
            form.getChildren().add(fieldAnnotation);
            form.getChildren().add(new Label("Text Area (accepts only 'zonski'):"));
            TextArea textArea = new TextArea();
            final ErrorAnnotation textAreaAnnotation = new ErrorAnnotation(textArea);
            textArea.textProperty().addListener(new ChangeListener<String>()
                public void changed(ObservableValue<? extends String> source, String oldValue, String newValue)
                    textAreaAnnotation.errorVisibleProperty().set(!"zonski".equalsIgnoreCase(newValue));
                    textAreaAnnotation.errorMessageProperty().set("You must type zonski in this field");
            textArea.setText("initial value"); // triggers initial validation
            form.getChildren().add(textAreaAnnotation);
            Scene scene = new Scene(form, 300, 300);
            stage.setScene(scene);
            stage.show();
        private class ErrorAnnotation extends StackPane
            private BooleanProperty errorVisible;
            private StringProperty errorMessage;
            public ErrorAnnotation(Node nodeToBeAnnotated)
                errorVisible = new SimpleBooleanProperty(false);
                errorMessage = new SimpleStringProperty();
                getChildren().add(nodeToBeAnnotated);
                AnchorPane annotationLayer = new AnchorPane();
                // this doesn't quite work as it breaks the label's mouse over
                annotationLayer.setMouseTransparent(true);
                annotationLayer.visibleProperty().bind(errorVisible);
                // probably would use some nice icons in an ImageView for a real app
                Label errorLabel = new Label("X");
                Tooltip tooltip = new Tooltip();
                tooltip.textProperty().bind(errorMessage);
                errorLabel.setTooltip(tooltip);
                errorLabel.setStyle("-fx-text-fill: #900; -fx-padding: 0 3 0 3; -fx-background-color: #f99; -fx-border-color: #900");
                AnchorPane.setTopAnchor(errorLabel, 2.0);
                AnchorPane.setRightAnchor(errorLabel, 6.0);
                annotationLayer.getChildren().add(errorLabel);
                getChildren().add(annotationLayer);
            public BooleanProperty errorVisibleProperty()
                return errorVisible;
            public StringProperty errorMessageProperty()
                return errorMessage;
    }You could use the same idea to add any kind of annotation (e.g. on mouse over show a 'get help' button that you can click, etc) or you could do a dimming of the field, etc (set an overlay with a semi-transparent colour) and other similar things.
    There's one functional problem with the above code currently. I need to turn off mouse events for the AnchorPane (i.e. setMouseTransparent) to allow mouse events to go through to the field, but this then stops the little red X from getting its mouse events so we lose the tooltip. I guess I could use a Group and manually do the anchoring myself, but is there an easier way to make a parent not get mouse events and yet still allow a child to get them?
    I'd also love to know how to do the second validation via bindings. Is there a way to say something like booleanProperty.bind(stringProperty.equalToIgnoreCase("zonski"))? I feel like I am not always making the most of bindings in my code. They seem so powerful but I often just end up resorting back to listeners as they are simple :)
    When I get round to looking at validations properly (probably need to do this in a couple of weeks for my project), then I would pull all this out into a more generic validations framework. Ideally basing it around [url http://musingsofaprogrammingaddict.blogspot.com/2009/01/getting-started-with-jsr-303-beans.html]JSR 303 Bean Validations and merging this with some property binding stuff. Something like that anyway.
    Long term it would be cool if there was just an annotation layer on the base Control that we could hook into. Something along the lines of what the SwingX guys (respect) were going for with Decorators - except built into the core library instead of having to be hammered into the back of it.
    As a general comment, I think it's better if the base framework has a way for annotating nodes (i.e. the base building blocks) and a validation framework (i.e. the higher level api) was more an open-source community project so it is not tied to the same release schedule and doesn't add bloat to the base codebase (e.g. when you guys get this stuff working on mobile devices people will want little jars). Some people may rather use CSS for their validation markup for example, others may not want to annotate fields but will want to show a message pane at the top or side of the view, etc - the styles out there vary hugely depending on the GUI style. Who knows what people will come up with now they have animations and effects, and soon 3D, in their bag of tricks too! It's an exciting time ahead of us in this brave new world - JFX2 is a game changer in my book (respect :) ).
    Cheers,
    zonski

  • How to implement a repaint when the IE window  is max or min  in a applet?

    Hi!!
    I already did a applet......and it has a button to print the content....when i press the print buttom�.appears a dialog box about that the �Printing will start to print� �OK��Cancel�, I press the yes button and after appears others dialog box about page configuration and all it is ok��.but in the while that are open the others dialogs box�. part the first dialog box remains there (ie the part of dialog box that was showed over the applet of the a dialog the �Printing will start to print� �OK��Cancel� follows there)�..
    I think that I need a repaint of my applet or something like that��.but I don`t know where and how to do it�..
    Also�..when I minimize the window of IE�.and after restore it I can see only part of my applet�.ie�..the part that I hide when I minimized....and after I maximed looks in blank...:(
    Somebody has some ideas or suggestions please?
    Thanks
    Mary

    Hi there,
    thank you for the reply. The thing is not having 2 sessions for one user, but to have 2 sessions for 2 users. Here is the deal: The main Website works with one layout, the links work with other layouts - all layouts are controlled by the user parameter. Image you at the Volkswagen website and want to visit the Audi (subsidiary of Volkswagen) website. Just for fun, image that the two websites run in the same environment and sometimes the share resources. To access the Audi resources you need to login as a Audi user. This causes the layout to be Audi specific. After having had a fast look at the Audi website you decide to close the window. All the time you had your Volkswagen window open in the background. Now, if you want to explorer the Volkswagen website, the user is set to Audi, and therefore all the Volkswagen pages will be shown in Audi layout ....

  • I want to know how to change it so when i open a folder full of bookmarks it uses the current bookmark as the first of the group again.

    Before updating from version 7 to 8 when i went into my bookmarks, and right clicked on a folder and clicked "Open All In Tabs" it would use the current bookmark that i had open as the first of these in the folder. It would then open the folder's bookmarks to the right of that current bookmark.
    I can accept that it no longer opens the group to the right of the current tab easily enough. What annoys me is that it no longer uses the current tab to open the bookmarks. I would like to know how to change this option.

    browser.tabs.loadFolderAndReplace
    :browser.link.open_newwindow
    :browser.search.openintab
    references:
    * http://kb.mozillazine.org/Browser.tabs.loadFolderAndReplace
    * http://kb.mozillazine.org/About:config_entries
    * http://dmcritchie.mvps.org/firefox/tabs_config.htm
    *http://www.x2b4.com/howto/how-to-open-everything-url-search-bookmarks-in-a-new-tab-with-firefox-3/

  • How do I get camera raw page open

    How do I get the page to open in Elements 10 that has the histogram and sliders for contrast, exposure, etc?  I can't find it anywhere.  All I can get to open is the edit page that shows apples

    Ok, Actually, I saw on a video on Elements 11, there were sliders that you could adjust contrast, temperature, all that and a histogram at the top.  Somebody told me it was in camera raw not elements editor.  I'm frustrated because as I had said earlier in my elements 10, editor, there's all these green apples (filters, like blur,etc).  I need to be able to adjust the contrast and all that before it gets to editor.  So actually, I'm looking for those sliders.  I'm new and aggravated and ready to throw this out!  But, I'm still trying!  Thanks

  • How to handle Valuechange events, when page bean is in request scope

    Hello balusc and forum mates,
    I want to know is there any good way to handle ValueChangeEvents events, when the page's bean in request scope.
    My problem is, I have a page having more than 1 value change event so How can I maintain page values at backing bean. My bean is request scope, I can't change to session scope.
    Please I really need it.

    Hi Frank...
    In my code i used almost same logic as Andrejus Baranovskis has explained in his Editable Table example...
    You can refer that example to see what problem I'm facing...
    http://andrejusb.blogspot.com/2007/04/create-edit-and-delete-operations-in.html
    The Bean Scope in this Example is Session scope...Save button is working fine...
    But as i Change the bean scope to Request scope then Save button is not working for Edit but it is working for Delete Action very well..
    I want that save button should work also for Edit action in Request Scope..
    Please Make me understand that why it is happened like that..
    and help me to find the solution..
    and Also if you have a better document to Explain the life cycle of Application in Different Bean Scope...So please provide me that Doc to me...
    It would be a great help for me to understand the concept of session...
    Thanks Frank
    Fizzz...

  • Is there a way to disable the slow animation effect when holding down the shift key?

    Holding down shift at the same time with a shortcut (for example like Control + arrow for Mission Controll) makes the animation run with a slow motion effect. I would like to disable this setting as this collides with other keyboard shortcuts for some apps I've been using. I can't find this option in the keyboard section of the Preferences pane, and using the command 'defaults write com.apple.finder FXEnableSlowAnimation -bool NO' in the terminal doesn't work either. Is there a way to do this?

    I tried the terminal command as well and didn't get it to work. Does anyknow how to do this now? I'm in ML.

Maybe you are looking for