Re: [Flashcoders] Player 8 fluidity

2007-01-30 Thread Zeh Fernando
Since player 8 is out, it seems to be impossible to make a fluent animation if there are more frames than pixels, i.e a simple 100 pix tween on _x in 50 frames It's not really the player, but the compiler. see example here, it's the same code, juste changed the export player version, and

Re: [Flashcoders] Player 8 fluidity

2007-01-30 Thread PR Durand
hi Zeh thx for answer, but at the end of my mail, I said that it isn't related to textfield, as the problem remains the same with a shape or bitmap inside a movieClip... it seems that it's alaways moved on pixels... ++ PiR Zeh Fernando a écrit : Since player 8 is out, it seems to be

Re: [Flashcoders] Player 8 fluidity

2007-01-30 Thread Zeh Fernando
The same can occur with bitmaps because of the different way the players treat bitmap smoothing - Flash 8+ actually respects the smoothing property from the image (on the library) while Flash 7- depends on your global _quality settings first. So you might have to turn on the smoothing option