In the last Flex 3 rich feature item renderer example we looked at item renderers that had some nice visual and functional features, in this example we will take it to the next step and introduce some dynamic abilities to the item renderers. By using dynamic item renderers you can create more flexible & reusable [...]
Read full blog post: Example of Feature Rich Dynamic Item Renderers in Flex 3Archive for February, 2009
Example of Feature Rich Dynamic Item Renderers in Flex 3
Friday, February 20th, 2009
Building a Facebook application with Ribbit and Flash
Wednesday, February 18th, 2009
For me, Facebook (free-access social networking website) is a guilty pleasure. I’ve spent more time on this site than I care to admit. When the chance came, I set out to use my mighty morphic skills to build a Facebook application. My goal was to create an application that makes phone calls from within Facebook. [...]
Read full blog post: Building a Facebook application with Ribbit and Flash
For me, Facebook (free-access social networking website) is a guilty pleasure. I’ve spent more time on this site than I care to admit. When the chance came, I set out to use my mighty morphic skills to build a Facebook application. My goal was to create an application that makes phone calls from within Facebook. [...]
Read full blog post: Building a Facebook application with Ribbit and FlashFABridge Error: “You are trying to call recursively into the Flash Player which is not allowed…”
Saturday, February 14th, 2009
Like many people, I’ve been using the FABridge a lot and loving the simplicity it provides. Also like many people I’ve run into the following JavaScript error thrown by the FABridge: You are trying to call recursively into the Flash Player which is not allowed. In most cases the JavaScript setTimeout function, can be used [...]
Read full blog post: FABridge Error: “You are trying to call recursively into the Flash Player which is not allowed…”
Like many people, I’ve been using the FABridge a lot and loving the simplicity it provides. Also like many people I’ve run into the following JavaScript error thrown by the FABridge: You are trying to call recursively into the Flash Player which is not allowed. In most cases the JavaScript setTimeout function, can be used [...]
Read full blog post: FABridge Error: “You are trying to call recursively into the Flash Player which is not allowed…”Mysterious Default XML Namespace Issue
Monday, February 9th, 2009
I’ve been working with a RESTful service layer a lot recently that uses XML with a default namespace. In an ActionScript library project I have some delegate and model classes that natually use the default xml namespace directive. Once in a while I ran into a mysterious issue where the namespace doesn’t seem to be [...]
Read full blog post: Mysterious Default XML Namespace Issue
I’ve been working with a RESTful service layer a lot recently that uses XML with a default namespace. In an ActionScript library project I have some delegate and model classes that natually use the default xml namespace directive. Once in a while I ran into a mysterious issue where the namespace doesn’t seem to be [...]
Read full blog post: Mysterious Default XML Namespace Issue