Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Mailto problem |
From: | John Croteau |
Date: | Thu, 14 Oct 1999 22:35:20 +0100 |
Hi Mike,
>> http://www.FlashBible.com/Members/ActionScript/Email/Index.htm
> Hi, yes, i have named all textfields...in fact they are working ok, except
> for the formatting when the email is sent. the message looks like:
> ApplicationTextfield1Textfield2...
> Application
> TextField1
> TextField2
> I guess I have to find a script to use.
I sent you a link that showed exactly how to solve your problem of
placing items on new lines. If you study it you will see how to add
newline to other strings. In yopur case you concatenate your 3 variables
with a Newline between as shown below. Depending on how you have set it
up you might then use Body as your combined variable or use the right
hand side of the equation in another equation.
Set Variable: "Body" = Application & Newline & Textfield1 & Newline &
Textfield2
This combining of Newline would be needed wheether you are using a
server side script or just the email client, though you could add the
new lines with a server side script if you really wanted to (but why not
do it in Flash).
--
Coming Soon Flash 4 Web Animation F/X and Design
http://www.amazon.com/exec/obidos/ASIN/1576105555/flashcentral
----------- -----------------------
John Croteau croteauerols [dot] com (mailto:croteauerols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Mailto problem, IJPenafiel
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]