all groups > coldfusion flash integration > june 2006
Slush box issues
Posted by jedale at 6/29/2006 12:00:00 AM
I found some code from Mike Nimer's site for a slush box and I wanted to make
some changes. Right now the overall functionality works but with some quirks.
I was wondering if anybody had some insight into how to correct these issues.
The issue I am having is that the primary author can be se... more >>
CFFORM type="Flash" Plugin Fix
Posted by Mark Forsberg at 6/27/2006 10:08:41 PM
Has anyone heard if Adobe is going to come out with a fix for the issue of having to activate the control? Thanks.... more >>
how i use <cfinput type="file" ...> in cfform type="flash
Posted by Prashantgenial at 6/26/2006 7:14:16 PM
hi,
I want to use the <cfinput type="file" ...> in cfform type="flash .
But How ?
Regards
Prashant... more >>
CFFORM and tabs
Posted by danwparker at 6/23/2006 1:07:12 PM
I have a flash form with multiple tabs. When the user clicks the Submit button,
I want the form to reload with the same tab on top.
Example: There are two tabs: "Car" and "House". "Car" is the top tab. If the
user hits submit while on the "House" tab, I want the page to reload with the
"Ho... more >>
Flash CFGRIDCOLUMN Help
Posted by Triton_Ops at 6/22/2006 2:19:32 PM
Hey all,
I'm using CFMX7. I'm curious if anyone has successfully used the
[b]Type="image"[/b] and/or the [b]textColor= "(C2 LT 0 ? red : pink)"[/b],
attributes to the CFGRIDCOLUMN tag. I'm using the tag in a Flash form to build
a Flash grid displaying the results of the query. I'd like one... more >>
Doesn't work on the web
Posted by vistus at 6/22/2006 11:57:38 AM
I created a web application by FlashMX & Access, and put it on Windows 2000
server.
Although I tried to use my flash web application from other computer through
the web, it didn't work.
I think the problem is DB. The .swf can't be connected to DB.
Please someone help me! How can I solve ... more >>
Passing multiple session values from cold fusion into a flash movie
Posted by Skotopia at 6/16/2006 10:46:35 PM
Hello all,
I know that to pass multiple variables into a flash movie you could
use the embed tag like this(with the & between each variable):
<embed
......
flashvars="variable1=value1&variable2=value2"
......
></embed>
Now to ... more >>
Reading session variables via Param tag
Posted by Skotopia at 6/15/2006 7:43:25 PM
Hello all,
I've heard that you can attach session variables to the object/embed tag
that displays your .swf in a coldfusion file. Can you show me the code to do
this in coldfusion if say MYflash.sfw is the name of the embeded flash movie;
the two session variables I want to pass ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Help inserting into a database from Flash via coldfusion
Posted by Skotopia at 6/5/2006 10:22:20 PM
Hello all. I am running a coldfusion server which accesses a MS SQL 2000
server. I am trying to upgrade my interface to use flash and in doing this I
need to be able to do databse Inserts from flash. I have heard that you can use
loadVariables to export the variables to a coldfusion page and t... more >>
Using onClick Javascript in cfinput
Posted by JMD1 at 6/5/2006 3:37:57 PM
I hope someone out here can help me with this problem:
I'm using Flash forms in CFMX7, and have a button (type="button") that I want
to jump to a different template, as opposed to the cffom's action template.
Problem is that when I include the onClick property and set it equal to the
ja... more >>
Flash Remoting not working with local datasource
Posted by jmicah at 6/2/2006 9:01:38 PM
I am using flash remoting on a cfform to pull in data from a test datasource
(on a different domain) and it works just fine. When I modify the datasource
to use a database on a server in the same domain, the form comes up empty with
no errors. Why would flash remoting be able to retrieve a r... more >>
|