I'm using the asdoc.exe program that came with Flex Builder 3 to generate documentation for FlashMOG. I want to put in my google analytics javascript before the closing body tag of each file. Is there some way to get asdoc to do this?
Printable View
I'm using the asdoc.exe program that came with Flex Builder 3 to generate documentation for FlashMOG. I want to put in my google analytics javascript before the closing body tag of each file. Is there some way to get asdoc to do this?
Hmm, you should be able to add what's necessary to facilitate Google Analytics into the template via ASDoc. I'd have to experiment a bit - I've used mostly manual methods or SWFAddress - and tied to the setURL once there's a change.
Thanks gerbick.
I'm just talking about the raw HTML output of asdoc. Someone was kind enough to recommend this link:
http://help.adobe.com/en_US/flex/usi...bc36-7ffa.html
I think adding it to the templates should work for me.