I’m making a game with this program, and it doesn’t have that much capabilities like making forms in it, but you can show webpages through it now and on my new game i’m trying to make it so you can register your name on it before you play so no one takes your name and you can keep it. The bad part is that i don’t know how to make pages that you type info on and you get registered with, epecially with flash. Can someone make a form for me that asks desired username, desired password, e-mail address, and comfirm e-mail PLEASE?? If someone can it can be done in either HTML or FLASH. as long as it works… also since i don’t tell you the database stuff and everything well… i don’t know how to do that stuff either, can someone also make a small database file along withit so it works? Please, your help is appreciated, and i’m really new to stuff like that, but not new to HTML and programming stuff… PLEASE PLEASE PLEASEE and THANK YOU!!
? I’m not making a forum…
its already made for u u just have to uplaod it!
You’re not wanting a forum but you do need some tips and some files to play around with. I remember when I thought I could just bung the files together. After many ‘headaches’ I released there’s a lot of mind expansion needed.
Do you know HTML? There are tons of tutorials out there on forms. Just as easy in Flash too. Once you know how and in which method you wish to catch your data then get into the clientside.
Have you heard of php and mySQL?
For this you would need a couple of php files. One to present the data with html (not if you take the flash route) and the other to send data into your database. You will also need some sql code, just a few lines to set up a simple table to hold your data. Also you will need to have your database name and password for it. The table will be named with the sql code. You will need to keep your password and database name in a separate protected folder for security reasons also. If you’re on your pc then you can just include it from a separate file or inline it.
If any of the above is going straight over your head then having the files will not do anything for you. Although, I’m more than happy to answer any questions you may have? And I’m sure someone else here will too.
If you want a place to get some scripts then here you go http://www.hotscripts.com/ Locate the php section then in the Scripts and Programs section you’ll find a comprehensive bunch of scripts to download. They’re bigger than what you’re asking for so maybe keep this for future reference.
I could knock something up much simpler or find something in my store for you but if you’ve not got a server, php software and a database running on your computer you may have no idea of what to do with the files and or able to run them for this reason. You may have a server on a host you pay for with all this…it goes on. This may bring even more questions? This is more of a serverside question so it may be moved to Server-Side/Scripting.
Good luck