MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Manual do Utilizador Página 29

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 124
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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)">
Vista de página 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 123 124

Comentários a estes Manuais

Sem comentários