How can i make this webpage
I DON'T ASK FOR CODE.
I want to make a simple webpage. 2 textbox and 2 button. This webpage will be like a login:
Username (txtbox1)
Password (txtbox2)
Login (but1)
Reconect (but2)
This login connect with this flash game: http://www.boombang.tv/esp/play/flash/ and tell me if is correct or no.
But i don't know how to make webpages :l (only a little Dreamweaver)
Somebody can send me tutorials, or tell me the lenguaje that i have to use, how to make the connection..
Thanks a lot, and sorry for my english.
Re: How can i make this webpage
You can use JavaScript for communicating with the Flash.
A good tutorial is: http://active.tutsplus.com/tutorials...rnalinterface/
But for this, the Flash game should contain the code that will accept external communication like mentioned in the above tutorial. Then only it is possible for you to send data to the Flash!
:wave: