all groups > coldfusion flash integration > july 2007
Buttons for links inside flash form
Posted by ghouser at 7/31/2007 9:53:06 PM
Is it possible to place buttons inside a flash from and use these buttons to
exit the form and go to another page? I assume using GetURL would be used but
I haven't been successful in making it work. I also thought about making each
button a submit button with a CF variable as the value and ... more >>
So does Flash Forms not work in Safari?
Posted by jimmyharrell at 7/22/2007 9:08:58 PM
Does Flash Forms not work on Safari Browser? I have them on my site but when I
try to look at them in Safari, they don't work.. Or do I need to just add some
type of extension to my Safari Browser to View a Flash Form?
Here is the page. it won't work in Safari.. unless I"m missing an instal... more >>
CF8 and cfchart problem
Posted by omega1234 at 7/20/2007 7:15:52 PM
I could be wrong but it seems to me that coldfusion 8 never displays flash
charts when the name is specified, making it impossible to use charts within
cfforms.
ie - won't display:
<cfchart format="flash" show3d="yes" pieslicestyle="sliced"
labelformat="currency" name="testChart" titl... more >>
Flash Form and Navigation Button Issue (DoFSCommand)
Posted by bryn50 at 7/20/2007 5:20:36 PM
Hi,
In short, How can I get a <cfinput type="button" to send out a javascript
command to change the current page location.
I have this code:
When I click on the HTML type button, the relocation happens as expected.
When I click on the equivalent cfform button, it does not.
I'm gue... more >>
Flex 2, FDS 2.5 and CF 8
Posted by cyber fyb at 7/12/2007 12:00:00 AM
Hi everyone,
I am starting to retract my brain from an intense 2 days to figure out how to
use Flex with Coldfusion. I am using Coldfusion 8 Beta (this part is good,
don't need help for CF itself). I am also using Flex Builder 2 (with chart but
this not the topic). I installed FDS 2.5 befo... more >>
Using background images in flash forms
Posted by pope on acid at 7/10/2007 12:00:00 AM
<cfform format="flash" action="upload.cfm"
style="background-image:url(../images/BuyAndSell.png);
background-repeat:no-repeat; background-position:top right; text-align:center;
border:1 solid black;">
</cfform>
Is there a way to use background images in a flash form?
... more >>
using getURL with cfcontent and Excel files
Posted by saintsilver at 7/3/2007 9:25:04 PM
I'm not sure if this should be a form question, a cfcontent question or a flash
question, so I apologize if this is not the proper place to post.
Here is the situation:
I have a flash form with a cfselect with
onchange=getURL('viewFile.cfm?requestedFile=someFileLocation','_blank')
... more >>
|