Skip to main content
Known Participant
August 25, 2009
Question

Flash Form with autosuggest

  • August 25, 2009
  • 1 reply
  • 1445 views

I have created a Flash Form and I have an input text box.  Does anyone know if it is possible to make this field autosuggest when someone starts typing.  I know how to do this in an html form and I may have to change the form back to html but these flash forms are easy to lay out.

In a html form, this works.

<cfinput label="Hospital Info" type="text" name="HOS_NAME" value="#HOS_NAME#" size="25" maxlength="200" autosuggest="cfc:hos.lookuphospital({cfautosuggestvalue})">

Thanks for any input.

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    August 29, 2009

    Your code sample doesn't work for Flash. You have to use Actionscript to build the autosuggest functionality into a Flash form.