All about RIA development using Flash, Flex, Flash Media Server (Flashcom) with various middleware and backends.
13 May
In Macromedia Flex, you can access data from a web service that is created by a different language, such as .net, Java or ColdFusion. This TechNote provides an example of using a .net web service from http://www.webservicex.com/
13 May
Using an alert pop-up dialog box is a common practice to display a quick and easy dialog box in a Macromedia Flex application. However, you will get a compilation error if you try to use it from a Flex component. This TechNote will explain why and show the proper approach to display the alert box from a component.