| Subject: | Re: Passing data to flash |
|---|---|
| From: | "Dave Blake" <webforumsuser@xxxxxxxxxxxxxx> |
| Date: | Tue, 27 May 2008 14:54:35 +0000 (UTC) |
| Newsgroups: | macromedia.coldfusion.flash_integration |
Just for reference, here is the coldfusion page with the Petname references
changed to Portfolio:
<cfquery name="ClientLogin" datasource="markf22_accesscf_f22customers">
SELECT *
FROM Clients
WHERE Customer = '#form.usr#'
AND Secret = '#form.pw#'
</cfquery>
<cfif #ClientLogin.recordcount# is '1'>
<cfset returnFlash =
"&Portfolio=#URLEncodedFormat(ClientLogin.Portfolio)#&reply=ok&abc=123">
<cfelseif #ClientLogin.recordcount# is '0'>
<cfset returnFlash = "&Portfolio=noclient&reply=bad&abc=123">
</cfif>
<cfsetting enablecfoutputonly="Yes">
<cfoutput>
#returnToFlash#
</cfoutput>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Passing data to flash, Dave Blake |
|---|---|
| Next by Date: | Re: Passing data to flash, Dave Blake |
| Previous by Thread: | Re: Passing data to flash, Dave Blake |
| Next by Thread: | Re: Passing data to flash, Dave Blake |
| Indexes: | [Date] [Thread] [Top] [All Lists] |