PDA

View Full Version : Editing Flash form for Template


anupam498
12-12-2008, 08:07 PM
HI
Everybody. i have a flash template with a default form. I want to know how to edit this form which will exactly work like that in preview of the template site.( when clicked on submit button it shows sending message--->> Your message sent) .

When i try to edit the form within the template with adobe flash CS3 have noticed a text like "FRESH FORM" with a action script like this--


onClipEvent (construct)
{
buttonsOutLabel = "out";
buttonsOverLabel = "over";
formConfigurationPath = "21429-form04configuration.xml";
formItemsPrefix = "tf_";
formStructurePath = "21429-form04structure.xml";
messageTextFieldPath = "cfMessage";
resetButtonPath = "bReset";
submitButtonPath = "bSubmit";
xmlFilesPrefix = "";
}


There is no any scripts assigned to SUBMIT and RESET buttons.

Important is that when i test the template in macromedia flash , those submit and reset buttons failed to respond anything on mouse over. But while previewing in the template site( templatemonster.com)
its respond well.

So what alterations can make the form work using xml?

Pls advice me .

Thanks