Animation during the loading of the page

I just created an animation using Fireworks which, according to the tutorial can be used as entertainment during the loading of the page. What format this file must be in and where do I download it on the server... (someone has a tutorial)... one I used went, step by step, how to do it, but did not operate on the site... Thank you

"whatisgood" wrote in message
News:go3jlv$29$1@forums. Macromedia.com...
> I have just created an animation using Fireworks according to the tutorial
> can
> serve animation while the page is loading. What format for this
> file
> have need to be and where do I download it on the server... (anyone have one)
(> tutorial)... one I used went, step by step, how to do it, but does not
> talk
> make it all work on the site... Thank you
>

Im not that warned with animation in FW, but I'm assuming it would be a
animated gif format.

When you turn the image, the actual file or the path is not so much the
important thing, making sure that you have correctly linked to the image
destination on the page.
When you upload to the server, make sure that you keep the file
structure of your local files. If you use dreamweaver to ftp and you
have set properly your site in dreamweaver, and then download the image
your local site files should maintain this structure.

Hope this is useful

Concerning
Fiona

Tags: Dreamweaver

Similar Questions

  • Loading screen is not animated, during the operation, but after

    Hi all!

    Here's my problem: I am display a gif animated using the class presented here.

    It is used in a specific class loader that perform an action, while the gif is displayed (the gif is a spinner). Only once the operation is completed, the LoadingScreen came out of the screen.

    Here's my class loader:

    public class LoadingScreen extends MainScreen {
    
        /**
         * The action to be processed during the loading.
         */
        Runnable action = null;
    
        private AnimatedGIFField _image;
    
        /**
         * Default constructor.
         *
         * @param action the action to manage.
         */
        public LoadingScreen(Runnable action)
        {
            super(FIELD_VCENTER);
            this.setTitle(CommonTools.initTitleBar());
            this.action = action;
    
            displayAnimation();
    
            if(this.action != null)
            {
                UiApplication.getUiApplication().invokeLater(this.action);
            }
        }
    
        /**
         * Display the animation during the loading process.
         */
        private void displayAnimation()
        {
            EncodedImage encImg =
                GIFEncodedImage.getEncodedImageResource("loading.gif");
            GIFEncodedImage img = (GIFEncodedImage) encImg;
    
            _image = new AnimatedGIFField(img);
    
            getMainManager().setBackground(BackgroundFactory.createSolidBackground(Color.BLACK));
    
            LabelField label = new LabelField("Connect..."){
                public void paint(Graphics g)
                {
                    g.setColor(Color.WHITE);
                    super.paint(g);
                    }
            };
    
            HorizontalFieldManager containerSpin = new HorizontalFieldManager(FIELD_HCENTER);
            HorizontalFieldManager containerLabel = new HorizontalFieldManager(FIELD_HCENTER);
            containerSpin.add(_image);
            containerLabel.add(label);
    
            containerSpin.setPadding(Display.getHeight()>>2, 0, 0, 0);
    
            this.add(containerSpin);
            this.add(containerLabel);
    
            KasualApplication.isLoading = true;
        }
    }
    

    The problem is that the gif is not animated, while the action runs. But if I have a popup appears at the end of the action to let the loading screen, I see that the gif is animated. As well as the animation starts when the action is complete.

    I think something is wrong in the clock of my son, but I don't see that.

    Could you please help me?

    Thanks in advance.

    It's ok, the solution is described here.

  • Tip to avoid the keys during the page load?

    APEX: Request Express 4.2.6.00.03

    I have two or three "intentionally" pages slow and heavy and end-users fortunately repeatedly press buttons and harmless error messages.

    I would avoid the situation of "remail" and have the "error messages" in trying to repost.

    Good tips to do just that, I hope that Oracle Apex those compatible upwards?

    1.) page attribute, indicates 'small wheel' until this that totally made?

    I would avoid the 3331 error when the page is defined as "NO page to prevent it being published" or avoid the message concerning the violation of page protection then repost is allowed.

    For example show "spinning wheel" or "progress bar" which blocks of keys user?

    2.) or have this 'small wheel' specific to the region, as well as the region's "spinner" up to full charge.

    3.) or how to display the buttons placed on the page after the 'big jobs are done?

    4.) or some other method?

    rgrds Paavo

    Paavo wrote:

    Actually, it's the question - if we leave the decision of development which approach to take:

    -make all the shares of dynamics of buttons and everything for example plsql anonymous to be driven by the dynamic action procedures of instead of making procedures plsql after send this page

    - or do the submission page process (pre era dyn-action method apex) and no dynamic action with plsql code button

    The apex is basically PL/SQL.

    So in order to generate a page of Apex, PL/SQL code should be run. To update a report region, code PL/SQL must be executed. To deal with the elements on a web page to the update/insert/delete of data in the database, PL/SQL code must be executed. Etc.

    This code can be executed in 2 ways.

    Submit the entire page, the flow of the Apex engine. He built a whole new page. This page is sent to the browser to replace the content of the existing window and make any new content in this browser window.

    Use Ajax (Javascript calls) to call the flow of the Apex (aka action/process dynamics) engine. It creates a response (XML, HTML, JSON, etc.). This response is returned, and Javascript is used to treat this response and update objects (e.g. add/update / refresh in the DOM) of the page.

    The two ways are necessary as

    (a) we want to send a new page to the web browser sometimes

    (b) you want to update an existing web page in the web browser by moments

    So it is not a matter of choice in one direction. The two are concerned. Both are needed to create Web 2.0 with rich and interactive interfaces type applications.

    I'm just afraid after accidentally 2 similar submit deals plsql firing - dynamic action and one in present it after Treaty.

    It's a question of developer and development life cycle.

    It comes down to knowledge. Find out what are the differences between the page layouts and dynamic actions. And when to use one that to achieve the goal at hand.

    Lets say that we have to report slow query and report region which takes time to load. But this report is not required for the end user and it could continue by pressing the buttons during the loading of that specific region is always.

    Press the buttons to do what? And why the user would click the buttons when the report data are not yet ready for display?

    The Javascript engine doesn't have a thread model Posix/Windows type.  By default, its calls are non-blocking and use events. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/EventLoop for more details.

    This isn't exactly a walk in the Park to treatment systems simultaneous good design. And it's true in Javascript too.

  • an icon that is animated to the page until it loads the data

    Hi all
    When loading a page jspx, I make a web service call.
    It takes about 10-15 seconds to load... .till then page is empty
    I just want to add an icon that is animated until
    This web service call is executed this jspx page loading.

    Please help me on this.



    Thank you
    Shaz

    Hello

    in this case I think that it is best to use a call to run inside as otherwise the application expects the WS return

    1. Add an af:clientListener to af:document and set it to load
    2. define an af:serverListener to af:document and map it to a managed bean that calls the Web Service
    3. in the JS function that responds to the event load, display a popup showing the busy status
    4. use af:serverListener to invoke the Web Service
    5. from the managed bean, as soon as the WS call is returned, close the popup (you can do in Java or by using ExternalRenderKitService using JavaScriot

    Not sure if the tips above are not enough because you don't mention your level of experience with ADF. If there is a follow-up to this question, let me know.

    Frank

  • Error #1009 during the Page move or page elements

    When I try to move a page or any object on a page, I get an error and then Muse shut. I restarted. I uninstalled and reinstalled Muse twice, and both times I have this problem. I ran repair permissions. Nothing has solved the problem that I am running Mac OS 10.10.1 Yosemite.

    Here is the error message:

    Adobe Muse CC has encountered an error and will now close. Please report the last actions bit that you have taken to this error to the Adobe Muse CC team.

    [NDMI/nativeDragEventHandler] TypeError: Error #1009: cannot access a property or method of a null object reference.

    Screen Shot 2014-11-25 at 10.34.38 AM.png

    Restart your Mac. Drag Mac OS x Manager is in poor condition. This will result in accidents or other misbehaving in Muse and a few other applications when you attempt to drag objects with the mouse. The only way to fix it is to restart your computer.

    Apple seems to be addressed to this bug in OSX 10.11.3. In addition, the next major upgrade of Muse, 2015.1, has been revised to use a different approach using the Manager of Drag of OSX to avoid this bug in older OSX versions.

  • Animations during the generation with Captivate3

    Hi team

    Hey, just got 3 Captivate and started using it more often as I would with captive 1 & 2.

    Then I'm just the boring stuff like taking pictures in the software, by dragging the scroll bars, highlighting with the mouse, etc., that (in caps 1 & 2) used to create the .avis that have been incorporated into the .swf when generated.

    It was great. But now, when I do that with Captivate3, it produces a bunch of other .swfs instead of the embedded view. Now, that a very well expect when (like me) you upload these to a specific product of tutorials that will only support a .swf file.

    Is it possible to get this working as it did with A2?

    Thank you very much.

    Hi again

    Happy that you guessed it sorted! And my bad for not providing a link to submit the feature request. You'll find by clicking here.

    You say that you have found a workaround? Care to explain? You mention 'in the learning module. Is this another forum category or one of the provided Captivate videos?

    See you soon... Rick

  • Dynamic action does not not on the first attempt to load page. Work after refreshing the page

    4.2.1

    Hello

    I have a page with a list of selection Order_id and a display _item Product_name.  There is action dynamic PL/SQL that fills the element displayed when the order_id is changed. The problem is that when I opened the page for the first time, if I change the select order_id list, nothing happens. But if I refresh the page once, and then it starts work and the display_item is filled.

    No idea what could be the problem?

    Thank you

    Ryan

    ryansun wrote:

    On a more serious note,.

    1 when you load the page for the first time and try selecting the order_id, nothing don't be past, try refreshing the page once and you will see the option to display with the null value. What I do is. I have two tables

    Orders

    1

    2

    3

    Products

    1A

    2B

    2 Z

    3 C

    When I select the command 1, then since there is only one line of products, the displayed item will indicate A populous. If I select 2, since there are two product lines, I should see the list box.

    Doesn't seem to work and I'm sure, I'm doing something wrong.

    Difficult to be certain that as it appears that someone has been editing the page before you start watching (rather than copy the page experience their own copy). Your article P1_PRODUCT_NAME_DISPLAY he a point value / Expression 1 column = Expression 2 condition P1_HIDE_SHOW = 1 condition on that? Or any other condition of rendering?

    These conditions do not match the dynamic actions. They are applied only during the page see the transformation when the page is displayed first; When it is linked to another page; or after a branch to him. They are not applied dynamically during the activity of the user on the page. In this case, that the status is set to false when the page is rendered first, the same element does not exist in the page sent to the browser. If you want these items to appear conditionally because of the interaction with another user control, then you must initially return the elements and control their visibility using hide/show the dynamic actions.

  • Session-> display-> State of Session-> displays the elements of the page

    Hello!

    I'm currently running Application Express 4.2.5.00.08 on Debian.

    If click on Session-> display-> there is no Session State page element.

    If I connect to the database as sys and I run the following command:

    Select nom_element, component_comment

    apex_util.get_session_state (item_name) session_value

    of apex_application_page_items

    where application_id = 500;

    all my Articles page are displayed but not their values.

    What do I need to configure something in the APEX?

    Thanks for any help!

    Gerhard

    gerhard2001 wrote:

    I'm currently running Application Express 4.2.5.00.08 on Debian.

    If click on Session-> view-> Session State contains no items of the current page.

    Page elements have any value in session state to the point that do you? Note that the time with null values are not displayed, and point values defined by using properties of the Source item or by default during the page see the transformation come not in session state until the page is sent.

  • [Tumult Hype] HTML start until I'm on the page

    Hello

    I use the tumult Hype software to apply HTML animations on my digital pages. When I have more than one page using these simple animations, according to my smear going french publication, the animations on the pages after the page I'm starting until I'm on the subject. Because of this, the other pages will appear with animation at the end.

    Anyone know how to change this situation?

    Kind regards

    Filipe.

    Set the overlay to AutoPlay with 0.125 seconds behind and should ensure that it does not start the animations until the HTML is actually on the screen.

    Neil

  • Loading of the page Firefox or animation stops until I move the mouse or the keyboard to input

    Loading of the page Firefox or animation stops until I move the mouse or the keyboard to input

    Hello H.Groenewegen, many other affected users have reported that it was a question which can be caused by malware on the system.
    Please run a full scan of your system with the free version of malwarebytes and adwcleaner (these two security tools are free).

    Fix Firefox problems caused by malicious software

  • ADF Table retrieves all lines during the loading of the page

    Hello

    We have a requirement where we need run the query programmatically by giving the query column and its value.

    I used the code below in the AMimpl.java and calling this method during the click on the button Search my Search Page.

    I am able to get the features you want on the search page by clicking the search button.

    The question now is when the page initially loads, the table fetches all rows of the VO by default.

    Can you please let me know where I need to change so that the table will get no line on the initial load of the page?

    ' public void setVoParams (String columnName, String columnValue) {}

    ViewObject mapVO = this.getFusionSapMapping1 ();

    String whereClause = "MappingEO." + columnName + "" as: colValue ";"

    mapVO.setWhereClause (whereClause);

    mapVO.defineNamedWhereClauseParam ("colValue", null, null);

    mapVO.setNamedWhereClauseParam ("colValue", columnValue);

    mapVO.executeQuery ();

    }

    Hello

    You don't tell us your version of JDeveloper.

    An easier approach to implement your condition is to use the property refreshCondition of your iterator. Here is an example of how do: https://blogs.oracle.com/shay/entry/delay_method_execution_when_us

    Antonis

  • Animation animate edge does not start the first time I load the page. But the second time.

    Hi all

    I have problems with animation of edge on a web page. It does not load the first time the page is loaded, but charge very well the second time or at any time after that. To test I empty my cache, then reload the page. It seams to work in Internet Explorer, the first time, but not Firefox or chrome.

    I have a temporary copy of the page here... http://emiwip.com/Monique-Mathieu/landing-page-WIP.html

    Can someone tell me what is happening?

    Thank you.

    Dan

    I found the answer here... Publication is no longer works in the latest edge

    It seems that you need to load the last jQuery in the head of the pag. That suits him.

    Dan

  • Error opening the page of modal (plugin skillbuilder) during the loading of the page

    Hi all

    I use 4.2.1. (on 11 GR 2), theme 25.
    SkillBuilder Modal plugin v2 page

    Modal pages are working on all sorts of events, great, but if I try to open the other via a D.A. on loading the page, it fails with ' Eception TypeError: loading of the object has no method 'stopImmediatePropagation""error (in the browser console). "
    < edit >
    just found out that this error is caused by the "cancel event' DA action that should be fired after the modal dialog box open. If I omit this event Cancel modal page is not loaded, but also no error appears.
    < / Change >

    Any ideas on how to solve this problem? In the end, I just want to open a modal window after loading the page depending on the value of an item set when loading the page (the branch sets an element value to indicate that the modal window must be open).


    Concerning
    Bottom

    Published by: bottom of Klerk on 2013-apr-11 07:43

    Bottom,

    The modal shows do not charge is actually quite simple. Look at the generated code for the dynamic action and note in particular the code "javascriptFunction":

    {"name":"modal on load","bindEventType":"ready",actionList:[{"eventResult":true,"executeOnPageInit":false,"stopExecutionOnError":true,javascriptFunction:function(){
       if (this.browserEvent !== 'load'){
          apex.jQuery(document).apex_modal_page('openPageFromApexThis', this);
       }
    },"attribute02":"STATIC","attribute03":"f?p=54687:38:115741808752478:::38:::","attribute05":"data-url","attribute06":"div#success-message","attribute07":"AUTO","action":"PLUGIN_COM_SKILLBUILDERS_MODAL_PAGE"}]}];
    

    You can see that there is an explicit for the browserEvent criterion, and it must be different from "load."

    Of course, when you create a dynamic action with type "Page load", the browserevent will be "load", so no popup and no errors. Running a page in debug and research in the javascript console, you can also click through events fired, for example, I have this in the console:

    Dynamic Action Fired: modal on load (PLUGIN_COM_SKILLBUILDERS_MODAL_PAGE) Object { triggeringElement=document, affectedElements=[1], action={...}, more...}
    

    Firebug allows me to click on the object and display its properties. One of them is the "browserEvent" and set to "load".
    This prevents also the modal open when you actually set the real action of pull on the loading of the page.

    I tested a bit after commenting on prevention onload, and while I'm sure there are reasons why it was built in like that, I have immediate problems. The modal open during loading and anything funky happens, not even when you navigate around in the iframe.
    This does not however only if you want the modal to react on the loading of the page that your only option is to change the the plugin plsql code. I would say: test it enough!

    Go to the plugin, change it. Under Source > Code PLSQL find this:

       l_result.javascript_function :=
          'function(){' || l_crlf ||
          '   if (this.browserEvent !== ''load''){' || l_crlf ||
          '      apex.jQuery(document).apex_modal_page(''openPageFromApexThis'', this);' || l_crlf ||
          '   }' || l_crlf ||
          '}';
    

    and change it to this:

       l_result.javascript_function :=
          'function(){' || l_crlf ||
          --'   if (this.browserEvent !== ''load''){' || l_crlf ||
          '      apex.jQuery(document).apex_modal_page(''openPageFromApexThis'', this);' || l_crlf ||
          --'   }' || l_crlf ||
          '}';
    

    As you can see, I only commented those 2 lines, but it should allow the modal to open the loading of the page. I hope this helps you forward a bit.

  • Conditional branch to submit during the loading of the page?

    Hi all

    I have a page (REPORT PAGE) which serves as a setting for the reports and is called from several places in the application.  The calling page sets various parameters on the REPORT PAGE.   The REPORT PAGE displays all parameters and has a button "run report".

    The user presses a button (submit page) to run the report and after that the report is displayed to the user is returned to the calling page.

    I want to change the behavior so that the calling page has the possibility of a parameter causes the report to run immediately - effectively by pressing the button and automatically submit the page.

    The concept would be 'submit a conditional on load '.   Anyone see a workaround to achieve?

    Eben Walker

    ebenwalker wrote:

    I have a page (REPORT PAGE) which serves as a setting for the reports and is called from several places in the application.  The calling page sets various parameters on the REPORT PAGE.   The REPORT PAGE displays all parameters and has a button "run report".

    The user presses a button (submit page) to run the report and after that the report is displayed to the user is returned to the calling page.

    I want to change the behavior so that the calling page has the possibility of a parameter causes the report to run immediately - effectively by pressing the button and automatically submit the page.

    The concept would be 'submit a conditional on load '.   Anyone see a workaround to achieve?

    Depends on what is meant by "report". When you use the word, always explicitly if you are referring to a standard report of the region, an interactive report, a shared component of report query or a custom build you just happens to describe themselves as a "report". Please explain the nature of the "report" in detail, using the standard terminology of APEX.

    It sounds like something that would be managed by setting the REQUEST in the target URL or the branch on behalf of the "run report" button If the 'report' depends on the page accept the processes after a click on the button "run report", use the special form BRANCH_TO_PAGE_ACCEPT in conjunction with the value of request button causes the page to be submitted in the first place, for exampleBRANCH_TO_PAGE_ACCEPT|RUN_REPORT

  • Call the bean managed during the loading of the page in adf

    I had the problem in the method while the page is loading

    I've used ADF code below, but it does not work

    < af:serverListener type = "onloadEvent".

    Method="#{pageFlowScope.RequesterListOfValues.getLogonName}"/ >

    < af:clientListener method = "onLoadClient" type = "load" / >

    < af:resource type = "javascript" >

    function onLoadClient (event) {}

    AdfCustomEvent.queue (event.getSource (), "onloadEvent", {}, false);

    Returns true;

    }

    < / af:resource >

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------

    The bean of Managed Code

    / public class RequesterListOfValues implements Serializable {}

    public RequesterListOfValues() {}

    Super();

    }

    private String userBPM;

    Public Sub getLogonName()

    {

    userBPM = getBpmUserName();

    }

    public String getBpmUserName() {}

    String userName = "";

    try {}

    FacesContext context = FacesContext.getCurrentInstance ();

    Ctx = string

    (String) context.getApplication () .evaluateExpressionGet (context,

    "#{pageFlowScope.bpmWorklistContext}"

    String.Class);

    IWorkflowServiceClient = workflowSvcClient

    ADFWorklistBeanUtil.getWorkflowServiceClient ();

    ITaskQueryService = wfQueryService

    workflowSvcClient.getTaskQueryService ();

    IWorkflowContext wfContext;

    try {}

    wfContext = wfQueryService.getWorkflowContext (ctx);

    userName = wfContext.getUser ();

    System.out.println ("connection name" + username + "\n");

    } catch (WorkflowException e) {}

    e.printStackTrace ();

    }

    } catch (Exception e) {}

    e.printStackTrace ();

    }

    Returns the user name;

    }

    }

    Hi user,

    You can run the method to load page helps also below, method

      
    
        public void onLoad(PhaseEvent phaseEvent) {
            if (phaseEvent.getPhaseId().equals(phaseEvent.getPhaseId().RENDER_RESPONSE)) {
                if (!AdfFacesContext.getCurrentInstance().isPostback()) {
                    onLoadExecuteEmpDeptForm();
                }
            }
        }
    

Maybe you are looking for