Flex Architecture
FLEX ARCHITECTURE :- Flex data access components: Flex data access components are based on a service-oriented architecture. These components use remote procedure calls to interact with server...
View ArticleDifference between toString and toXMLString
In action script 3.0 toString and toXMLString are methods of XML and XMLList class. you can use the traditional toString() method with XML objects to display their contents as strings. However, the...
View ArticleLoading XML Data from External Sources in Action Script
The subject of loading data from servers is much more involved than can be covered on XML. in case you’re really itching to try loading some data from a server, these are the basics of how it’s done....
View Articleclient/server Architecture in FLEX with PHP
Client/server architecture [FLEX with PHP]:- If you want to categorize Flex applications, you can say that Flex applications follow SOA architecture model, where Flex is used to create the client and...
View ArticleFlex 3 and PHP
PHP applications usually use HTML and JavaScript client-side technologies to render their user-interfaces. Since Flex is rendered in the browser and can integrate easily with PHP on the server-side, it...
View Article