Archived Months
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007


all groups > macromedia flash flash remoting > november 2004

Filter by week: 1 2 3 4 5

Information:Over Event limit
Posted by egorlebowski at 11/30/2004 10:30:08 PM
While testing Flash Remoting with a ColdFusion cfc, the NetDebugger shows a server event of EventType "Information" with a message of "Over event limit"...although this doesn't seem to interfere with the execution of the CFC, I'd like to know why I am getting this message, and what the implica...more >>

Java ASObject handling in ActionSCript
Posted by Vani S at 11/30/2004 5:09:58 PM
Hi, I am having problems in accessing ASObject in actionscript. Java methods returns result as ASObject. result.put('firstName', firstName); result.put('lastName', lastName); return result. from actionscript function getResults(re:ResultEvent){ trace(re.firstName + ' ' + re.result.firs...more >>

remoting with flash form applications
Posted by JKUNKE at 11/29/2004 5:58:42 PM
I am a little confused about how to access flash variables which are passed into a swf using flashvars. I created my swf using the flash form application where the application form has a class defined instead of inheriting the default mx.screens.Form. I have a need to access a couple of addi...more >>

a problem about remotingConnector via .net web service
Posted by adong at 11/29/2004 3:09:31 PM
hi, I have a problem about remotingConnector via .net web service. In the flash, I drag a remotingConnector component and a label component named serviceMessage, and then write the script at the first frame of timeline as follow: import mx.remoting.Service; import mx.remoting.PendingCall...more >>

Connecting to flash remoting
Posted by waynefd at 11/28/2004 10:35:39 PM
I am running an instance of cfusion as a separate server under jrun. After installing the remote components I cannot get any connection. Under the 'remote' tree in the actions panel there is no reference to the included NetServices. I assume that this is a path configuration problem, but I...more >>

Flash Remoting in Stand alone machine
Posted by supersugar at 11/26/2004 10:39:24 AM
Hi all, I would like to know that whether Flash Remoting can be used in a PC based appliaction (i.e, there will not be any app server for supporting the server calls)? I am new to this Flash remoting and struggling to know about the feasibility about this. Please let me know, if someone come ...more >>

MX 2004 Example Files - CustomerInfoForm.as
Posted by ANSCORP at 11/24/2004 3:07:54 PM
I recently attended the MAX 2004 Conference in New Orleans and it essentially opened my eyes to the possibilities of "true" web application development using Flash and Flash remoting. We've been a ColdFusion shop for quite a while, now, and appreciate the ability to deploy robust applications...more >>

Can some provide me an example?
Posted by mannix31 at 11/23/2004 4:39:47 PM
Hi, Can someone provide me with an example of Flash remoting into Northwind DBase using the data grid component and a charting component in AS2.0 with a CFC and the new remoting components? I am really struggling to see how this works. If someone would be willing to put something together ...more >>



Inserting Date from DateField Component into Access DB
Posted by Anto111 at 11/20/2004 9:11:02 PM
Hi All, I am practicing sending data to an access database using remoting and coldfusion. I have a problem inserting the date selected from the DateField component into the database. I send datefield.selectedDate as an argrument to the coldfusion function and have tried each of the following ...more >>

Missing include folder
Posted by dpjd_blue at 11/18/2004 11:09:27 PM
Downloaded the Flash Remoting for Flash MX 2004 ActionScript 2.0 for OS X, but after the installation was complete, it seems there is no include folder containing all the .as files within the configuration folder. Try doing it a few times, and it never worked. Does anyone know of any known iss...more >>

Flash not displaying data - Help
Posted by Uma Vivek at 11/18/2004 1:43:22 PM
Hi, I have a problem with Flash remoting via .NET . I seem to have all the code right, but flash does not seem to display the data at all. Here's is what Ive done so far... (1) Ive installed Flash Remoting MX, and copied over the contents of wwwroot\flashremoting\bin into my web appl...more >>

Remote Application for the desktop
Posted by bfhiii at 11/17/2004 9:19:06 PM
I work for a company where we are constantly asked to update the status of jobs that we do for our customers. Would it be possible to create a stand-alone flash movie that could allow the entry of a control / job number into a search box, hit submit and get back the status of the job with it's...more >>

Flash Remoting not Working
Posted by bandward at 11/17/2004 7:03:14 PM
My webhoster says that according to Macromedia documentation that Flash Remoting is working properly on their server if it returns a 'blank' page in the flashservices/gateway directory. ie. www.webcme.net/flashservices/gateway. I want to use Flash remoting to display data from a MySQL d...more >>

Where are the AS2.0 remoting packages?
Posted by ASP-ASP at 11/17/2004 8:48:39 AM
According to the documentation, the following packages should be available. mx.data.components mx.remoting mx.remoting.debug mx.rpc mx.services For some strange reason, I'm left only with 'mx.remoting.debug'. I did have all the packages, but no longer. Also, I uninstalled and reinstalled the...more >>

.NET strongly typed collection into Flash
Posted by Rooster60602 at 11/17/2004 4:13:46 AM
I'm trying to get a strongly typed arraylist into flash from .NET, but Net Connection Debugger is only showing a delimited list of 'undefined' values. To fully separate presentation from business logic and data access layers, the ability to send structured data back and forth seems essential ...more >>

Flash Remoting with ColdFusion 5?
Posted by Whittaker007 at 11/14/2004 8:19:44 PM
Hi there, I have spent a long time looking around for answers but I can't seem to find any information about Flash remoting with ColdFusion 5. There are a number of resources and examples that cover CFMX, Java and .NET, but nothing at all for CF5, which seems strange since CF5 has been around...more >>

flash remoting - asp.net code behind
Posted by jaxon02 at 11/11/2004 5:20:59 PM
I have a small flash program that returns data from ASP.NET. It works great when using a script within my aspx page... But when I try to use a codebehind page flash debugger returns "Could not load type 'flashDev.eisDev'" (flashDev is the project folder, eisDev is the classname) I have tr...more >>

Flash Remoting and HTTP 1.1 Compression
Posted by hafizmisbah at 11/11/2004 6:07:22 AM
Hello all...! I am new to Flash remoting. I am using flash remoting(amfphp) to retrieve database records and displaying them in a grid. I just want to ask if it is possible to use HTTP 1.1 compression with flash remoting (amfphp) to compress the returned recordset to reduse the bandwidth u...more >>

Flash > CFMX > Perl
Posted by Anthony Brown at 11/10/2004 10:20:20 PM
Hello- I have a need to call an external perl script from within flash. I am using CFMX CFC's to get my data for this project. But, we have a perl script that interacts with our system to physically turn on/off the system. Currently, I am calling that with a normal GetURL action within my ...more >>

#include "NetServices.as"
Posted by perrigrine at 11/10/2004 5:55:59 PM
I am trying to utilize Flash Remoting to acquire data. I just installed Flash Remoting on my machine and I get the following error when I try to compile: NetServices.as: Line 1: Classes may only be defined in external ActionScript 2.0 class scripts. Can you tell me what I've setup inc...more >>

remoting just with CF??
Posted by markuuussss at 11/10/2004 5:49:06 PM
Can anybody tell me, that the remoting funtion in FlashMX 2004 works just with CFSever, or what i need for an remoting??...more >>

Include AS
Posted by TiGGi at 11/10/2004 3:50:25 PM
I have #include 'script.as' in my movie. Question is does AS gets imbeded into the swf or it's executed from file when swf runs? I have singe source files for a 2 different sets of movies, only difference is what's in a AS file. Since I use movies on 2 different web sites I thought I can ju...more >>

Where is my gateway?
Posted by Whittaker007 at 11/10/2004 5:01:56 AM
Hi, I'm a long-time Flash programmer, but new to remoting. We have recently upgraded to ColdFusion MX and I can't seem to set up a gateway for Flash remoting. In the 'Using Flash Remoting' PDF which I downloaded from Macromedia's website (after spending all day trying out advice & tutoria...more >>

Basic Database Question
Posted by fastcorvette at 11/9/2004 7:04:19 PM
I'm new to Flash MX 2004 so I have some basic questions about using it to connect to a Microsoft Access database. I had planned to use ASP pages but I'll use Flash if it is easy to do. Can anyone tell me the basics or point me to the right place in the online help manual as to how I establis...more >>

Why Use Flash?
Posted by pudrocker at 11/9/2004 4:39:31 AM
"Why use Flash?"....my boss keeps asking me. I'm trying to convince my employer (a well known affiliate program, where customers must log-in to check real-time stats) of the benefits of using Flash/Remoting as a UI as opposed to just ColdFusion. So far my best points are: Portability - if w...more >>

AMFPHP is ALMOST working?
Posted by Fowie at 11/8/2004 8:26:39 PM
:confused; PHP 4.3.9, MySQL 4.1.6-gamma, AMFPHP version 0.9.0 beta. I've installed everything into default locations (following the tutorial). Changed all of the lines I needed to in gateway.php, and all the others. I make a new gateway in MX 2004 Prof. and add my http://servername/gatewa...more >>

Client.Header.BadVersion problem
Posted by RusD at 11/6/2004 9:49:51 AM
Hi, I'm trying to connect from FCS via Flash Remoting to service, written on ASP.NET At my computer it works fine. After I uploaded it into clients server, it started to return error codes Here is info object: type:undefined level:status code:Client.Header.BadVersion descr: connection parame...more >>

What changed in MX 2004 vs. MX
Posted by Anthony Brown at 11/4/2004 9:39:35 AM
I have a .Fla that I developed in MX, and it works fine with my MySQL database, using Netservices.as and Netdebug.as. I now have MX 2004 Pro, and read that they have gotten away from #Netservices.as and went to import mx.remoting.NetServices; import mx.remoting.NetDebug; <----I am guessi...more >>


DevelopmentNow Blog