
TUTORIALS POINT
Simply Easy Learning Page 24
Leave other default values as such and click Finish Button. Now Flash Builder will create a bin-release folder
containing the project's release build.
Now our release build is ready ,let us follow the following steps to deploy a Flex application:
Zip the content of the bin-release folder of the application in the form of HelloWorld.war file and deploy
it in Apache Tomcat Webserver.
Launch your web application using appropriate URL as explained below in the last step.
Following is the content of the modified mxml file src/com.tutorialspoint/HelloWorld.mxml.
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
width="100%" height="100%"
minWidth="500" minHeight="500"
initialize="application_initializeHandler(event)">
Commentaires sur ces manuels