Using XML to define Actionscript

Is there any way that I can have a movie clip and dynamic text on my movie and from an xml file define the movie clip to be either a quantity box, radio button, or check box? If so, could these boxes or buttons have actions located purely in the xml? My idea is to have everything exept graphics to be xml driven so that my clients can easily update their information without Flash.

<item name=“Item1”>
<info mclip=“radio” action=“predefinedaction1” text=“Item 1 text” />
</item>
<item name=“Item2”>
<info mclip=“checkbox” action=“predefinedaction2” text=“Item 2 text” />
</item>