Questions tagged [preloader]

Preloader is usually referred to the Gif image shown to user to indicate wait or processing state.

Preloader is usually referred to the Gif image in-which an indication for the user to wait or processing state. It seems like the following images samples:

enter image description here enter image description here enter image description here

Preloaders are widely used with era because it usually includes some changes that may take some time without reloading the page so the user should be visually alerted that something is being done.

List of some popular online preloaders generators

706 questions
3
votes
1 answer

Advice about Preloading

Greeting's and thanks for your time. I just started a new job building a new marketing site for a headphone company. I'am still a student with a year left and I trying to figure out the best way to proceed with a challenge I've been given for this…
Nathan White
  • 65
  • 3
  • 11
3
votes
1 answer

Adding a preloader to jquery autocomplete

I am using Jquery's autocomplete to retrieve a list of options from the mysql database and output them on search. But sometimes it takes a minute so I would like to add a small preloading gif when the search query is entered. I have searched google…
luv2code
  • 1,216
  • 6
  • 22
  • 42
3
votes
1 answer

html5 video preloader issue

I am trying to implement a progress bar preloader for muliple videos in html5. This script print into the javascript console the amount of the single videos loaded. $('.videos video').on('progress', function(){ …
Michele
  • 1,468
  • 3
  • 24
  • 54
2
votes
1 answer

jquery issues image dissapears sometimes on window scroll function

I am experiencing a weird problem with jquery (mostly in firefox and IE9). Here is the situation. I have a horizontal scrolling website that depending on your scroll position and content section an image on the top right corner changes so that the…
Chris
  • 71
  • 1
  • 11
2
votes
2 answers

Preload javascript an Embedded player

If I have HTML with embedded code inside – for example, an embedded player of YouTube – can I build in JavaScript, AJAX, etc. a preloader for this player? I ask because if I have only the player embedded, the page is white in the loading moment, and…
enry
  • 21
  • 2
2
votes
4 answers

Why do I have to use LD_PRELOAD for libcl.2 to use XML::LibXML::Common on HP/UX?

A compulsion of LD_PRELOAD on HP platform only and not on other unix flavors (AIX,Linux, and Solaris). I built Perl Module XML::LibXML::Common on all of Unix flavors.I had to specifically do LD_PRELOAD for libcl.2 library on HP Platform only. While…
kadeshpa
  • 1,607
  • 5
  • 18
  • 23
2
votes
0 answers

How do I add mp4 file as a preloader screen on HTML CSS website?

As you may see below I have used video as to show as my pr eloader screen but this doesn't display anything. HTML code -
2
votes
1 answer

Flash CS5 generates unwanted preloader

One of our external developers has created a minigame in Flash CS5 which we are embedding in our container by loading the SWF. The minigame's document class (Icegame) should and does implement a specific interface DreambearMinigame. However, it…
Bart van Heukelom
  • 43,244
  • 59
  • 186
  • 301
2
votes
1 answer

Loading spinner gif image gets stuck

I am using a loading spinner when I am trying to leave a page. I am using a gif instead of web kit transform because I need to support browsers like opera and firefox. When I try to leave the page, the spinner works for a very short while, then gets…
Prabhat
  • 2,261
  • 7
  • 46
  • 74
2
votes
5 answers

Load and play embedded SWF file in Flex / Actionscript

I'm trying to create / use a pre-loader in my flex application. The preloader is a SWF file which has 100 frames (1 for every percent of the loader progress). Basically I am trying to Embed this SWF file in my application, display it on screen and…
Richard Walton
  • 4,789
  • 3
  • 38
  • 49
2
votes
1 answer

Problem With JavaFX/Intellij Setting When Try To Use LauncherImpl For Preloader

java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at…
Alex Yuan
  • 35
  • 5
2
votes
1 answer

Defined timing for html pre-loader

I have this site that loads iframes from different sites. I'd like to put a pre-loader that occupies the whole page for a definite time, like 10 seconds, etc... not when just the page finished loading. The plan is like to put a pre-loader for 10…
neumear
  • 111
  • 10
2
votes
4 answers

Flex 4 - Need some help with startup progress

Is there a way to wrap my HTTPServices into the startup progress? Right now I have the HTTPRequest Send actions set for creationComplete on the Application (Application creationComplete="initApp()"). Is there a way to have them as part of the…
Mark P.
  • 282
  • 1
  • 4
  • 16
2
votes
1 answer

Problems with the work of preloader vue.js

I'm trying to make showing preloader when i go from one component to another. I use this preloader. I create file loader.js and write there: import Vue from 'vue'; import Loading from 'vue-loading-overlay'; import…
Tick-Tack
  • 213
  • 2
  • 20
2
votes
3 answers

How to blur body in CSS until page is fully loaded

I want to blur the whole "body" section of my website until the page has been fully rendered. I have a preloader set up, it consists of 2 parts ":before" which acts as a background and ":after" which acts as a foreground. Can I achieve this with…
Louay Madrid
  • 41
  • 1
  • 5