yes, I have a working plugin installed.

----- Original Message ----- 
From: "Ian Skinner" <[EMAIL PROTECTED]>
To: "CF-Talk" <cf-talk@houseoffusion.com>
Sent: Thursday, July 21, 2005 10:51 AM
Subject: RE: Flash form doesn't display


> Just a basic duh question to ask, but you do have a working Flash plugin
installed for each browser, correct?
>
>
> --------------
> Ian Skinner
> Web Programmer
> BloodSource
> www.BloodSource.org
> Sacramento, CA
>
> "C code. C code run. Run code run. Please!"
> - Cynthia Dunning
>
> ....-----Original Message-----
> ....From: Chad McCue [mailto:[EMAIL PROTECTED]
> ....Sent: Thursday, July 21, 2005 7:49 AM
> ....To: CF-Talk
> ....Subject: Re: Flash form doesn't display
> ....
> ....
> ....There is nothing else on the page. Below is my entire page. When I try
> ....and
> ....view it in IE the loading never stops, just keeps going. In Mozilla
the
> ....page
> ....loads very quickly with nothing being displayed. Any browser settings
> ....that I
> ....need to be aware of?
> ....
> ....<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> ...."http://www.w3.org/TR/html4/loose.dtd";>
> ....<html>
> ....<head>
> ....<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
> ....<title>Untitled Document</title>
> ....</head>
> ....
> ....<body>
> ....<cfform format="flash" width="500" skin="halogreen">
> .... <cfformgroup type="tabNavigator">
> ....  <cfformgroup type="page" label="Customer Management" height="200">
> ....   <cfformgroup type="horizontal" label="Name:">
> ....    <cfinput type="text" name="firstname" />
> ....    <cfinput type="text" name="Lastname" />
> ....   </cfformgroup>
> ....   <cfinput type="text" name="email" label="Email">
> ....  </cfformgroup>
> ....  <cfformgroup type="page" label="Content Management" height="200">
> ....   <cfinput type="text" name="vacationStartDate" label="Vacation Start
> ....Date">
> ....   <cfinput type="submit" name="Submit" value="Save">
> ....  </cfformgroup>
> .... </cfformgroup>
> ....</cfform>
> ....</body>
> ....</html>
> ....----- Original Message -----
> ....From: "Dave Phipps" <[EMAIL PROTECTED]>
> ....To: "CF-Talk" <cf-talk@houseoffusion.com>
> ....Sent: Thursday, July 21, 2005 10:42 AM
> ....Subject: Re: Flash form doesn't display
> ....
> ....
> ....> I just pasted your code below into a page and it appeared fine in my
> ....> browser.
> ....>
> ....> What else is on the page?  I have found that sometimes other
problems
> ....on
> ....> the page will prevent the flash form from displaying.
> ....>
> ....> Cheers,
> ....>
> ....> Dave
> ....>
> ....> Chad McCue wrote:
> ....> > I am new to using flash forms and nothing is being displayed on my
> ....browser. My test code is below, is there anything special I need to
do?
> ....> >
> ....> > <cfform format="flash" width="500" skin="halogreen">
> ....> >  <cfformgroup type="tabNavigator">
> ....> >   <cfformgroup type="page" label="Customer Management"
height="200">
> ....> >    <cfformgroup type="horizontal" label="Name:">
> ....> >     <cfinput type="text" name="firstname" />
> ....> >     <cfinput type="text" name="Lastname" />
> ....> >    </cfformgroup>
> ....> >    <cfinput type="text" name="email" label="Email">
> ....> >   </cfformgroup>
> ....> >   <cfformgroup type="page" label="Content Management"
height="200">
> ....> >    <cfinput type="text" name="vacationStartDate" label="Vacation
> ....Start
> ....Date">
> ....> >    <cfinput type="submit" name="Submit" value="Save">
> ....> >   </cfformgroup>
> ....> >  </cfformgroup>
> ....> > </cfform>
> ....> >
> ....> >
> ....> >
> ....> >
> ....>
> ....>
> ....
> ....
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212390
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