Not finding what you are looking for? Request a recipe!
WebORB is an excellent development and runtime environment for connecting Flex and Flash applications with .NET server architecture using AMF, RTMP or WDMF. In this text I will present how simple it is to map class made in ActionScript with a class made on server in C#
In this example you will see a simple example how to fill your combobox, datagrid, labels with the data received from AMFPHP service and how can you handle data updates.
This simple Flex example gives you an example how to create a Guestbook that is very easy to implement into your web site.
It is very easy to have your own code snippets inside of Flex Builder IDE by using Web Standards Tools plugin.
In this example I showed how to call a simple AMFPHP service method and how to handle this data in a Flex application. There is an example how to handle PHP data class instances in Flex by mapping PHP class with Actionscript class.
In this simple example you can see how to define LineChart component, how to use two different data providers and how to create a custom axis label.
Of course it is, otherwise, this tip would make no sense at all :). You can take a look at generated Actionscript code by adding a simple command in your Flex compiler line.
WebORB is an excellent option for connecting Flex application. With WebORB interface you can exchange data using AMF, WDMF, RTMP protocol. In this example I will give a short explanation what to do when you install WebORB and how to connect your Flex Application with your .NET server application.
This simple example will show you how you can create some simple geometry shapes in Actionscript and how to create same object by using Degrafa.
In this example you can see how to implement Degrafa elements, SVG data from some any Adobe design tool and integrate it with some of the basic Flex components such as checkbox or color picker.