The Morphic Group has been working with PermissionTV since 2007, lending our engineering expertise to the architecture and development of the next generation of the PermissionTV platform. Specifically we’ve been working with them on the Platform Development Kit (PDK), which contains a large set of libraries and an application architecture designed for the express purpose [...]
Read full blog post: The Morphic Group Helps Build PermissionTV PDKArchive for July, 2008
The Morphic Group Helps Build PermissionTV PDK
Wednesday, July 30th, 2008
Dynamically Getting JavaScript Properties
Wednesday, July 23rd, 2008
Jumping off of Joey’s post about anonymous functions from externalinterface, here’s a quick and perhaps obvious method of dynamically getting JavaScript properties:
package examples {
import flash.external.ExternalInterface;
public class JavaScript {
public static function getProperty(name:String):Object {
var property:Object;
if (ExternalInterface.available) {
[...]
Read full blog post: Dynamically Getting JavaScript Properties
Jumping off of Joey’s post about anonymous functions from externalinterface, here’s a quick and perhaps obvious method of dynamically getting JavaScript properties:
package examples {
import flash.external.ExternalInterface;
public class JavaScript {
public static function getProperty(name:String):Object {
var property:Object;
if (ExternalInterface.available) {
[...]
Flex Link Buttons: Adding line breaks/wordwrap functionality
Wednesday, July 23rd, 2008
In my endless pursuit to rely more on the flex framework instead of created components from the ground up (call it a outset of flash-itis), I still find cases where I need to refine flex components. For example, Link buttons. How do you add line breaks and word wrapping in a link button? After [...]
Read full blog post: Flex Link Buttons: Adding line breaks/wordwrap functionality
In my endless pursuit to rely more on the flex framework instead of created components from the ground up (call it a outset of flash-itis), I still find cases where I need to refine flex components. For example, Link buttons. How do you add line breaks and word wrapping in a link button? After [...]
Read full blog post: Flex Link Buttons: Adding line breaks/wordwrap functionalityThe Morphic Group: Adobe Solution Partner
Wednesday, July 2nd, 2008
The Morphic Group is proud to announce its participation in the Adobe Solution Partner Program. This strategic alliance is a conscious effort to demonstrate the company’s dedication to its customers by leveraging access to Adobe’s developer core, as well as strengthen The Morphic Group’s brand in the RIA community.
The Adobe Solution Partner Program benefits partners [...]
Read full blog post: The Morphic Group: Adobe Solution Partner
The Morphic Group is proud to announce its participation in the Adobe Solution Partner Program. This strategic alliance is a conscious effort to demonstrate the company’s dedication to its customers by leveraging access to Adobe’s developer core, as well as strengthen The Morphic Group’s brand in the RIA community.
The Adobe Solution Partner Program benefits partners [...]