Flex2 custom RemoteObjectAMF0 (updated for release)

[lang_en] Since the release of Flex2 I have gone back and updated my code examples. http://renaun.com/flex2/ In particular is the Flex 2 custom RemoteObjectAMF0 class to allow an easy way to connect Flex2 to AMF0 gateways. You can find the example and source code here. [/lang_en] [lang_zh] 因为Flex2出台了,...

Read More

Flex Cookbook whip up some recipes

Have you every gone to the store to look at cookbooks. I always find cookbooks in Costco and Barnes n Noble to be quite interesting. Just looking over the wide variety of books confirms there are many ways to cook up the good nutritional substance we all need. I had the opportunity to preview the new cookbook area for Flex developers. Flex developers have many places to learn and cook up ideas, scripts, solutions, etc… We have the Adobe...

Read More

Flex2 FileReference API for Uploading Files

I read through the article titled, “Using the FileReference API to upload files in Flex 2 applications”. It is a good starting point for learning how to use the file upload capabilites in Flex 2 and Flash Player 9. I found some simple instructions missing that confused me for a little bit. The article mentions this paragraph When uploading a file, developers often request to attach additional metadata such as date/time at upload,...

Read More

What JRE version does Flex Builder 2 standalone use?

With the release of the Flex Builder 2 Java technote I became curious of all the JVM settings in the standalone version. Here are my results and a method of switching the JVM used by the standalone builder. This is not necessarily recommend or throughly tested, but its pretty basic stuff. First is to check out the version that comes with the Flex Builder 2 standalone version. You can do this in two ways. Way #1: Open up a command prompt and...

Read More