Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: passing variables to ColdFusion |
From: | Helen Triolo |
Date: | Tue, 4 Apr 2000 21:57:19 +0100 |
lisa broussard wrote:
>
> does anyone know if a variable set in flash be passed to ColdFusion?
>
Yes, just use a Load Variables("yourfile.cfm",0,vars=POST) to pass any
variables that are on the main timeline (or in the movie clip you're in)
to yourfile.cfm. The 0 tells flash to look for returned variables in
level 0, which is the main timeline. Return variables from Cold Fusion
to Flash with a statement like <cfoutput>var1=1&var2=13</cfoutput>.
hth,
Helen
--------------------------------------
helen triolo � http://i-technica.com
designeri-technica [dot] com � 301-424-6037
--------------------------------------
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
the new Flasher list books section, check it out
at http://www.chinwag.com/flasher/books.shtml
send suggestions for inclusions to helpchinwag [dot] com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: passing variables to ColdFusion, lisa broussard
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]