Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
lusciousmango #1
Flash forms -- Not displaying in IE
This is my first foray into flash forms, and I discovered yesterday that while
they look/work beautifully in Firefox (2.0.0.4), they're not displaying at all
in IE (6 or 7).
I'm using it to force the user to input their date in a uniform format, so I'm
sure there's a non-flash workaround. I'd like to get this sorted out though,
so my future work with flash can be more involved.
Code is attached. Please let me know if I can provide further clarification.
<CFFORM action="index.cfm?fuseaction=Equipment.ReadingAdde d" method="post"
format="flash" style="background-color: ##ebe2ca;" width="75%" height="80%">
<CFINPUT type="datefield" name="ReadingDate" label="Reading Date" width="100"
required="yes">
<BR>
<CFINPUT type="text" width="100" name="MeterReading" label="Meter Reading"
required="yes">
<CFINPUT type="hidden" name="CopierID" value="#Form.CopierID#">
<CFINPUT type="hidden" name="Max" value="#Max#">
<CFINPUT type="hidden" name="LastDate" value="#DateFormat(LastDate,
'MM/DD/YYYY')#">
<CFINPUT type="submit" name="submit" value="Add Reading!"> <cfinput
type="reset" name="Reset" value="Clear form">
</CFFORM>
lusciousmango Guest
-
Flash forms stopped displaying (Godaddy hosted)
Hello :confused; Site has been built using coldfusion cfform's format=flash hosted on godaddy linux. However, over the last 3 days, the... -
Flash Forms - Displaying text
I am using a Flash form to update several tables. In my form, I want to be able to display some of the information as display/read-only, but do not... -
Flash Forms not displaying in IE
Flash Forms fail to load when surrounded by table tags in Internet Explorer 6. Works OK in FF... <table border="1" width="100%"> <tr> <td... -
Flash Forms not displaying
I just installed the CFMX 7 trial. My Flash Forms don't display at all. -
Displaying numbers in forms
Is there any way to display a number in one field as simply a number and to have that same number spelled out in another linked (or something) field?... -
Abinidi #2
Re: Flash forms -- Not displaying in IE
Hardcode your width and height of the flash form and see if that helps/
Abinidi Guest
-
lusciousmango #3
Re: Flash forms -- Not displaying in IE
Michael --
Thanks for your help.
I think I've narrowed the problem down -- it's not that it won't display my
flash form in IE, it's that it won't display it in a Fusebox environment. I'm
going to poke over at their site to see what they have to say -- I suspect I'll
need to upgrade the version of Fusebox that I'm using. :)
lusciousmango Guest



Reply With Quote

