Regarding the email, you just need to build a regular http POST that
emulates whatever fields the script is expecting.

Look at HttpRequest:

http://livedocs.adobe.com/flex/3/langref/mx/messaging/messages/HTTPRequestMessage.html

Your request method should probably be POST (only GET and POST work from
Flex, the others are AIR-only). The body should (off the top of my head)
look something like this:

myHttpRequest.body = { nameField: "John smith", emailField: "
[EMAIL PROTECTED]", emailBodyField: "Dear John. Wassup?"};

-Josh


On Mon, Sep 1, 2008 at 9:22 AM, Bruce Whealton
<[EMAIL PROTECTED]>wrote:

> Hello all,
>          I was wondering if there were script libraries for Flex and
> Actionscript 3.0.  For example, I am often go to hotscripts.com for php,
> asp.net, Javascript, Coldfusion, and Java scripts.  They don't have a
> category for Flex 3.0 or Actionscript 3.0.  Though they do have a Flash
> category.
>         Anyone know of a component/script that would create a quiz or
> trivia pursuit type feature on a site?  It could be created by me, but
> if anyone has done something already and there is free or affordable
> flex code available, it would be helpful.
>         My second request:  I have some data in a form that was created
> in Flex, using the built-in components.  I want to have the data from
> the form emailed to me.  I have some php scripts that I use.  How do I
> get the data from the form into fields that the php script can use to
> email the results to me?
> Thanks so much in advance,
> Bruce
> --
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Bruce Whealton - Web Developer, Programmer, Owner:
> Future Wave Designs: http://fwWebDevelopment.com
> Publisher of Word Salad Poetry Magazine:
> http://WordSaladPoetryMagazine.com/ - Submit your poetry
> for Publication or for ***Our Poetry Contest***
> Check out the Contest!  Join our Community at:
> http://WordSaladPoetryMagazine/PoetsPlace/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> Links
>
>
>
>


-- 
"Therefore, send not to know For whom the bell tolls. It tolls for thee."

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]

Reply via email to