Is there a caching issue with Firefox 3 for OS X?
I'm having an issue where my map doesn't load until I clear the cache in Firefox 3 on OS X. It seems to work fine though in Safari and my Windows Firefox and IE. Maybe it's a Firefox issue, but thought I'd bring it up. The .swf in question is here: http://projects.flowingdata.com/visitr/
2
people have this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Hi Nathan,
I can't reproduce your problem with Firefox 3 here... the map works great!
If anyone else can reproduce it, let us know.
I’m undecided
-
Inappropriate?well that's good to know. now i just have to figure out why my browser is screwy :)
-
Inappropriate?i also have the issue in firefox3 and leopard. quitting and relaunching seems like a temporary fix, but it makes for a painful web development environment. occasionally, i can't get to any websites, when safari or other internet connectivity tools work.
I’m frustrated
-
Inappropriate?hmm, i guess this problem is a flash in firefox/leopard and not with modest maps.
-
I did. There's a stageWidth, stageHeight bug with actionscript 3 in firefox 3. Sometimes it goes to zero. See more details here:
http://www.stevensacks.net/2009/01/20... -
Inappropriate?Thanks, That was it!
I put a loop in the constructor, and initialized the swf after the width and height were bigger than 0;
private function onLoop(event:Event):void {
var w:Number=stage.stageWidth;
var h:Number=stage.stageHeight;
if (w>0&&h>0) {
initMe();
removeEventListener(Event.ENTER_FRAME, onLoop);
}
}
Loading Profile...



EMPLOYEE


