Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: filling several text fields from 1 .txt variable? |
From: | Brad Bechtel |
Date: | Thu, 14 Oct 1999 17:35:29 +0100 |
At 12:58 PM 10/13/99 -0700, you wrote:
>I'd like to have one text file send informatin to
>several different text field variables, is there a
>syntax to tell Flash to read part of a string and
>place that in one variable while placing another part
>of the same string in a different variable? (Seem to
>recall seeing the syntax here, but can't find it in my
>archive...)
With Load Variables, the text at the URL (whether a local text file or a file on your server) must be in the standard MIME format application/x-www-urlformencoded (a standard format used by CGI scripts). Any number of variables can be specified. For example, this phrase defines several variables:
company=Macromedia&address=600+Townsend&city=San+Francisco&zip=94103
If you wanted to read these values into several editable text fields, you would call the first field "company", the second field "address", the third one "city" and the fourth one "zip".
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
FLASH: filling several text fields from , Michael Penne
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]