Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Building a Form with ASP and MacroMedia Flash 4 |
From: | John Croteau |
Date: | Mon, 11 Oct 1999 06:23:49 +0100 |
Hi all,
> http://www.asptoday.com/articles/19991001.htm
Anyone trying to communicate between Flash and a server side page (in
this case ASP) might want to check this article out.
Note the following sends data back to Flash in the standard
variable/value pairs format.
response.write("knownAs="+Server.URLEncode(KnownAs))
response.write("&surname="+Server.URLEncode(Surname))
The Flash variables are knownAs and surName.
The values are from server side variables (KnownAs and Surname).
The values are URL Encoded and added to the Flash variables concatenated
with the + sign. Note, the second variable pair has the ampersand (&)
needed to combine additional variable pairs to the first variable pair.
If an application does not provide URL encoded data in the format
variable1=value1&variable2=value2&variable3=value3 then you must convert
it so Flash 4 will be able to assign the data as variables.
Flash also sends data out as variable pairs but you might have to modify
those pairs in Flash or on the server side page to match the formatting
of the server side page or the application it interfaces with.
--
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
FLASH: Building a Form with ASP and Macr, Supe
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]