Archive for the ‘Uncategorized’ Category

The Morphic Group’s IRL Race Control Nominated for 2010 Webby

Monday, February 22nd, 2010

The Morphic Group is proud to announce that Indycar Race Control has been nominated for a 2010 Webby Award ! Congradulations to everyone at The Morphic Group. :) Indycar Race Control is a fully immersive way to experience Indy Racing. Not only can you watch the live race or in-car video but you can monitor [...]

Read full blog post: The Morphic Group’s IRL Race Control Nominated for 2010 Webby

“Content Assist” did not complete normally – bat file workaround

Tuesday, November 3rd, 2009

Follow up to my last post. I am having to do this enough that I wrote a bat file for it. Here is what it looks like if anyone is interested. Just copy and paste the code below into a notepad and save as a .bat file. I put mine in the root of my [...]

Read full blog post: “Content Assist” did not complete normally – bat file workaround

“Content Assist” did not complete normally. Please see log for more information.

Tuesday, October 27th, 2009

Here is a work around for this annoying bug in Flash Builder 4 beta 2: From: http://bugs.adobe.com/jira/browse/FB-21566 Close Flash Builder 4 beta 2 Delete this folder in your workspace: \.metadata\.plugins\com.adobe.flexbuilder.codemodel. Relaunch Flash Builder 4 beta 2

Read full blog post: “Content Assist” did not complete normally. Please see log for more information.

Flash Camp St Louis 2009 – Code Samples

Sunday, September 13th, 2009

I had a great time presenting at Flash Camp St Louis this last Friday. The City Museum was a great venue. All the other speakers did a great job. Thanks JP for putting together such a great event! Here is the sample code I showed in the presentation. Rt-click and select View Source for the [...]

Read full blog post: Flash Camp St Louis 2009 – Code Samples

More Memory for FlexBuilder

Friday, August 14th, 2009

If you are like me and cannot stand long compile times you may find that increasing the memory allocation for FlexBuilder will help. To do this edit this file. Likewise, if FlexBuilder uses too much memory for your system you can make edits to this file. C:\Program Files\Adobe\Flex Builder 3\FlexBuilder.ini Here are my settings ### [...]

Read full blog post: More Memory for FlexBuilder

Flash ContextMenu

Monday, July 6th, 2009

Recently I attempted at add copy, paste, delete to a ContextMenu (rt-click menu) of a Flash movie. I quickly discovered that copy, paste, and delete are reserved words and cannot be used. I tried the trick of putting a space after the words, i.e. “copy “. That did not work. I found a decent work [...]

Read full blog post: Flash ContextMenu

How to Create a Spark Icon Button and Skin

Thursday, June 18th, 2009

With the new spark components in MXML 2009 you may have noticed there is not longer an “icon” style property you can set for a button. So what do you do if you want an icon in your button? One solution is to put the icon in your button skin, but this would require you [...]

Read full blog post: How to Create a Spark Icon Button and Skin

Ben Bishop joins The Morphic Group

Saturday, April 11th, 2009

We are happy to announce that Ben Bishop has joined The Morphic Group. Ben brings his interactive development expertise and professional process to our team. Having worked with Ben on past projects, we had the advantage of knowing the level of code and attention to detail that Ben brings to his work. Again we are [...]

Read full blog post: Ben Bishop joins The Morphic Group

The Morphic Group Welcomes Ash Atkins

Saturday, April 11th, 2009

We are pleased to announce that Ash Atkins has joined The Morphic Group. Ash is a highly focused seasoned senior software developer, with a well known reputation for delivering quality code on every project.  Co-author of ” Adobe Air in Action”, Ash also brings to the table a wealth of knowledge which has benefited the [...]

Read full blog post: The Morphic Group Welcomes Ash Atkins

Disable Caching In Firefox

Monday, March 9th, 2009

This is a silly post. I’m going to write something that probably everyone else in the whole Flex world already knows. But I didn’t know this. And it was helpful for me. For a project I’m working on we are having to integrate a feature that uses a .swc provided by the client. This feature, [...]

Read full blog post: Disable Caching In Firefox