Want to get started with Flash Platform P2P? Some goodies for you.
This week I gave an introductory presentation on the Flash Platform P2P API. The session covered the basics of Flash Platform P2P and RTMFP. It also demonstrated multiscreen P2P applications. The following link will take…
Screencast: Demonstration of a Multiscreen P2P Call Center Application
Here at RealEyes Media we enjoying building demonstration apps to see what can be done with Flash Platform technologies. Recently we built a fake call center application to demonstrate the following concepts: Multiscreen Development: Using…
360|Flex: Flash Video Across Screens – Slide, Code, and Resources
On a last minute situation at 360|Flex I was given the chance to fill in for David Hassoun‘s Flash Video Across Screens presentation. In other words, he/John Crosby did most of the work creating the…
360|Flex: AS for the iPad – Slides and resource links
Here are the slides and resource links for my Developing ActionScript Based Applications for the iPad presentation that I gave at 360|Flex Denver. Slides Resources I’ll keep an eye out for when the video becomes…
Thinking about going to 360|Flex? Get off the fence, now!
There’s so many reasons why you’ll be missing out if you don’t go to 360|Flex next month. If you’ve thought about it, you need to just do it. Here’s several just to whet your appetite:…
Adobe AIR: Setting a file association for FLV and F4V files.
I was working on an AIR application recently that needed some file associations for FLV and F4V files. I knew that there was a <fileTypes/> block in the application descriptor file to allow me to…
Quick Tip: Using DCD classes in a Flex Library Project
Recently I found myself on a project where we used the Flash Builder 4 Data-centric Development (DCD) tools to quickly generate a client-side library of classes to interface with a very large SOAP service. One…
360Flex SJC 2010: Flex and Silverlight stack comparison Slides and Sample Apps
The slides and sample apps for the Flex and Silverlight stack comparison talk that I gave at 360 Flex with Eric Fickes are now available. You can find them here: http://www.iheartair.com/?page_id=604
Memory Management: Use the Lightest Classes You Can.
David and I have been teaching Flex at a local college. Recently David mentioned to a student that he should use a lighter-weight class for a mask than Canvas. The student asked why. This brings…