Posted in ColdFusion | Posted on 08-19-2010 | 2,643 views
Ok, so I hate to say that any part of ColdFusion is less than perfect. I will not deny being an unabashed, Kool-aid drinking ColdFusion Fan Boy of the Nth level. That being said - there is one feature that - while I used to like it - I strongly recommend against: Flash Forms. I was a big fan of it, in fact, my Harlan open source ad server makes use of it. But as a feature - it is a dead end. Flash Forms have not been updated in quite some time, and since you can now develop Flex applications for free (remember it's just the IDE you pay for, if you want it), it is really a mistake to do any new development with it.
Want Flash-based forms? Use Flex. Don't use Flash Forms. Just. Don't.


1) There are no security issues with Flash Forms that I am aware of.
2) I do not speak for Adobe in terms of the future availability of Flash Forms. In other words, I'm not saying they will be removed from the product.
3) They work. To repeat - they work. However - they have limitations that are not present in the "real" version of Flex. I have encountered folks who again and again run into these limitations. Anything outside of a simple form will probably run into trouble. My goal for this post was to help folks _avoid_ the trouble right away. I think Flex is pretty simple to learn. Yes, it will take you more time then just using cfform, but I believe the benefits outweigh the additional time necessary. (And it's a one time "cost" really to learn Flex. You will reap the benefits of adding another language to your arsenal.)
@JC: The Ajax one works very nicely IMHO.
I am student at Pace University, NY and working on a project.
So guys my problem is - I have cfgrid (flash) . I have mixed n matched code from various places to make it run. I am trying to select information of people (field) on one cfgrid and display the elaborated information about the selected fields on another page.
I also have added a capability to filter the grid.
Now,
If i select the fields in a single row without applying the filter ... the information is displayed in proper order. but, if i search a particular field using any parameter..and select that field and go to next page .. it does not display the information on the other page.
As per my understanding the filter is creating an array of the data in the grid already and cannot pass through to other page as a form variable.
I am pasting the code below... please see if you can make any sense out of it :(
http://appsrv.pace.edu/HR/EmployeeRecognition2/
Many Thanks
--Praviin
DK
CFForms built on Flash work by translating\compiling your CF code to mxml \ actionscript based on SDKs and the languange when Flex 1.5 was around.
When they first came out they were designed for single data load usage, but soon someone figured out how to get flashremoting working and you starting to see people do all kinds of interactivity with them.
ASFusion.com remains a great resource for some really cool CFForm and Flash applications.
I have never seen any feature just disappear in one release, so I'd expect them to work, perhaps in a sandbox, but I would also expect to see changes here.
[Add Comment] [Subscribe to Comments]