// TODO: [2005-11-02 ptw] (Flash 8) Fails in Flash 8.24
      var flashVersion = lz.Browser.getVersion();
      if ((! flashVersion) || flashVersion < 8 || flashVersion > 10) {
          LzTestManager.assertNotSame(NaN, NaN, "NaN !== NaN");
      }

In a SWF8 app (running in the Flash 10 player),   NaN === NaN is in fact
true. If you compile the
app for SWF10, NaN !== NaN.

I guess looking at lz.Browser.getVersion() is not the right thing, mebbe
this should look for $runtime == "swf8"
for this special case?

-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to