renaming main application file for deployment

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default renaming main application file for deployment

    My flex project itself will be the entire site. The main appplication file is
    MenuEvent.mxml and the release build created a wrapper named MenuEvent.html and
    the SWF file generated by the release build is MenuEvent.swf.

    I want to upload the release build to my Linux server but I am unclear how
    users will find the site without creating an index.html file. How do I modify
    the release build to ensure that users will bring up the site when they type
    the URL in the browser window?

    Thanks,

    Joe

    jooeee Guest

  2. Similar Questions and Discussions

    1. Application deployment
      We are in the process of deploying an application enterprise-wide on several different MS operating systems. I have two questions: 1. Is there a...
    2. need help renaming file
      hi there i need help on how to rename a file using asp, not asp.net can you help??? thanks
    3. renaming file
      Hi, You mean asp.net: File.Move(string strSource, string strDestination); Natty Gur, CTO Dao2Com Ltd. 28th Baruch Hirsch st. Bnei-Brak...
    4. Question about ASP.NET Application Deployment
      In the help file, there is a section called Deploying .NET Applications: Lifecycle Guide. This guide will help with custom installers and may answer...
    5. Application folder not seeing namespace of the main application
      hi I have a website (localhost namespace : "whatever") that has a secure application folder ( called secure with a namespace : "Secure") I...
  3. #2

    Default Re: renaming main application file for deployment

    You should always wrap (embed) a SWF in an HTML file, if only to include either the Adobe Flash Detection kit or SWFObject or similar javascript.
    slaingod Guest

  4. #3

    Default Re: renaming main application file for deployment

    You can name the wrapper file anything you want.

    But I don't understand why the name of that file would make it hard for users
    to "find" your site. Or do you mean this app is the default for the url?
    Either rename to wrapper, or set the web site properties default document to
    what you want.

    This is easy in IIS, but I do not know Linux.

    Tracy

    ntsiii Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139