View Full Version : showing a loading bar in mozilla
autoportret
01-03-2006, 02:38 PM
Hi to those hwo are seeing this thread
So. I discovered a little problem in my flash.
I made a swf file that is loading images in the same movieClip. I made a loading bar and it's working. the images are loaded into that movieClip and in IE the loading bar is visible so it is the percent and the stuff. but in Mozille and Opera is not. the image is loaded but the loading bar is not.
what can be the real problem? there is some incompatibility that I am not knowing?
or there is just an unresolved problem with the browsers
thanks guys
outlando
01-03-2006, 02:48 PM
I've never come across a progress bar issue between the browsers... they generally work fine on either FF or IE in my experience.
autoportret
01-03-2006, 02:53 PM
but... for the root is ok. the loading bar is ok.
if I try to load an external swf into a movie clip is getting this error to me
outlando
01-03-2006, 02:55 PM
OK, that sounds more like a pathing issue... but if it's working in one browser and not in another, then that's just weird!
autoportret
01-03-2006, 02:57 PM
yes I know this.... and congratiulations for your future baby. I am already a father for 3 months and is a very great experience..
;)
outlando
01-03-2006, 03:05 PM
Thank you. I'm very excited, but I have SO much to do before the baby comes!!
Artech
01-03-2006, 10:29 PM
Check the flash versions in the other browsers, I would suspect they might not be what you had in IE and might be causing the problem.
Brian
Flash Gordon
01-03-2006, 10:58 PM
Blank mc have 4 bytes
if (loaded == total) will get called right away because 4 == 4
Fix:
if (loaded == total && total > 4) {
}
Hi to those hwo are seeing this thread
So. I discovered a little problem in my flash.
I made a swf file that is loading images in the same movieClip. I made a loading bar and it's working. the images are loaded into that movieClip and in IE the loading bar is visible so it is the percent and the stuff. but in Mozille and Opera is not. the image is loaded but the loading bar is not.
what can be the real problem? there is some incompatibility that I am not knowing?
or there is just an unresolved problem with the browsers
thanks guys
orbit585
01-16-2006, 02:53 AM
my site and preloader works in ie but it freezes and doesnt load in firecof and ns.
what the heck is going on?
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.