all groups > macromedia flash flash remoting > october 2004 > threads for october 22 - 28, 2004
Filter by week: 1 2 3 4 5
Hashtable in Actionscript?
Posted by rafism at 10/27/2004 6:32:10 PM
Hi All,
I am using Flash Remoting with Java, with my application server running on
Tomcat. My Java application returns a Hashtable for a certain method, which
internally is a Hashtable of Hashtables (containing many key-value pairs of
values). I need to acess this from Actionscript in Flas... more >>
dateFormat
Posted by justin.culp at 10/27/2004 3:55:09 PM
Does anyone know how to format a date from a SQL query? I have a webservice
that simply gets the results of a query in a CFC throws it in a dataSet and
then my dataGrid displays the data. One of the fields that is returned is a
date field. In the SQL table the date reads 10/15/2004 but when... more >>
Custom Object remoting
Posted by joe rage at 10/26/2004 6:00:06 PM
I am trying to pass custom object between Flash and my java application server
using Flash Remoting. I was not able to make it work.
I was wondering if someone had successfully done that and if so could provide
how to do it.
Thanks a lot,
Joe
... more >>
Remoting to run on Macintosh.
Posted by rafism at 10/26/2004 4:11:46 PM
Hi All,
I am relatively new to Flash Remoting. I went through the concepts and found
it to be very attractive. However, I want the Flash Remoting to be run on
Macintosh (My Java App-server, the Tomcat server will be running on
Macinstosh).
I checked the Flash Remoting for J2EE, and fo... more >>
Displaying images from database
Posted by lilla_m at 10/26/2004 1:09:06 PM
Does Flash Remoting have functions for displaying images (.gif, .jpg) saved as
binary/blobs in a database, for example MSSQL 7? And if so, where can I get
more information about it?
(I don't have Flash MX 2004 installed at the moment, I'm just doing some
research for an upcoming project).
... more >>
Remoting webservices not working
Posted by nmg196 at 10/25/2004 4:58:21 PM
Hi,
I'm trying to test my installation of the Flash Remoting server components by
using the installed example at:
http://localhost/flashremoting/samples/webservice/
But when I click the "Verify Credit Card" button, I get the following error
message:
"File or assembly name ExampleWeb... more >>
SEND AND RETURN ARRAY TO CF FROM FLASH
Posted by neg at 10/24/2004 3:24:32 PM
Hello,
Can anyone tell me how I can send two arrays from FLASH to CFMX, assign values
to them using CFMX (values from a query) and return them back to FLASH.
In other words, if I specify:
<cfparam name="FLASH.flash01_Array" type="array">
<cfparam name="FLASH.flash02_Array" type="array... more >>
|