PHPBB flash login?

Is it possible to login through flash using one Dynamic Text Field and one Input Text Field and no buttons??? If so how???
I have seen many tutorials dealing with logging in to PHP using flash but it requires you to make your own php scripts which i am not familiar with. Can some one tell me how to do this with PHPBBs existing php scripts…

I want to be able to login thorugh a Input Text Field box and have it verify it in PHP and also be able to register and view other PHP info such as users online and FAQ…

Thnx

well you would have to go in the php login script that they already created. see what variable is being called to login and just make a flash textbox with that var, pointing to that php page.

you can make your textbox send the var on the event of the enter key being hit

http://www.flashforums.com/forum/