1
votes

I don't know if this is possible, but is there a command line tool included in the Flex SDK that allows me to do the same as the "view source" option in Flex/FlashBuilder : I'd like to generated HTML files with my source code etc but I don't have FlexBuilder,

Cheerz,

2

2 Answers

2
votes

ASDoc (which comes with the Flex SDK) will generate HTML docs for you. If you actually want them viewable from an online Flex application, there's some info about automating the process of adding a context-menu "view source" link here.

0
votes

Is there any particular reason you're not using FlexBuilder? It has a 60 day trial period and is free for students.

Also I believe Eclipse has a plug in.