Today, i decided to be nosey and have a gander through the code in the startPage.swf. To my suprise, there is alot of JSFL code included in that .swf, most of which happens, to be undocumented. When i say undocumented (i know there is no ‘official’ documentation at present) i mean, it isnt contained with the ActionsPanel - FlashJavascript.xml file or any other documentation i have seen. These methods/properties are actually rather useful, and there is a whole bunch of them. You can find a complete list of the hidden features, unearthed thus far, here. The search continues….
Note: Some of them can be found by simply iterating over the ‘fl’ application object with for…in but others are actually hidden, which means, there must be a Flash Javascript API equivalent of ASSetPropFlags.
[Edit] Theres more here.