I have a coldfusion flash form. (Unfortunately, there is no time to switch to html / javascript) In the form, I have a form group.
I would like to be able to use actionscript to determine the visibility of a form group.
I used the code:
if (formgroupid.visible == "true") {do it}
However, this does not work. Any ideas on modifying the if statement to make the code work.
source
share