How to clean a Flash form created with Flash Components

Hello,

I think this is quite newbie post but, where it goes:

I’ve got a flash form with text input, calendar, and textarea (all flash components) in my flash file, the propose is sending emails in flash.
The server script I used is php and the emails are going fine.

My problem is if I want to clean the flash form before sending and after sending. I’ve got a button for sending the email (the button is flash component to) and I’m not being able to creat a new button that cleans all the felds.

Normally I used dynamic fields and I can do this, but this time I tried with components because I want to use the calendar component.

Best Regards!