March 11th, 2010

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

March 11th, 2010

360Flex SJC 2010: Adobe Stratus and FP10.1 P2P Slides and Sample Code.

The slides and sample code for the Peer-assisted networking talk that I gave at 360 Flex with David Hassoun are now available.  You can find them here: http://www.iheartair.com/?page_id=609

February 26th, 2010

Global Ignite Week (Denver) – Be there or be square!

On Tuesday, March 2nd O’Reilly’s Global Ignite Week is making it’s way to Denver. Ground zero is going to take place at Rackhouse pub @ 6:45pm.  $2 Flying Dog Beers all night, a live comedian, and some cool door prizes. Heck, enter the speed round for your chance to win a genuine bottle of Stranahan’s Colorado Whiskey

Also, net proceeds for the event will be given to a local charity, The Bridge Project.

Not only will you get to experience my talk “Mainstream recycling practices are a crock of shit.” but you’ll see 15 other great sessions: http://ignitedenver.org/2010/02/ignite-denver-6-the-line-up/

So what are you waiting for?  Come help us Ignite Denver!  Register now: http://ignitedenver.eventbrite.com/?ref=ebtn

February 22nd, 2010

New Devnet Article: Peer-assisted networking using RTMFP groups in Flash Player 10.1

David and I have an article we worked on with Adobe released on Adobe Devnet today. For those of you interested in bringing P2P into your Flash Platform applications this is a good introduction on all the features you’ll have available to you with Flash Player 10.1, RTMFP, and Stratus 2/FMS 4.

There’s good information, a good sample with source code, and good illustrations to help you get going.  The last word document revision I submitted was 28 pages long, just to give you an idea on the wealth of information in this article.

Also, we’d like to thank our Adobe tech reviewers and editors for helping us get through this!

Here’s the direct link: http://www.adobe.com/devnet/flashmediaserver/articles/p2p_rtmfp_groups.html

Enjoy!

February 10th, 2010

360 Speaker Chat: The Dr. and the Rocker talking Flash Platform and Silverlight Platform

Chat is @ Thursday Feb 11th, 11:30am MST

Eric Fickes and myself will be talking to the 360|Flex guys tomorrow about our session.  It’s actually going to be a back-to-back mega session comparing the latest and greatest on both the Flash Platform and the Silverlight Platform.

Come check it out and feel free to ask questions…although for the good stuff you’ll have to wait until our talks. ;-)

Here’s the full details: http://www.360flex.com/blog/2010/02/360flex-speaker-chat-eric-fickes-and-jun-heider/

December 23rd, 2009

Make a video about why you love 360|Flex, win some cool prizes!

Click above to register and help me get the party suite!

The 360|Flex guys have a copy of Flash Builder Pro, and CS4 up for grabs, and of course a ticket to 360|Flex. They’ll select the best video before the conference and show the videos before the keynote.  Here’s the details on the contest: http://www.360flex.com/blog/2009/10/360flex-be-a-movie-star-win-a-pass/?utm_source=360%7CFlex+San+Jose+Speakers&utm_campaign=9e6b1c9270-360_Flex_San_Jose_Speaker_Email_312_16_2009&utm_medium=email

November 25th, 2009

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 up a good point.

When you’re using various Flex framework classes, you need to stop and think.  Do I really need the class I’m using or can I get away with something smaller.  One good example is when you’re creating custom MXML components.  Many times a rookie developer will create an MXML component with a Container as the root component when all they really need to do is to make a UI Control the root component.

In the case of the question, when using a mask, a very lightweight class the Sprite could have been used if the student had not needed the mask to participate in the display list.  Otherwise, they could have used a custom class based on UIComponent, vs using the larger Canvas class.

Just to re-enforce David’s point, I created a little POC where I created three custom classes, one based on Canvas, one based on UIComponent, and one based on Sprite.  I did not create any custom code in these classes, they were simply used so that they’d be easier to call out in the Flex Builder Profiler.  Then I profiled the application and here’s a screenshot of the results.

As you can see, there can be significant memory impact when you use classes that are more robust than you need.

That being said, pay attention to the classes you use in your code, and always stop to think, do I really need to use this class, or can I get away with something that is lighter-weight?

November 23rd, 2009

360|Flex San Jose 2010: RIATron and P2P coming to San Jose

Here’s two very good reasons to attend 360|Flex in San Jose:

Reason 1:

David Hassoun and I will be co-presenting all that is cool in the world of Flash Player 10.1, Adobe Stratus, and RTMFP.  It’s going to be a great presentation on some of the cutting edge Adobe technology.  So register for 360 and come to our presentation:

Adobe Stratus and Flash Player 10 P2P: Enterprise Multi-user Applications Without the Need for Large Server Infrastructure

Reason 2:

I’m excited to announce that I’m FINALLY going to do my Silverlight for Flex developers talk.  The scope of my original idea has changed and now it’s now evolved into a product compare/contrast, developer workflow, media delivery, and back end system talk.  The cool thing is I’m bundling it up with my friend, and band mate Eric Fickes who will focus on the server side of things.  So register for 360 and come to see the RIATron:

Session 1: Adobe is from Mars, Microsoft is from Uranus: A View from the Client
Session 2: Adobe is from Mars, Microsoft is from Uranus: A View from the Server

