all groups > coldfusion flash integration > november 2005
Re: CF7 and Flash Remoting Error
Posted by cfoster at 11/28/2005 7:48:04 PM
We are having the same problem ever since upgrading to 7. While I haven't
personally seen the problem in action, we're logging a ton of errors, e.g.
11/23 02:27:12 error Requested resource
'/flashservices/gateway&CFID=53909&CFTOKEN=78411671'
(%2fflashservices%2fgateway%26CFID%3d53909%26CFT... more >>
advice needed... cf write data to xml file for use in flash app that uses xml file
Posted by Donna Casey at 11/27/2005 6:19:27 PM
I'm wondering if it is possible to use CF to:
1) connect to existing db;
2) get specific data from table;
3) write it to an xml file that would follow a specific format and
include the output data;
4) that a flash newsticker (flashloaded.com's newsticker) could use
I ask because I want to... more >>
Flash form doesn't work, please help!
Posted by Stranger_Sliver at 11/25/2005 6:40:15 PM
I made cfform many times, but this is the real first time with Flash
integration.
The form never pass information to saveorder.cfm file invoked in the action of
the form definition
This the code:
<cfquery name="loadstatus" datasource="#application.DSN#">
select * from status
<... more >>
Coldfusion Flash Integration
Posted by DDhillon at 11/23/2005 12:00:00 AM
I m a coldfusion developer. I really want to integrate flash and coldfusion. I
know basics of flash, never used it for interactivity with db. Please suggest
me where should I start from. Any books or courses?
... more >>
Flash Remoting Local/Server Interaction
Posted by SandyatEndora at 11/21/2005 10:13:12 PM
We are looking at creating the following but we are not sure it is possible:
- DB and Coldfusion MX on Web Server (using IIS5.0)
- Flash SWF file to reside on a local machine that is tied to a network
- Flash file to use Flash Remoting to query the DB and display results in
Flash movie.
... more >>
Clock Mouse Pointer
Posted by trex0911 at 11/21/2005 12:00:00 AM
I have been reading through these forums and have been googling for days but
can not find a straight answer to my question. Please help. We have recently
upgraded our web servers from ColdFusion MX 6.1 to 7.1. We actually uninstalled
6.1 completely and then installed 7.1. The main reason for d... more >>
give me a break
Posted by eat_sh1t at 11/21/2005 12:00:00 AM
:| get rid of this flash software now!! i want it off my computer! stop hiding
anti pirating software in my registry! give me the necessary tools to rid
myself of it now or suffer the consequences!! (if not, see you in court)
sincerely pissed
gary
... more >>
Flash Forms not displaying in IE
Posted by Tomas at 11/18/2005 11:02:21 PM
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 valign="top">
<cfoutput>
<cfform action="" method="post" format="Flash" preloader="False"
skin="haloblue" width="600">
<cfformgroup type... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
CFGRID, Using Query - How do I hide columns?
Posted by mikeap at 11/16/2005 12:00:00 AM
This might make no sense or I might know the answer, but not know I know it ...
How can I hide columns in a query generated cfgrid? You say, remove them from
the query - but then my CFGRIDUPDATE won't work?
... more >>
cf flash form submit on enter key down?
Posted by chris at 11/11/2005 6:49:11 AM
Hey all,
How can i make a flash form submit upon the user hitting the ENTER key?
I would mostly like it to just be when either the last field is selected
or the submit button.
I am not familiar with actionscript at all but this should be easy for
someone here. I remember seeing somethi... more >>
flashremoting gateway
Posted by doug777 at 11/10/2005 3:41:45 PM
Using CF7 Developer on XP-Pro, stand-alone computer no network
connected, Flash 8.
I have downloaded and installed flashremoting for Flash 8.
I have uncommented the gateway servlet line in gateway-config.xml
But I cannot get a connection to the url
http://localhost:8501/flashservices/ga... more >>
Streamlining Drop-Downs
Posted by Magnim at 11/6/2005 12:00:00 AM
I have a form with literally a hundred fields where the user has to select how
they rank each item in a drop-down form 0-10.
Is there a way to call the same drop down and reference it ,rather than having
the following code literally 100 times on the form?
<cfselect name="LetsPlay" size=... more >>
I need a View, Insert, Update, Delete paradigm for using flash forms
Posted by KJ Klosson at 11/5/2005 12:00:00 AM
Flash forms are the greatest. But I'm struggling with a usable paradigm for
handling all database functions with them. Most notably, since I can't add a
"Delete" link into the grid (as I could in a table layout), I need a way to
allow the user to select a record from the grid and then choose... more >>
|