Tagged Questions
The preloader tag has no wiki summary.
12
votes
5answers
14k views
Is it possible to preload page contents with ajax/jquery technique?
Is it possible to preload all page contents (like showing a loading bar / animated gif.. or loading text.. ) until the contents are fully loaded and then displayed to the user/visitor ? If this is ...
8
votes
4answers
5k views
Public functions from within a jQuery plugin
I love the jQuery plugin architecture, however, I find it frustrating (probably due to a lack of understanding on my part) when I want to retain a reference to the plugin instance to access properties ...
7
votes
2answers
418 views
Best way to preload images
What's the best way to preload images? I'm trying to create an image tab that has around 59 png images. Here's the code I have so far:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" ...
6
votes
3answers
3k views
How to call .ajaxStart() on specific ajax calls
I have some ajax calls on the document of a site that display or hide a progress bar depending on the ajax status
$(document).ajaxStart(function(){
$('#ajaxProgress').show();
});
...
4
votes
4answers
70 views
running a script before the page is displayed
I've built a site that does a bunch of calculations as the page loads (basically it determines the users screen size, then assigns all of the page images sizes and positions and applies them). The ...
4
votes
1answer
286 views
JavaScript preloader of more JavaScript
I've seen a few tutorials on how to create a JavaScript preloader for images. Is it possible to use a JavaScript preloader for other JavaScript?
My website uses mootools (and others too) for ...
4
votes
1answer
253 views
App Engine: Is it possible to disable Transfer-Encoding: Chunked for large static files?
As a follow-up to this question, is it possible to disable the "Transfer-Encoding: Chunked" method for large static files, therefore forcing a Content-Length to be returned instead?
My site serves a ...
4
votes
1answer
172 views
Is it possible to show the download progress of a flash file?
I know how to setup a preloader and I have that working. But when I debug the flash application and simulate a download, it has a blank background until a few seconds have passed.
I know it is ...
4
votes
5answers
662 views
Flash/AS3 security - passing movieclip reference to child swf?
I'm seeing some strange behavior with respect to interactions between my preloader and main application classes (all AS3 / Flash CS4). Roughly speaking, here's the flow of events:
Preloader.swf ...
4
votes
7answers
9k views
Preloading CSS Background Images
I have a hidden contact form which is deployed clicking on a button. Its fields are set as CSS background images, and they always appears a bit later than the div that have been toggled.
I was using ...
3
votes
2answers
313 views
Flash preloader only starts at 90%
I'm working on a game in Flash CS5 / AS3 and I'm trying to get my preloader to work. At the moment, when I load the SWF file with 'simulate download', the file will load but my preloader won't show. ...
3
votes
2answers
133 views
How to go about writing a Javascript pre-loader?
I'm not talking about how to pre-load images using Javascript, I am thinking more along the lines of a Flash preloader which displays some sort of feedback while the SWF loads.
The site in question ...
3
votes
1answer
832 views
Bytes recieved and bytes total of images via Javascript/jQuery
I'm working on a Javascript/jQuery powered image preloader, and have hit a bit of a snag. While as of currently it provides the progress based on loaded_images / total_images, this is not very ...
3
votes
3answers
521 views
background-image preloader using jQuery
I'm working on a site that is very background-image intensive. Since some of the images are large, the aesthetic appeal of the page will inevitably suffer at the initial load, probably for several ...
3
votes
3answers
250 views
BG Image preloader in JQuery
I have an array of images
var photos = ["images/bg01.jpg", "images/bg02.jpg", "images/bg03.jpg"];
I am cycling through this array and making them the background of a div based on a interval
...
3
votes
1answer
595 views
Flex Preloader sometimes doesn't show before it is at 100%
I have created a Flex custom preloader, exactly like it is done in this example: http://www.gotoandlearn.com/play?id=108
Now when I implement this, is seems to work fine on my computer in FireFox and ...
3
votes
1answer
330 views
Preloader size guidelines
I'm working on a high-end flash site (AS3) with lots of video, hi-res graphics, and sound effects; needless to say, the initial preloader's got a lot of work to do (just to get the site to a point ...
2
votes
1answer
126 views
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 ...
2
votes
4answers
135 views
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()"). ...
2
votes
3answers
304 views
Preloading external javascripts, images and css files
I have been working on a web application which (despite my best efforts) has been steadily getting bigger and bigger with more and more scripts, images and css files being called.
Being a web ...
2
votes
1answer
474 views
Creating a PDF preloader in Javascript
I have a website that displays a pdf file embedded in the browser. The code for it is below:
document.getElementById("bigone").innerHTML =
'<object type="application/pdf" ...
2
votes
1answer
411 views
Flex preloader not showing up
For some weird reason the preloader for my Flex 3.5 application does not show up. The application SWF is around 550KB. Am not using RSLs. From the Activity tab in Safari I see the progress of the SWF ...
2
votes
1answer
312 views
How to do a proper haXe preloader for Flash, or what do you think is the best way to do it?
I have recently begun to develop a game in haXe which targets the Flash platform.
I can say that I'm not really used to Flash and how it works, it is really apparent that it was intended for ...
2
votes
3answers
4k views
Preloader with JQuery OR Advanced Page Load Behavior with jQuery Progress Bar
We have a jQuery Progress Bar. Is there a way we can have the progress bar displaying the loading of an HTML page which has PHP, CSS & JavaScript and all in it?
Like a preloader and when the page ...
2
votes
2answers
291 views
Display Flex application instantly?
I'm working on a little project in Flex that's an application to upload images to a server. Since it's a pretty lightweight application (~40 kb in release version), I would like it to display ...
2
votes
4answers
253 views
Images don't load while javascript while loop runs
I'm writing an image pre-loader for my html5 project and I've struck a problem. Images that are used in the game are defined with the image object within JavaScript like so:
images = new Array();
...
2
votes
3answers
278 views
How to build a javascript preloader for images
I have a page of thumbnails which change their opacity with a hover with a image swap script built in jquery. However When I run it on a live website it is slow and you have to wait for the second ...
2
votes
2answers
291 views
call flex initComplete at a specific time
Below is the overriden on complete function for a preloader in Flex.
private function initComplete(e:Event):void
{
//dispatchEvent(new Event(Event.COMPLETE));
cp.status.text="Configuring... ...
2
votes
3answers
547 views
ajax gif loader
can you tell me where and how to put an ajx loading.gif?
my html code is below
<div class="searchbox">
<input id="Search" onkeyup="searchKeyUp(event)
" name="Search" ...
2
votes
1answer
873 views
How do I get rid of white background on my SWF file?
I'm putting a SWF file into an HTML page in GoLive, and even though all my code and SWF file are set to a blue background, there is a quick second during the loading of each page where my entire SWF ...
2
votes
1answer
1k views
C#: Preloading forms on a separate thread
I have some forms that takes a bit of time to open because they currently get some stuff from a database in their Load event handler.
Is it possible to somehow load the forms in a separate thread and ...
2
votes
2answers
756 views
Preload javascript an Embedded player
If I have HTML with embedded code inside, for example a embedded player of YouTube, can I build in JavaScript, AJAX, etc. preloader for this player?
Because if I have only the player embedded, the ...
2
votes
2answers
4k views
How to make a Flash PreLoader in AS3 Only?
I want to incorporate a Flash Pre-loader in my application, but I am using only Flex SDK/AS3/Notepad to code this beast. I don't have access to the Flash IDE.
There are many tutorials and helpfiles ...
2
votes
3answers
2k views
Access flashvars in preloader in flex?
I want to access some flashvars in my preloader to a Flex application. How is this possible?
Regards Adlertz
2
votes
4answers
1k views
Patch flex framework to show preloader instantly?
In the Flex framework a custom preloader can be used while the site is loading.
In the Adobe docs it specifies that 'the progress bar [preloader] is displayed if less than half of the application is ...
1
vote
2answers
65 views
load an high number of images
I'm developing a website that allows the user to see and configure a product.
I wanted to start this project using jquery, css3 and html5 with a graceful degradation for older browsers.
I've combined ...
1
vote
1answer
43 views
How to move coordinate position of Flash Download Progress Bar?
I am extending the Flash DownloadProgressBar component for use as a preloader with Flex. Is it possible to override the x and y coordinate position of the progress bar? (the default is to center the ...
1
vote
0answers
234 views
AS3 Mobile preloader using [frame] metadata tag: how?
I'm trying to create an AS3 pure preloader based on the [frame] metadata/compiler tag,
having exactly the same problem as Glutnix has posted here. I'm also working on an AS3 Mobile Project.
I didn't ...
1
vote
3answers
252 views
setInterval run fast after 5-7 minutes
Why does setInterval run very fast after some time? I used the code
below for a background slideshow on my site. I also use the fullpage preloader plugin.
function slideSwitch() {
var $active = ...
1
vote
1answer
179 views
jQuery Preloader Animation
I want to "preload" the start page of my website with a little gif-animation. Its a 3-frame-piece and I want to show it right before the first page. Are there plugins to preload a page with a specific ...
1
vote
1answer
125 views
Flex preloader has to be visible until other external file are loaded
I have a Flex application that loads some data from the database. During this I want my custom preloader stay visible.
The dilema is: When I postpone the dispatchEvent( new Event(Event.COMPLETE)) in ...
1
vote
3answers
45 views
ActionScript Preloader More Detailed Percentages
I am building a preloader for a flash application I am building. I am looking for a way to gain more detailed percentages from the ProgressEvent.PROGRESS that all preloaders use to track downloading ...
1
vote
2answers
143 views
Preloader hanging/freezing with “hiccups”
I've developed a flash-based site for a client who has an account with GoDaddy and have uploaded all files successfully to the hosting server. The site consists of an initial preloader named ...
1
vote
0answers
658 views
Flex 4.5 preloader (swf download progress bar) is not showing up
In flex 4.0/4.1, there is always the application preloader. (swf download progress bar) I just upgraded to flex 4.5 SDK, and I immediately noticed that the preloader is gone. Anyone noticed that? I ...
1
vote
1answer
219 views
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, ...
1
vote
1answer
115 views
jQuery preload does not display images
I have a jQuery problem... for a website using lots of picture (organized per galleries) - http://www.cool-breeze.com - I developped a preloader that loads only the current visible gallery.
It works ...
1
vote
2answers
474 views
Block UI spinning preloader
I was wonder if anyone could shed insight as to how I can add a spinning preloader (like apple uses) using the jQuery Block UI plugin. The preloader would have to spin until the AJAX content loads. Is ...
1
vote
1answer
375 views
How to Determine/Control Where Managed Object Model (.mom) File is Stored?
Ey guys, so I have this preloader (Xcode commandline utility project) that preloads my iPhone app's sqlite store and it has been working just fine until now as it is always giving me an incompatible ...
1
vote
1answer
173 views
Play movieClip before initialize
So I have a custom preloader with 200 frames and the corresponding in Flex:
gotoAndStop(Math.ceil(e.bytesLoaded/e.bytesTotal*100));
So basically each procent is one frame in the movieClip. So when ...
1
vote
2answers
1k views
AS3 Preloader Internal or External?
I was wondering what the best way to load my flash game would be. I know how to make an external preloader, but if I want to upload the .swf of the game to a site like newgrounds, Im guessing I need ...