Archive for the ‘Flex’ Category

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

Google App Engine Text Datastore Object not Saving with AMF

Thursday, July 2nd, 2009

I’ve been working with creating a Flex app with Google App Engine and AMF based on Sekhar Ravinutala’s blog post about using GraniteDS and the new Java framework for GAE. Everything was going smoothly until I needed to use a datastore Text object instead of a standard string property because a string can only contain 500 [...]

Read full blog post: Google App Engine Text Datastore Object not Saving with AMF

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

A 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

Adobe 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

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

Notes: Adding SEO to a Flex web site

Thursday, June 11th, 2009

SEO or Search engine optimization is the skill set that helps market your web site/application. It is the process of improving the search results of a web site in popular search engines, such as Yahoo and Google. What it all comes down to is how your web content, text, is presented and referenced into searches. [...]

Read full blog post: Notes: Adding SEO to a Flex web site

A Taste of “Flash on Tap” 2009

Saturday, June 6th, 2009

A week ago this night, the first “Flash on Tap” conference was winding down as the rocking reggae band (Toussaint and the China Band) finished their set. It was fitting end to an unconventional meeting of design and development professionals; a Flash conference/Micro-beer festival mash-up. The main focus of this three day convention was the [...]

Read full blog post: A Taste of “Flash on Tap” 2009

Paginated DataGrid with Sorting

Saturday, April 4th, 2009

In a recent project we built a DataGrid that showed paginated data from a web service. That itself was pretty straight-forward. It eventually required sorting. And of course the sorting feature with DataGrid would only sort the data within a single page when we wanted the sorting to be applied to the entire data set. [...]

Read full blog post: Paginated DataGrid with Sorting

Embeding Fonts for use in TextFormat and CSS

Friday, March 20th, 2009

I regularly have problems embedding fonts in my SWF files. There are a variety of different ways to embed fonts; many of which are detailed in the documentation. I am going to show my preferred way to embed fonts that solve many of the problems are arise when embedding fonts in other ways. One of the biggest issues that I [...]

Read full blog post: Embeding Fonts for use in TextFormat and CSS