Cute, but I'm asking here because I'm talking about ColdFusion Flash-based forms.
For example - say I've got a <cfgrid>, and when I click on a row, I have it populate a bunch of <cfinput>'s below the grid. That's easy enough with text boxes, but I want to use a radio button for one of the fields. So, I need to know how to see which button in a set is checked, and how to check/uncheck them.
What I'm really looking for is a source for this type of info. ActionScript-centric sources I've checked haven't been useful, so I'm wondering if there's a web site out there where they describe the various things you can do with ActionScript within the bounds of ColdFusion tags.