all groups > macromedia flash flash remoting > october 2003 > threads for october 29 - 31, 2003
Filter by week: 1 2 3 4 5
store complex data as file
Posted by hosey at 10/31/2003 2:04:29 PM
is there a way to send a object from flash through remoting ex:
object.dude="me"
object.friends=["1","2"]
and have it save the object as a file to be gathered later, or does it
have to hit a database?
... more >>
amf file size comparison
Posted by hosey at 10/31/2003 9:06:39 AM
I am using xml in flash to send/receive data. I have not used remoting.
What is the benefit on the network of flash remoting. My xml get to be
500kb, what might an equivalent AMF send be?
... more >>
Flash Components 2004 Remoting - Download
Posted by Jason Huff at 10/31/2003 6:32:03 AM
It seems a lot of people are having this question.
Download the components:
http://www.macromedia.com/software/flashremoting/downloads/components/
Jason
... more >>
DataGlue works, but scroll bar doesnt.
Posted by Jason Huff at 10/31/2003 6:02:32 AM
#include "DataGlue.as"
#include "NetDebug.as"
#include "NetServices.as"
NetServices.setDefaultGatewayUrl("http://192.168.1.100:8500/flashservices/ga
teway")
Streamer_conn = NetServices.createGatewayConnection();
Songs = Streamer_conn.getService("testing.streamtest.streamer",this);
function lo... more >>
Flash remoting components in Flash 2004
Posted by Bloke at 10/31/2003 3:44:30 AM
I am so confused with all the components and what I had before i intalled Flash MX 2004. Is Flash remoting components incorporated in Flash MX 2004 now? Or do I need to install Coldfusion to re-install it to Flash MX 2004?
-Bloke
... more >>
can't send an array to cf component
Posted by edpsych at 10/31/2003 3:05:36 AM
Ok, I'm having some issues trying to send an array from Flash to a Coldfusion Component. I can send variables without a hitch, but when I send an array, CF throws an exception because my array parameter is null.
This seems like it should be a pretty elementary problem, but I have been unable to fin... more >>
Remoting not working with Localhost...
Posted by gongati2k at 10/29/2003 12:09:51 PM
Hi,
My application is just checking for user validity, If I give a local path like this "C:\Inetpub\wwwroot\csa_int\login.html" it is working going to database and validating the user. but if i run from localhost i.e "http://localhost/csa_int/login.html" its not working.
can anybody help me p... more >>
Flash Remoting...
Posted by D-Loco at 10/29/2003 10:05:57 AM
i have just purchased the new studio mx 2004 pro.... and i want to expand on flash... having got the coldfusion server with the studio i am now wanting to learn about remoting....
If i get the trial version of remoting, after the trial has run out does the program not work anymore or is it like c... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Flash Remoting, ColdFusion MX and Apache Web Server 1.3
Posted by Flashm NO[at]SPAM n at 10/29/2003 9:26:40 AM
Hi
I'm trying to get remoting to work with the following set up:
ColdFusion MX
Apache Web Server
The default path for the htdocs on the Apache server is :
C:\Program FIles\Apache Group\Apache\htdocs
Say I create a new folder called remoting within htdocs and place my flash swf and c... more >>
|