Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
Kathy #1
ProgressBar Loader Components - HELP!
I've been researching this on the web and MM site for a few days and
have not been able to find a fix.
I followed a few tutorials on how to use the MX 2004 ProgressBar and
Loader components to load an external SWF. Here is the URL to the movie
I created:
[url]http://www.lvsonline.com/wk5component-progressBar.html[/url]
[url]http://www.lvsonline.com/wk5component-progressBar.fla[/url]
NOTE: The fla is just a movie that contains the ProgressBar and Loader
components which loads an external swf file. It's 3 layers (action,
ProgressBar, Loader) contains just one keyframe each.
The code in frame 1 is:
// create event listener object for checkbox
myLoaderListener = new Object();
// click event handler
myLoaderListener.complete = function ( eventObject )
{
myProgressBar._visible = false;
}
// register the event listener
myLoader.addEventListener("complete", myLoaderListener);
The ProgressBar component has an instance name of myProgressBar with
these parameters:
conversion = 1
direction = right
label = Loading%3%%
labelPlacement = bottom
mode = event
source = myLoader
The Loader component has an instance name of myLoader and has these
parameters:
autoLoad = true
contentPath = wk5PhotoGallery.swf (name of external movie to be loaded
which is 131 kb in file size).
scaleContent = false
The ProgressBar works perfect in Test Movie/Simulate Download, in my NN
7.1 and in my NN 4.76. It fails to work in my IE 6.0.2600....the
progress bar appears for a few seconds and remains at 0%. Then
disappears and a blank page is displayed until the external movie is loaded.
My friend tested it in her browsers, these are her results:
Worked fine in IE 6.0.2800. Failed in NN 7.0. Worked in NN 4.79.
In my research, I came across 2 other movies with the ProgressBar/Loader
components which get the same results that mine does....they work fine
in NN 7.1 and NN 4.76 but fails in IE 6.0.2600:
This one:
[url]http://www.virtualclues.com/tutorials/Flash/progressbar/example.htm[/url]
And this one:
[url]http://flash.trainingfromthesource.com/bookstore_content.html[/url]
(bug topic in TFTS forum):
[url]http://trainingfromthesource.com/forum/index.php?s=9995346e364f03e0a892f15d5153cef4&showt opic=17[/url]
My questions are:
1. In the 3 movies above, are you able to see the ProgressBar and is it
working....do you see the bar fill from 0 to 100% then the external file
loads? (Those on highspeed may not see it). Please advise which browsers
you checked them in and the results.
2. Is anyone else having trouble getting consistent results when using
the ProgressBar/Loader components to load an external file?
3. Does anyone know how to fix this?
Thanks in advance,
Kat
Kathy Guest
-
ProgressBar not getting updated properly
I am trying to design a multiple file uploader in the following code <?xml version="1.0" encoding="utf-8"?> <mx:Application... -
simple problem with design progressBar
look at this picture http://www.data2town.com/ftp/lipa.jpg 1 and 2 progressBar look very nice (screen come from flex doccumentation) but in my... -
Tutorial for ProgressBar Component
I am looking for a tutorial on how to use the ProgressBar component in FMX2004. Specifically, how to use it to create a preloader for an entire... -
ProgressBar component
I've been exploring the new components included with Flash MX 2004 Pro. I followed word-by-word built-in tutorial on how to integrate the... -
Progress Bar and Loader Components
Hi there, I got this little problem with the progress bar and loader components. I made a swf file (call it file1.swf) which contains the main...



Reply With Quote

