Afaik the reason for that is, that in FP6:
Boolean("foo") = Boolean(Number("foo")) = Boolean(Number.NaN) = false
Whereas in FP7:
Boolean("foo") = Boolean(new String("foo").length > 0) = true
Cheers, Kai.
2006/3/10, Jónatan Einarsson <[EMAIL PROTECTED]>:
>
> Hello everyone!
>
> I am using ASDT to develop an application that needs to be Flash Player 6
> compatiple :S
>
> It seems like it gets built without errors, but there are great unwanted
> differences in functionality from when built for Flash player 7.
>
> The ASDT log doesnt work when built for FP6 (it only traces out numbers... )
> and I can't find a good reference to what changed from 6-7 (I know that
> variables are case insensitive at runtime in FP6).
>
> Any ideas where I can look or how to succesfully debug the code?
>
> Thanks in advance!
>
> Jonatan Einarsson
> Betware - Iceland
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
>
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org