Proper way to do modules

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

  1. #1

    Default Proper way to do modules

    Hi all,

    What's the proper way to create a module in the Flex editor and have it
    referenced by other applications? specifically, when i make a change to the
    module, i'd like to build it and automatically update the applications that
    reference it.

    In the Flex/Eclipse editor i've created an application, and then i've also
    created an Action Script project. i'd like to reference the ActionScript
    project from the application.

    How do i do that? is it possible?


    bryan costanich Guest

  2. Similar Questions and Discussions

    1. this isn't really the proper forum but...
      it seems like this forum is a magnet for a lot of people, from different backgrounds that know the ins and outs of design,printing,etc, so i'm going...
    2. Proper PHP/MySQL Coding
      Hello all. So, to just start right into it, I have a site which uses PHP to interface with a MySQL database for most of the content on the site. ...
    3. Proper way to resize
      My image off the digital camera comes in at 26.667 x 35.556, resolution 72. Document size 14.1 MB What is the best way and in what order to bring...
    4. proper name for one who uses ruby
      I've seen two: Rubyist and Rubicon. Which is correct? -Kurt
    5. What is a proper way to set up smtp
      You may have to add the IP address of the server in the relay restrictions: - Go to Control Panel, Administrative Tools, IIS - Right click on...
  3. #2

    Default Re: Proper way to do modules

    Figured it out. you create a library, then in the project you want to reference
    it from you select properties, and add it to the FlexBuildBath :: LibraryPath.
    there you can select a project to reference.

    bryan costanich 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