Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
001234232425 #1
Cold Fusion MX7 Flash Forms
:frown;
My flash forms are displaying fine [localhost], but as soon as I upload the
form to server and request it, my info between cfselect tag does not display at
all????
My code sample:
<cfselect name="To" size="1">
<option value="Value">Label1</option>
<option value="Value">Label2</option>
<option value="Value">Label3</option>
</cfselect>
Any help out there???!!
001234232425 Guest
-
HELP! Flash Slideshow and Cold Fusion
Hey everybody, I am new to the scene of Flash and Cold Fusion scripting... well not so new with CF, but with Flash. Im in a pickle over here and... -
Flash bringing down Cold Fusion services
I have a Flash site that has some video streaming and the site seems to have problems on my server where it takes down other programs on my Windows... -
Is Flash Remoting supported - without Cold Fusion?
Will Flex 2 apps be able to consume Flash remoting services - without using Cold Fusion? We have a lot of these that have been coded in .Net... -
Cold Fusion MX 7 and Flash 8
Anyone know of any books coming out soon that deal with CFMX7 and integrating Flash 8 with it? PedroAlberto -
Cold Fusion 5 and Flash
I was wondering how I can pass cfquery info via cfoutput to a flash file. I am new to Flash and am not sure how to pass varibles to Flash. I want... -
Der Nickname #2
Re: Cold Fusion MX7 Flash Forms
Did you try it with simple html selects?
I never used (never saw any sence of) Flash forms.
Der Nickname Guest
-
001234232425 #3
Re: Cold Fusion MX7 Flash Forms
YES! Copied code from a friend aswell and still nothing? Running IIS6 2003 server.
001234232425 Guest
-
SharedDynamics #4
Re: Cold Fusion MX7 Flash Forms
This seemed to work for me.
<cfformitem type="html">
<cfselect name="To" size="1">
<option value="Value">Label1</option>
<option value="Value">Label2</option>
<option value="Value">Label3</option>
</cfselect>
</cfformitem>
SharedDynamics Guest
-
dnaguy #5
Re: Cold Fusion MX7 Flash Forms
Do you have Flash forms working okay on the server? I ask, because the first
time I played with flash forms, I had everything working okay on the dev but
not on the production server. The problem was with the location of the
/CFIDE/scripts folder...
dnaguy Guest



Reply With Quote

