On Sun, May 1, 2011 at 3:06 PM, hamburger <[email protected]> wrote: > Hello I have the same issue in 1.3.2 than in the versions before if > you do not have flash installed. > > issue in firebug / firefox 3.6.1.7 > return new > ActiveXObject('ShockwaveFl...kwaveFlash').GetVariable('$version');
IIRC that's the Flash detect code in there; seen the same but it was obvious; if we're talking about the same thing here, you'll see that when you track flow in the debugger, you end up in a catch() exception handling section which, in code, says something along the lines of: 'Aha. So this machine doesn't have Flash around. Flag it as such and go on with what we should be doing.' May be a bit irritating when you're debugging, but otherwise fine. -- Met vriendelijke groeten / Best regards, Ger Hobbelt -------------------------------------------------- web: http://www.hobbelt.com/ http://www.hebbut.net/ mail: [email protected] mobile: +31-6-11 120 978 --------------------------------------------------
