Eye of the Tiger with iPhone v Flash player. Good way to start a code heavy session first thing in the morning. Up to late to really try to comprehend much of this. Will be a good session to watch back.
-It was good to have examples of things in the SDK and their analog in the Flash IDE. Example: Create an image view. Put a .png in it. Similar to creating a movie clip and placing a library item in it.
-All class have a .h and a .m file. .h contains vars while .m contains executable code that relies on the .h file.