all groups > macromedia flash flash remoting > june 2004 > threads for june 22 - 28, 2004
Filter by week: 1 2 3 4 5
Creating sessions in Flash
Posted by amovus at 6/28/2004 8:38:33 AM
Does anyone know, how to create a session or set cookies in Flash? Or if this is possible?... more >>
Remoting AS2 components and global Error handler (System.onStatus)
Posted by mama at 6/27/2004 11:18:25 AM
Hi,
A lot of things change in the Ramoting AS2.0 API.
the onStatus methods of objects now return a FaultEvent but what about a
global Object that listen to all the errors like System.onStatus in the
previous version of Remoting ?
What do we need to use instead of System.onStatus ?
Than... more >>
Client.Data.Underflow - Solution!
Posted by mumpy at 6/25/2004 10:44:15 PM
When returning query objects containing fields of the TIMESTAMP datatype (SQL
Server) from a CFC, flash remoting returns the following in the Net Connection
Debugger:
Status (object #2)
.....code: "Client.Data.UnderFlow"
.....description: ""
.....details: ""
.....level: "error"
... more >>
Im totally lost
Posted by le_smith at 6/25/2004 7:49:22 PM
Hello Good Peeps
I am a beginner so sorry for the poor question.
I have installed coldfusion to my computer today. And it says it already comes
with support for Flash Remoting.
When trying to do the examples on this site I cant get them working.
Coldfusion is working fine I have c... more >>
v2 Tree Component with Flash Remomoting
Posted by rduong at 6/25/2004 4:15:25 PM
Hi,
I am trying to populate the v2 Tree component with results coming from a
database query. I'm trying to populate the data either through the web
services or through flash remoting. Does anyone have experience generating the
tree component dynamically through a query? and have some sa... more >>
v2 Tree Component with Flash Remomoting
Posted by rduong at 6/25/2004 4:15:23 PM
Hi,
I am trying to populate the v2 Tree component with results coming from a
database query. I'm trying to populate the data either through the web
services or through flash remoting. Does anyone have experience generating the
tree component dynamically through a query? and have some sa... more >>
onStatus not a method?
Posted by JerkyRobot at 6/24/2004 9:17:03 PM
I have downloaded the flash components and the trial version of FlashRemoting;
yet, when I try to use the "onStatus" method, and go to compile it says that it
does not recognize "onStatus". what gives?
... more >>
Posting to CF template
Posted by Mark Forsberg at 6/24/2004 6:08:28 PM
I'm using a flash interface for a login page. When I use the getURL() the
cf template is spawned and things work. Of course, I don't want to pass the
variables in the URL. I've tried to post the variables to the cf template, but
whenever I click the button nothing happens. I've got both ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem with upgrading to Flash Player 7
Posted by allan_h at 6/23/2004 7:03:11 PM
I have here a test program that works when I publish for Flash Player 6, but
when I change to Flash Player 7, I get "name=undefined" Instead of 'name= Fred".
Any ideas? Is it case sensitivity? I have used example programs before, only
to find that the capitalization of the functions has chan... more >>
mx.remoting.Service == class not loaded
Posted by JohnMathis at 6/23/2004 3:59:13 PM
I'm trying a simple remoting example.
I have:
import mx.remoting.Service;
[...]
private var _Service:Service;
I get a compile error on the var line above:
"...The class 'Service' could not be loaded.
private var _Service:Service;"
Also, I have no .as files in the ...Class... more >>
using LoadVars or Flashremoting
Posted by bossche at 6/23/2004 11:19:45 AM
What's the great big difference between loading data into flash with loadvars or with Flashremoting?
Tom... more >>
can send data from CF to Flash but not vice-versa
Posted by eapostol at 6/23/2004 5:19:29 AM
Hello - (this is reposted - apologies in advance but not sure if it was
submitted)
I am running a dev server with CFMX Server 6.1, Flash MX 2004 and Flash
Remoting components. I was testing Flash remoting by creating a simple
username/password authentication app.
-The form is in flash,... more >>
failed installation. help please
Posted by jmwood at 6/22/2004 11:07:35 PM
i have installed flash mx 2004, the remoting components, and remoting for .NET
numerous times now and still have the same trouble. Remoting fails to work in
any case. I have used tutorials and walkthroughs from this site and from the
built in documentation, none of which have worked. In partic... more >>
CFMX steals AMFPHP flashservices
Posted by willet2 at 6/22/2004 4:33:50 PM
I was getting completely illogical errors while debugging a remoting app using
the new components, and eventually discovered Coldfusion STILL steals remoting.
This makes it impossible to work with AMFPHP when CFMX is installed; I have to
send my AMFPHP Flash apps to a non-CF server to debug.
... more >>
More AS 2.0 help
Posted by Tmac at 6/22/2004 4:31:29 PM
I finally got my button to work as I add a trace function within the
function call by the addEventListener
submit_pb.addEventListener("click", getProdResults);
and within the getProdResults function I have what I believe a remote call
function getProdResults():Void
{
var search_pc:Pe... more >>
AMFPHP shortcommings
Posted by bossche at 6/22/2004 2:21:28 PM
What are the shortcommings for now with AMFPHP?
Thx
Tom... more >>
AS2.0 help
Posted by Tmac at 6/22/2004 8:48:08 AM
I'm creating a class:
import mx.remoting.Service;
import mx.rpc.RelayResponder;
import mx.rpc.FaultEvent;
import mx.rpc.ResultEvent;
import mx.remoting.PendingCall;
import mx.remoting.RecordSet;
import mx.controls.DataGrid;
import mx.controls.gridclasses.DataGridColumn;
import mx.controls... more >>
|