Flash 9 Alpha -> Flash CS3 porting: navigateToURL???
I have just spent the whole day porting my AS3Preview-based project to Flash CS3.
That wasn't a big deal, basically CS3 is more rigid on distraction mistakes.
I noticed a few things are working different.
1: the button releaseOutside workaround (I think it was by senocular) doesn't work anymore.
2: the rendering optimizer is cutting off more stuff (looks like applying a ColorTransform to a Bitmap's data won't trigger redraw anymore).
3: the navigateToURL() method no longer exists? I do NOT get a compile error on it in Flash CS3, though I get a runtime error. I get a compile error in ASDocs though (which looks MUCH stricter).
By the way, I finally managed to compile my first API documentation with ASDocs... feels really cool ;)