Does the subArray.push("Ne" + "w York") trick I proposed earlier not
work?  I haven't tried it (never even made a basic flash form), but it
ought to, eh?

cheers,
barneyb

On 8/30/05, Mike Nimer <[EMAIL PROTECTED]> wrote:
> One more thing that might help. I know this is a workaround but if you
> need these keywords in your strings you should be able to do this.
> 
> First, add a hidden field with the value="new" or (delete)
> <cfform format="flash" name="f1">
> <cfinput type="hidden" name="newKeyword" value="new">
> </cfform>
> 
> And then in your Actionscript you could do
> subArray.push(f1.newKeyword +' York');
> 
> or in a label you can do this.
> <cfinput type="text" label="{'insert ' +f1.newKeyword +' record'}"
> name="foo">
> 
> 
> Hth,
> ---nimer
> 

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216797
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to