first part of my "migrating to as3" notes. lots of things have changed in new flashCS3. here are some i have to remeber about :
1. now its is possible to change parent of specified MovieClip (writing MovieClip i mean any subclass of InteractiveObject)
2. old MCs methods like attachMovie and createEmptyMovieClip are gone. now to achive the same effect you simply create MC instance and using method addChild append it to the parent MC.
Blog - flashCS3 - notes #1
segfaultlabs.com » Blog » flashCS3 - notes #1