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 [...]
Archive for the ‘ActionScript’ Category
Flash Camp St Louis 2009 – Code Samples
Sunday, September 13th, 2009
Flash Camp St. Louis 2009 – This Friday
Tuesday, September 8th, 2009
Two TMG employees presenting at Flash Camp St. Louis this Friday at the City Museum, Ben Bishop and Jason Hanson.
Should be a good time. If you are in St. Louis and have any interest in Flash, Flex, or Catalyst think about coming.
Tickets still available.
www.flashcampstlouis.com
Read full blog post: Flash Camp St. Louis 2009 – This Friday
Two TMG employees presenting at Flash Camp St. Louis this Friday at the City Museum, Ben Bishop and Jason Hanson.
Should be a good time. If you are in St. Louis and have any interest in Flash, Flex, or Catalyst think about coming.
Tickets still available.
www.flashcampstlouis.com
How to Use Asynchronous Test Methods with FlexUnit 4
Wednesday, July 15th, 2009
An essential part of Agile Development is to embrace the use of unit testing throughout the development of your project. Unit tests give the programmer to ability to run automated tests on their code at anytime to ensure that any refactoring or added code has not broken what was previously written. This luxury [...]
Read full blog post: How to Use Asynchronous Test Methods with FlexUnit 4
An essential part of Agile Development is to embrace the use of unit testing throughout the development of your project. Unit tests give the programmer to ability to run automated tests on their code at anytime to ensure that any refactoring or added code has not broken what was previously written. This luxury [...]
Read full blog post: How to Use Asynchronous Test Methods with FlexUnit 4How to Make a Flash Application into a Facebook Application and Page Tab
Thursday, July 9th, 2009
For the Morphic Group’s Facebook page we wanted to repurpose the featured projects part of our current website into a Facebook page tab. After looking at a series of tutorials and poking and prodding till it worked, here is how we did it.
What you will need:
- A webserver or hosting account that can run PHP
- [...]
Read full blog post: How to Make a Flash Application into a Facebook Application and Page Tab
For the Morphic Group’s Facebook page we wanted to repurpose the featured projects part of our current website into a Facebook page tab. After looking at a series of tutorials and poking and prodding till it worked, here is how we did it.
What you will need:
- A webserver or hosting account that can run PHP
- [...]
Creating a Spark Resizable Title Window with Adobe Catalyst and Flash Builder
Friday, June 26th, 2009
You may have noticed that with the new Spark components there isn’t a new TitleWindow, much like the lack of icon property in a Spark button I wrote about in a previous post. In this tutorial, I’m going to demonstrate how to create a resizable TitleWindow using the new Spark SkinnableContainer component. You can view [...]
Read full blog post: Creating a Spark Resizable Title Window with Adobe Catalyst and Flash Builder
You may have noticed that with the new Spark components there isn’t a new TitleWindow, much like the lack of icon property in a Spark button I wrote about in a previous post. In this tutorial, I’m going to demonstrate how to create a resizable TitleWindow using the new Spark SkinnableContainer component. You can view [...]
Read full blog post: Creating a Spark Resizable Title Window with Adobe Catalyst and Flash BuilderA Chat About PHP with Adobe Flash Builder 4 and Flash Catalyst
Thursday, June 25th, 2009
With all the hoopla that is going on with the Flash Platform… probably the biggest news comes from Flash Builder 4 (Flex) with Data Services. The new wizards that can introspect your data service and help you create code to build effortlessly (well at least it is a good start). You may use whatever flavor [...]
Read full blog post: A Chat About PHP with Adobe Flash Builder 4 and Flash Catalyst
With all the hoopla that is going on with the Flash Platform… probably the biggest news comes from Flash Builder 4 (Flex) with Data Services. The new wizards that can introspect your data service and help you create code to build effortlessly (well at least it is a good start). You may use whatever flavor [...]
Read full blog post: A Chat About PHP with Adobe Flash Builder 4 and Flash CatalystAdobe Flash Builder and Catalyst Tips, Tricks, and Hacks
Tuesday, June 23rd, 2009
Adobe Catalyst was released at the beginning of June with great fanfare, and with that positive buzz a lot of tutorials have been created that demonstrate how quickly a developer can go from a Catalyst project to a Flash Builder project to a working application. However, there aren’t many tutorials on how to go back [...]
Read full blog post: Adobe Flash Builder and Catalyst Tips, Tricks, and Hacks
Adobe Catalyst was released at the beginning of June with great fanfare, and with that positive buzz a lot of tutorials have been created that demonstrate how quickly a developer can go from a Catalyst project to a Flash Builder project to a working application. However, there aren’t many tutorials on how to go back [...]
Read full blog post: Adobe Flash Builder and Catalyst Tips, Tricks, and HacksHow 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 to [...]
Read full blog post: How to Create a Spark Icon Button and Skin
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 to [...]
Web Ads with ClickTags
Friday, April 10th, 2009
When creating web ads for third party companies, you maybe asked to add a clickTag,
a reference to an external variable. The variable is passed from within the html Object/Embed tags via query string or FlashVar parameter. This allows an ad manager to track the click-through of the
Flash SWF. Usually, the ad manager would create an [...]
Read full blog post: Web Ads with ClickTags
When creating web ads for third party companies, you maybe asked to add a clickTag,
a reference to an external variable. The variable is passed from within the html Object/Embed tags via query string or FlashVar parameter. This allows an ad manager to track the click-through of the
Flash SWF. Usually, the ad manager would create an [...]