HTML/CSS Service

Showcase

3 comments0 views
1 Star2 Stars

Flex using the WebService class

Category: Flex Examples, Learn Flex, flex tutorials    |    2,089 views    |    3 Comments

Flex Builder 3 has taken it one step further with the introspection wizard. Using a modified version of Apache Axis framework, the new wizard generates proxy classes that takes care of Web Service data transfer and event plumbing.

The following example shows how you can call a ColdFusion Web Service from Flex using the <mx:WebService /> tag.

<?xml version=”1.0″ encoding=”utf-8″?>
<mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml”
layout=”vertical”
verticalAlign=”middle”
backgroundColor=”white”>

Read more…

Share/Save/Bookmark

 

Flex Downloads

Category: Resources    |    416 views    |    Add a Comment

FLEX 3 SDK

The Adobe® Flex™ 3 Software Development Kit (SDK) includes the Flex framework (component class library) and Flex compiler, enabling you to freely develop and deploy Flex applications using an IDE of your choice.

ote: If you plan on using AIR 1.1 instead of AIR 1.0, please read Matt Chotin’s Developing Flex applications for AIR 1.1 article to learn how to update the Flex SDK.


Read more…

Share/Save/Bookmark