>- see footer for list info -< We found out what the problem was, we had to add the .cfswf extension into the Properties/Home Directory/Configuration/App Mappings under IIS. There originally wasn't an extension for this file.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Baynes Sent: 22 June 2005 10:24 To: Coldfusion Development Subject: Re: [CF-Dev] Flash forms not appearing >- see footer for list info -< I think you need to use the label attribute not add just text. If you want to use text there is a special cfformitem for that. On 6/22/05, Stephen Adams <[EMAIL PROTECTED]> wrote: > >- see footer for list info -< > Hi, > > Is anyone using Flash forms? I'm having trouble with the ones I'm > working on. I am trying to build a simple application on another > server (not my local machine), when I go to browse the page the Flash form does not appear. > I just get a blank page, here is how I have created the form: > > <span class="Text-Header">Login</span><br/> > <cfform name="fmLogin" format="flash" action="index.cfm" height="450" > width="500"> > <cfformgroup type="vertical"> > Username: <cfinput type="text" name="txtUsername" size="35" > required="true" message="Please enter your Username" /><br/> > Password: <cfinput type="text" name="txtPassword" size="35" > required="true" message="Please enter your Password" /><br/> > <cfinput type="submit" name="Submit" value="Submit"> > </cfformgroup> > </cfform> > > Any ideas? > > Thanks > > Stephen > _______________________________________________ > > For details on ALL mailing lists and for joining or leaving lists, go > to http://list.cfdeveloper.co.uk/mailman/listinfo > > -- > CFDeveloper Sponsors:- > >- Hosting provided by www.cfmxhosting.co.uk -< > >- Forum provided by www.fusetalk.com -< > >- DHTML Menus provided by www.APYCOM.com -< > >- Lists hosted by www.Gradwell.com -< > >- CFdeveloper is run by Russ Michaels, feel free to volunteer your > >help -< > -- Simon Baynes www.simonbaynes.com _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help >-< ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
