all groups > coldfusion flash integration > april 2006
NetConnection Debugger
Posted by janusz_buda at 4/28/2006 12:11:33 PM
I hope someone can help me......
I have spent ALL morning trying to get up and running with Flash remoting on
CFMX7 and Flash Professional 8 on Mac OS X. I have downloaded the remoting
components for Flash 8 from the Macromedia website, so i have all the
libraries and classes installed.
... more >>
New lines in labels?
Posted by seona at 4/26/2006 4:36:58 AM
When creating a Flash Form, is it possible to break the contents of a label
onto two different lines? For example, I have a set of radio buttons along the
lines of:
<cfinput type="radio" name="listType" id="listType" label="6 months ($100.00)">
I would like to display the price on a sepera... more >>
Latest IE and Coldfusion Flash
Posted by Brockley at 4/24/2006 12:00:00 AM
I've noticed with the latest release of Microsoft Internet Explorer (6 SP2)
that you now have to double click on (coldfusion) Flash Forms to gain focus.
It didn't happen a couple of weeks ago and is not a problem with Firefox. I
guess the guys in Redmond have devised a way to make flash less ... more >>
I don't think Flash Remoting service was installed with Coldfusion
Posted by j_mcwatters at 4/20/2006 12:34:06 AM
Hi,
everytime I try to typing in this url,
http://localhost:8500/flashservices/gateway, I get a 404 error. Reading
articles I see that the flash remoting services should be installed on set up
of ColdFusion. But I don't think that mine was.
So, what can I do? Is there a post installatio... more >>
<cfformitem type ="script">???
Posted by Mr Pappy at 4/19/2006 12:57:36 PM
Hi all
I am having difficulties with an app that i downloaded from asfusion.com.
The apps url is http://www.asfusion.com/apps/realestate/
Basically once i have downloaded the zip and unpacked it etc... i am getting
an error.
Attribute validation error for tag CFFORMITEM.
The value ... more >>
Popups from a Flash Form
Posted by seona at 4/18/2006 3:38:17 AM
Hi guys,
I've been wrangling with this one for a bit now. I have a Flash Form which
allows users to see the details of a number of houses. The houses are presented
in a cfgrid, and the detail panel is bound to this grid to display the full
information on the house. This includes between 1 ... more >>
Loading variables from cfm not working, but text document is.
Posted by iam bennu at 4/14/2006 1:19:21 AM
I have created a Juke box for a client and have been loading content in with
a text file. I have had other flash movies to use a cfm to pull in content
variables from a database but I just cannot seem to get this to work.
The code in the flash jukebox movie is:
loadVariablesNum("cisum/musi... more >>
New MS ActiveX Behavior
Posted by brettcristofer at 4/13/2006 1:39:32 PM
As many of you know by now Microsoft has changed the way ActiveX interfaces are
activated in the browser. This new behavior will affect java applets, flash
objects and so on.
Question: How do I workaround this issue when using <cfform format="Flash">?
For more info on this issue, visit ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how do you cahnge sleted date in cfcalendar when user chnages month
Posted by noodleweb at 4/4/2006 6:25:09 PM
hi,
how do you make selected date change to first of the month if user scrolls
through months in cfcalendar.
not sure about the actionscript required to do this
basically want to pass the first of the month and end of the month selectred
bu user scrolling months in cfcalandar to cfgrid, fo... more >>
Flash Remoting
Posted by Rick at 4/1/2006 9:18:01 PM
I am not sure if I am going to say this right. But here goes. I am try to
use Flash Remoting with my cfform (Flash). What I want to do is two things.
Is this possible?
One show an alert if under certain conditions.
Two make a certain Tab active under certain conditions. (tabnavigator)
... more >>
Simple Binding
Posted by Rick at 4/1/2006 5:33:05 PM
How do I bind one text filed to another. CF 7.x Flash form.
I want to bind SCity to City
<cfinput type="text" name="City" value="#City#" size="20" maxlength="50"
message="You cannot field blank" label="City" required="yes" id="City" />
<cfinput type="text" name="SCity" value="#SCity#" size... more >>
|