Flex application files use the .mxml filename extension. You store these files under the web root directory of your J2EE application.
A request to an MXML file has the following form:
http://hostname/path/filename.mxml
Upon receiving an HTTP request for an MXML file, Flex performs the following steps:
The SWF file executes in Flash Player. While it is executing, the Flex application makes calls to server-side services. For example, the application might issue a SOAP request to a web service, use AMF to connect to a Java object, or make a request to an HTTP service.
Upon subsequent requests to the MXML file, the Flex server determines whether the MXML file has been modified since the previous request. If not, it returns the same SWF file from the cache. If the MXML file has been modified, the Flex server recompiles the file and returns an updated SWF file to the client.
Version 1.5
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flex/15/flex_docs_en/00002138.htm
Comments
pstoppani said on Jan 5, 2005 at 9:36 AM : danger42 said on Jan 6, 2005 at 5:58 AM : No screen name said on Feb 23, 2005 at 10:45 AM : zaphodX said on May 5, 2005 at 8:20 PM : albertocastillo said on Aug 31, 2005 at 7:06 AM : smgilson said on Sep 2, 2005 at 7:44 AM :