I’m new to Flex. Could someone help me understand how Flex generally works with HTTP, HTML, SWF, and Apache web server? Does Flex code sit on the server or on the client? Also, how does communicating with the client using AMF change anything (does this bypass Apache web server)?
Share
Not sure what is the case here exactly, but you just offer your compiled Flex application from your web server. Type the URI to that in your browser and it will launch the flash player to run it.