This is my first post to this forum.
Your website is excellent…please keep it up your good work.
Dear Friend, I am not very well at Flash. I have one problem. I know that you will help me out. This is my college project.
Now lets concentrate on problem.
I have 3 controls on Flash Canvas.
DropDown ComboBox or List Box -> Contains City Names.
Text Box -> To input user name
Text Box/Text Area -> To input message
Submit Button.
TextArea - Showing Information about City selected from dropdown list.
Now the problem begins.
Dropdown Box contains city names like…
-London
-Paris
-Washigton
-Delhi
When user selects a city name…
Like -London from the Dropdown List
and enters his name in the textbox and message in textarea
Then the City information should be seen in the last Textarea or Text Box.
Means if London is Selected then Bottom TextArea should contain England.
If Delhi is Selected then Bottom TextArea should contain India.
And the next query is…
We have some value attatched to cities from begining. (Variables Declared)
I’m far from a genius, maybe Claudio is but not me :lol:
Basically Flash forms work like html forms. They push data to a server side page that then handles the information from there.
In html you can make a textfield like
<input type = "text" name = "myVar">
In Flash you can draw a textfield with the type tool and give it the variable name “myVar”.
Instead of haveing a html submit button you can make your own in Flash. Then the submit button would have some type of code to send the data to your asp/php/coldfusion page.
on(press){
loadVariablesNum("yourpage.php");
}
*Note this is just a quick example.
This tutorial will show you how to create a form and send the data to a MS Access Database
I think i have to design my Form on HTML webpage first.
I good at Web Design. I will attatch this newly designed HTML form tommorow to show you.
Then please convert that form to suit my needs…
Thanks…
It is middle night in India… and my mom is calling me to sleep…
Bye…
I will post my HTML Form Mail Script tommorow morning.
I am giving you the exact form designed in HTML.
I know HTML very well… and created one now to show you…
Can you please give me the convertion of this HTML mailing form to Flash Form.
I don’t know how to convert it into Flash… I tried but fails everything…
Please give me the Flash Form Code…
Attatchment : Email.zip file containing designed mail Form in HTML.
If you try then yes i will give you coding. But so far we have all pointed out great tutorials to learn, and it seems you refuse to try, I have no problem helping but I do have a problem with “Hand Me’s”
If you look over the tutorials that were posted you should have no trouble at least getting a good start. Once you give it a go, then post what you have and I will be more then happy to help you out
Actually i started bulding form using tutorials…
I can’t show ComboBox City name info in Bottom Text box
If user select London then the bottom box should display… England
If user select Washington then the bottom box should display… America.
Ok I’m a little busy this afternoon, I might have some time tonight to check it out for you. I’ll see if I can come up with something small that will work for you.