Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: Email containing text from flash?
From: Scott Jeppesen
Date: Tue, 18 Apr 2000 22:06:05 +0100

Or you could send the variables using POST and in your asp file use

file = request.form( "Template" )

to read the variable.

SJ


-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Mike
Weiland
Sent: Tuesday, April 18, 2000 12:42 PM
To: flasheratchinwag [dot] com
Subject: Re: FLASH: Email containing text from flash?


Harald,

Yes this is possible, my approach would be using ASP and ASPMail on the
Web server. This is what I have and what I have experience in, others can
give you some insights into other CGI solutions or non CGI solutions. What
you could do is trigger your mail to be submitted (with a button or whatnot)
then use Load Movie and point it to your ASP page, make sure to send the
variables using GET. This will send the variable that you want in your email
message to the ASP. Then in the ASP page use request.queryString to set what
was passed from Flash to an ASP variable. It would look something like:
file = request.queryString( "Template" )

Template being the name of a Flash variable that was passed to the ASP.

Also in the ASP you could set up the ASPMail COM object and use the
variables that were passed to compose the mail. I won't go into it, since
I'm not sure if this is a viable solution for you.

Mike Weiland
-------------------------------------------------
Wasatch Interactive Learning
5250 S. Commerce Drive
Salt Lake City, UT 84107
mikeatwasatchnet [dot] com www.wasatchnet.com
www.CertificateCreator.com


> any ideas if this is possible?
>
> Thanks
>
> Harald
>
>
____________________________________________________________________________
> kamke medienb�ro
> F�hrichstra�e 8
> D - 45147 Essen
> fon: 0049 201 870 50 84
> fax: 0049 201 870 50 85
> mail: haraldatkamke [dot] net
>
____________________________________________________________________________
>
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Get the last 100 messages from the flasher list NOW
> http://www.chinwag.com/flasher/last100.shtml
>
> Flash books http://www.chinwag.com/flasher/books.shtml
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Email containing text from fl, Mike Weiland

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]