3D Animathion
Adobe support for native 3D only in cs4. There are lot of opensource flash 3d engines are there. I tried papervision3d and away3d. Both are quite well. There are lot more tutorials for both online for away3d tutorials click here , for papervision3d download this book. I got the source code of away3d from the google code http://code.google.com/p/away3d/ and for papervison3d svn http://code.google.com/p/papervision3d/. I generate swc using the command. The red5 says about away3d.
D:\sdk\Away3D> compc -include-sources ./src -source-path ./src -target-player 10 -output Away3d.swc
Initially i got this error when compile away3d "Error: Type was not found or was not a compile-time constant: Vector. in away3d"
Then i added the -target-player 10 in command line is fix that error. I think away3d is better than papervision3d. Here is my first animation here
I'm using away3d here...