Iam looking for some help on :
I want to use flash buttons in an HTML form instead of submit button.
then on clicking the flash( SUBMIT) button the values entered in textfield and password field of HTML form are to be passed to an PHP file.
Please help me.
From my limited experience with Flash, I think that you will need to research the "Action" of the button, and possibly use ActionScript.
it can be done, but see no real reason to. It is much easier to use an image. But, if you really need to, you can send data from your html to flash and back, using JavScripts. I will have to look it up, it has been a while i used that trick.