Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Flash and POSTing forms |
From: | John Croteau |
Date: | Tue, 30 Nov 1999 06:00:12 GMT |
Hi Gareth,
> I'm hoping to use Flash to pass some meaningful info to an asp page.
> I've tried treating a small movie like a form, using the post on a
> submit type button and toggling boolean variables on keypress'
> I think my question is : Does the post function pass all the variables
> in a movie with the same names as they have in the movie(i.e. so I can
> get hold of them with request.form on the target .asp page)
Flash's Send Variable option sends all the variables that exist on the
targeted timeline as standard variable/value pairs which if sent as POST
can then be extracted with a request.form command on the asp page.
The following ASOP code sets the value of aspVar equal to the variable
FlashVar received from Flash.
<%
aspVar = Request.Form("FlashVar")
%>
--
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: Flash and POSTing forms, Gareth Vaughan
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]