Entries for month: February 2007
How To Share Your Flex Source Code
Posted by David in Flex on February 1, 2007
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:
- Select Project > Publish Application Source

- Select the application file that will include the View Source menu. By default, the main application file is selected.
- Uncheck the source files that you do not want to be published.
- (Optional) Change the source output folder. By default, a source view folder is added to the project's output folder.
- Click OK.
More info can be found here.
Recent Comments