Adobe Flex Code

Adobe Flex & Flash Integration

Here is a very simple example of building an Adobe Flash component and using it inside of Adobe Flex. It shows you how to set up event listeners to the flash component and use them inside of a basic flex application.


 

Click To Download (Adobe Flash source included)

 

Adobe Flex & PHP Integration

Below is a very basic example of sending data to a PHP webservice. This example shows you how to create a two-way communication using HTTPService with Flex and sending the data to PHP. This example sends text to the webservice and PHP capitalizes the data and sends it back via XML. The flex application also makes use of the progressbar class to let the user know that the form is processing data.


 

Click To Download (Adobe Flash source included)