I was planning on putting up notes on this session, but Pete is showing so much cool stuff that i forgot to take notes.
Basically, he is building video (quicktime, tv, etc) using Flash. Realy cool stuff.
Components
UI Component Set 2 From Macromedia. Avaliable from Flash Exchange.
Most components support handlers, which is the name of the function that you want to be called when an event happens. By default the function is on the same timeline as the components. You can set them via the API to use functions on any object.
Just a quick reminder that I will be updating my weblog live from Flash Forward. You can view the posts in the FlashForward section.
Remember that I am typing in the dark, and not spell / grammar checking, so there will be a lot of typos.
Just saw this on were-here.com, created by sykes. This should come in handy this week.
Dropped by this session really quickly. Lots of questions about replacements for generator (Flash Remoting, Flash Communication server for runtime dynamic content, JGenerator for offline batched content).
The first day of Flash Forward involves a number of half day sessions / classes. I am sitting in Branden Hall’s first session of three. The first session is on Object Oriented Programming in Flash (something that Branden and Sam Wan just wrote a book on).
Branden is discussing some of the basics of Object oriented programming in Flash, including objects vs instances, and how to create custom classes.
Importance of encapsulation
Short QA session.
They are showing comparisons of the same video in different players (austin powers trailer):
In higher end encoding, the differences between the players become more obvious, with dedicate video players having better quality.
Encoding time:
Video in Flash MX.
Danny Mavromatis and Mike Davidson, ESPN.com
Danny and Mike work for ESPN.com which is a very popular site. They do have some power to force users to change browsers.
Video in Flash
Image Sequences
Most primitive version of video in flash is a sequence of images. They are showing some Seinfeld clips that use the technique. Basically, take a video clip, export it as a sequence of images, and then import them into flash (flash will recognize that it is a sequence of images).
Branden is going to dissect his bibliofile application.
The app helps him keep trakc of all of his books.
Uses Tab component, TreeView Component, push button component.
Application gets information from a remote web service via Flash Remoting. (branden uses a cue cat to scan in the books isbn into flash. flash then sends the isbn via flash remoting to a remote web service which returns information about the book. the book information is then stored locally. cool stuff! - mc).