Groups | Blog | Home
all groups > flash data integration > february 2007 >

flash data integration : Just tell me how to do this>


satrop
2/4/2007 4:10:22 AM
Ok! I have looked for day's! to find a tutroial on this subject because I just
can not work it out! I need some out there to tell just how I go about making a
flash form with 8 combo boxes and 3 input fields. And then I need the .php code
I have tryed many things to make this all work the main problem I am having is
making the combo boxes send any information to my email address. So this is
what I realy, realy need!
1> the code to attach to the send button.
2> the code (if any) to attach to the combo boxes.
3> the php script that will take the information from the combo boxes and send
them to an e_mail acconut.

But if any one out there know of a realy good tutrioal please send me the link
because I am close to tears! Pulling my hair out, stamping my feet and not
being a very nice person to be around right now!! So the sack of my family
please help them! Do it for them not me! Thanks!

MotionMaker
2/6/2007 12:44:26 PM
Beg beg beg. :-). If u google Flash PHP SendMail you should find a few examples.
This is one I have that breaks code into 4 frames:
http://www.hosfordusa.com/ClickSystems/courses/flash/examples/Flash2PHPMail/Flas
h2PHPMailEx02.php.
It does not have a ComboBox - just TextFields and Button.

For the ComboBox the script would have something like
request_lv.combo1VarName = comboBoxInstance1.selectedItem.label // or
comboBoxInstance1.selectedItem.data
request_lv.combo2VarName = comboBoxInstance2.selectedItem.label // or
comboBoxInstance2.selectedItem.data

And of course you need to use those values on the PHP side.




AddThis Social Bookmark Button