MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Manuel d'utilisateur Page 29

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 124
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 28
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:
Step
Description
1
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.
2
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)">
Vue de la page 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 123 124

Commentaires sur ces manuels

Pas de commentaire