MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Manuale Utente Pagina 29

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 124
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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)">
Vedere la pagina 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 123 124

Commenti su questo manuale

Nessun commento