Would this work?

<cfset ar[1] = qTestName.testName>

Yeah, 0 start index, just like Javascript etc... 







"This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-----Original Message-----
From: Gary Strommen
To: CF-Talk
Sent: Thu Sep 07 22:22:33 2006
Subject: Re: Flash Remoting problem

Ok, I figured a work around.  The previous code was right out of the book
and should have worked but it didn't.  So I looked on and decided to try it
another way - with an array.

Here is the code I used:

Coldfusion:
<cfset ar = arrayNew(1)>
<cfset ar[1] = "#qTestName.testName#">
<cfset ar[2] = "#qPrimaryKey.primaryKey#">
<cfset FLASH.result = ar>

Flash:
output.text = "You have successfully passed the " + result[0];

Remember... in Flash, the array values start at "0" even if your array
starts with "1" in Coldfusion.

Hope this helps others




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252446
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to