You use LoadVars or XML Actionscript classes. Then your server side
scripting language handles the data.
Basically you should look at the sendAndLoad methods for these two classes
as the examples there are good:
XML.sendAndLoad:
http://livedocs.macromedia.com/flash/8/main/00002879.html LoadVars.sendAndLoad:
http://livedocs.macromedia.com/flash/8/main/00002336.html Here is a basic PHP example using LoadVars and Flash components:
http://www.hosfordusa.com/ClickSystems/courses/flash/examples/LoadVars/Ex02/LoadVarsEx02.php and one with XML:
http://www.hosfordusa.com/ClickSystems/courses/flash/examples/XMLASP/Ex01/XMLASPEchoEx01_Doc.php --
Lon Hosford
www.lonhosford.com Flash, Actionscript and Flash Media Server examples:
http://flashexamples.hosfordusa.com May many happy bits flow your way!
[quoted text, click to view] "bB_" <webforumsuser@macromedia.com> wrote in message
news:e5l1ko$13l$1@forums.macromedia.com...
hi people. im pretty amateur on scripting..but my flash techniques are
coming
along ok. I'm creating a site and i want to integrate a feedback form into
the
swf file so the user does not hav to click a link to open a html page in a
separate window to fill out a form - instead i want them to be able to enter
their info straight from the flash site and send to to me via email. how do
i
start going about this? ive looked up several tutorials and they're ol a bit
confusing. can anyone point me in the right direction?