November 20th, 2009

Flash Player 10.1: Quickly figure out new Classes, Interfaces, etc.

I’ve been searching for exact information on the new Flash Player 10.1 classes for a couple hours now.  I’ve tried the new Unified Flash Platform livedocs, the Flash Player 10.1 release notes, and even Devnet.  No love…

Thanks to Shigeru I found the information I need.  He’s got some output from the Library Manager tool he runs that shows exactly what’s new in Flash Player 10.1.

Here’s the link to the API differences: http://shigeru-nakagaki.com/index.cfm/2009/11/17/20091117-API-differences-between-FP-100-and-FP101

By the way, if you don’t read his blog, you should.  He’s always posting really useful information.

Props to Flex developers in Japan!  Thanks Shigeru!

November 19th, 2009

Flash Player 10.1 on Mac: Use Sephiroth Flash Switcher to Keep Your Debug FP 10.

Adobe recently release Flash Player 10.1 on labs.  It has many outstanding new features and I’m excited to start playing around with it.  However, since I’m on Mac OS X, there’s one very big issue.  There’s no debug version of the 10.1 player to download.

The lack of a debug player for Windows users is not too big of a deal since the installer comes in the IE plugin flavor and the Netscape plugin flavor. For us developers this means we can use one browser for 10.1 and the others for debugging our work targeted at older player releases.

For us Mac users we get one plugin installer.  This means to play with 10.1 we have to get by without a debug player.  For those of us that write Flash Player applications as our job, this is simply not an option.

So…rather than living without a debug player or living without playing with Flash Player 10.1 I figured out a way to have my debug and 10.1 too.  Thanks a ton to Sephiroth for building a really useful Firefox plugin, the Flash Switcher!

Using the Flash Switcher, I can install 10.1 globally on my system. Then if I want to debug a pre-10.1 application I’m working on I can use Firefox to switch to the version 10 debug player using Flash Switcher.  The other beneficial side effect is when you switch it in Firefox any browser should also get switched, for instance, Safari.

Here’s the steps I took to make this a reality:

1. First you are going to want to uninstall Flash Player from your system. Once you’ve downloaded the uninstaller make sure to close all your browsers.  Here’s the link to the uninstaller: http://kb2.adobe.com/cps/141/tn_14157.html

2. Next, you will want to install the Flash Player 10 Debug Player.  Once again, after you download the installer you will need to close all browsers.  Here’s the link to the installer: http://www.adobe.com/support/flashplayer/downloads.html#fp10

3. The next step is to open Firefox and go to Sephiroth’s page to install Flash Switcher.  Here’s the link to that: http://www.sephiroth.it/firefox/flash_switcher/#install

4. Once you’ve installed the Flash Switcher, you will want to save Flash Player 10 Debug Player in the Flash Switcher as a cached version of the Flash Player.  I suggest watching the 45 second tutorial on how to do this: http://www.youtube.com/watch?v=5iINoAaKB64

5. Next, you are going to want to uninstall the Flash Player 10 Debug Player. Don’t worry, if you cached it in step #4 you’ll still have it. So, uninstall Flash Player from your system. Once you’ve downloaded the uninstaller make sure to close all your browsers.  Here’s the link to the uninstaller: http://kb2.adobe.com/cps/141/tn_14157.html

6. Now it’s time to install the Flash Player 10.1 Player.  Once again, after you download the installer you will need to close all browsers.  Here’s the link to the installer: http://labs.adobe.com/downloads/flashplayer10.html

7. Now save Flash Player 10.1 as a cached version of Flash Player in Flash Switcher.   If you didn’t in step 4, suggest watching the 45 second tutorial on how to do this: http://www.youtube.com/watch?v=5iINoAaKB64

8. At this point if you try to use Flash Switcher to switch between the two versions of the Flash Player, Firefox will throw errors such as Access Denied and File Already Exists. (At least I did)  To get around this, you must uninstall Flash Player 10.1 and rely on the cached versions of Flash Player 10.1 and Flash Player 10 Debug in your Flash Switcher.  So, uninstall Flash Player from your system. Once you’ve downloaded the uninstaller make sure to close all your browsers.  Here’s the link to the uninstaller: http://kb2.adobe.com/cps/141/tn_14157.html

You should now be able to switch back and forth between 10.1 and the version 10 debug player.  One thing I noticed, is you’re going to want to close your other browsers such as Safari before switching otherwise the Flash Switcher won’t be able to switch the player version. It may by why I got the issues before step 8, but hey, this was supposed to be a 5 minute blog post, I’m busy with billable work, and too lazy to retest and revise. :-P

Finally, if you want to test the switching with an app in Flash Builder 4, you can run this simple Flex 4 app after each switch.  It spits out the player version and whether it’s a debugger or not.  This download is a zip file containing an FXP export of the Flex 4 Project: http://www.iheartair.com/samples/CodeZips/TestingFP10FlashSwitcher.fxp.zip

« Previous Entries

Community Jun

Ignite Denver Committee

Written Jun

Flex Authority Vol. 1 Issue 2
InsideRIA
Fusion Authority Quarterly Update

Gamer Jun

Categories

Credits

FireStats icon Powered by FireStats