Entries for month: February 2007

How To Share Your Flex Source Code

I'm working on a Flex application and I thought it would be good to share how I do certain things in the application. Here is a quick way to enable the 'Show Source' selection in the right-click menu:

  1. Select Project > Publish Application Source

  2. Select the application file that will include the View Source menu. By default, the main application file is selected.
  3. Uncheck the source files that you do not want to be published.
  4. (Optional) Change the source output folder. By default, a source view folder is added to the project's output folder.
  5. Click OK.

More info can be found here.

No Comments