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

-----Original Message-----
From: Mike Nimer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 30, 2005 12:36 PM
To: CF-Talk
Subject: RE: What were they thinking?

I just posted on Mark's blog, that yes as some of you guessed, we do
perform a regex check against the Actionscript to check for illegal
usage of Actionscript, instead of using the compiler. This is why we
can't tell the difference between comments, strings, or Actionscript.

I know this is a pain, and we have tried to document this as much as
possible so you don't go banging your head against the wall. But you
need to remember Flash forms are designed to replace static boring html
forms, not to build custom RIA Applications. I know there is a fine line
that does overlap sometimes. Honestly though if you're tweaking your
forms so much that these keywords are becoming an issue. You might want
to seriously look at Flex, it is a sweet tool. 

---nimer




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216792
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to