16 June 2008 in Demo, Flex
| permalink
Flex+PHP Simple Calculator
Berikut ini demo komunikasi antara Flex dan server ( php ). Aplikasi yang saya buat adalah kalkulator super sederhana dengan memanfaatkan komponen HTTPService.
Dari Flex manual :
You use the <mx:HTTPService> tag to represent an HTTPService object in an MXML file. When you call the HTTPService object's send() method, it makes an HTTP request to the specified URL, and an HTTP response is returned.
Ini demonya : Simple Calc
Commenting is closed for this article.