RemoteObjectAMF0 update – makeObjectsBindable

As more people are using the RemoteObjectAMF0 the component receives some updates. The update is in regards to the “makeObjectsBindable” attribute that is present on Flex RPC service components. I used the HTTPService’s makeObjectsBindable documentation to implemented a part of what makeObjectsBindable might do. If makeObjectsBindable is true then the Array will be wrapped in an ArrayCollection. Now you can bind the result...

Read More

Kodak using Flex to create Prinergy

Check out the high profile news release by Kodak, stating they used Adobe PDF Print Engine and Adobe Flex technology to build their workflow system called Prinergy. Here is a snippet from the prelease: The KODAK PRINERGY 4 workflow system for unprecedented flexibility to customize, manage and automate conventional and digital print workflows. Within its technology demonstration, Kodak will also highlight how the new ADOBE PDF Print Engine...

Read More

Flex 2 and Red 5 Chat Live Example

I did not put a working example of the Basic Chat example using Flex 2 and Red 5 up on my server early. I needed to install Red 5 to be able to put it up. I wasn’t sure when I was going to be able to get to it so I posted the code first. I had some free time this morning and decided to give the Red 5 server install a try. It was not terrible bad, and I’ll try and write up my install experience later. But for now the working...

Read More

VitalStream being acquired by Internap

You can find the news release here. The deal is worth about $217 million and is to happen by first quarter 2007. Here is the main quote from the CEO of VitalStream: “Internap’s acquisition of VitalStream is a business combination that creates a scalable public company with complementary product lines and accelerated growth potential. We believe that this is an exciting value proposition for our customers including unparalleled...

Read More

Flex 2 and Red 5 Chat Example

NOTE: This is old code and will probably not work since Red 5 has progressed. The Flex 2 code is still a good basis of how to use NetConnection and NetStream. I have created a basic chat example using Flex 2 and Red 5. The purpose of this example is not so much about building a Red 5 server application but getting Flex 2 to work with an existing Red 5 sample server application. All you’ll need to do is install Red 5 and make sure the...

Read More

PHP RIA SDK by Adobe – Object Mapping Examples

If you use PHP and want to see some examples of how to use it with Adobe technology, specifically Flex, you need to check out the PHP RIA SDK by Adobe. I have in the past created two simple examples of how to use AMFPHP and Flex to return typed object data with PHP. These examples have been contributed to the PHP RIA SDK by Adobe source repository. You can find the two examples on the google code PHP RIA SDK repository...

Read More