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 > october 2005

Works Locally, Doesnt Work On Production Server
Posted by Emmersive media at 10/29/2005 6:58:39 AM
HI All. I have created a FLA that connects to a aspx page and gets some data out of the database, builds a drop down menu with the data. It works great on my local machine, but doesnt work on the server, I have copied the DLL's from my local bin dir to the remote bin dir but it still d...more >>


Flash Remoting issues with http calls
Posted by TheFoche at 10/27/2005 7:30:08 PM
I am developing a flash remoting application for 2 different enviroments, developement (local machine) and production (server at host). When I test my application on development, it works with this address file:///C:/Inetpub/wwwroot/client_sites/client1/production/test.swf However, it will n...more >>

Secure Remoting . . . .
Posted by faEight at 10/27/2005 2:33:56 AM
So I want to have users login using flash, which will be sent to a ColdFusion login routine - thing is, I don't want to send user/password info in the clear. How do I get flash remoting to SSH or hash or the like? ...more >>

File upload via remoting (AMFPHP)?
Posted by elderone at 10/20/2005 12:42:14 PM
Hi! Is it possibe to upload file via remoting? Or somehow get back data about upload and image processing results....more >>

Error opening include file NetServices.as
Posted by Emmersive media at 10/20/2005 3:22:19 AM
Hi, Im very new to Flash remoting so I will give a run down of what im trying to do. First of all I am using ASP.NET with Flash Remoting and using Flash Pro 2004. I want to try to get an ASP.NET page to return a datareader object or dataset object to flash that can be used to build a c...more >>

Remoting in Windows 2003 server?
Posted by melarkod at 10/20/2005 12:00:00 AM
Hai all, The system requirements for Flash remoting mentions Windows 2000 server sp2. Will it work on Windows 2003 server? Thanks in advance....more >>

Service not found
Posted by jt230 at 10/18/2005 6:53:06 PM
Ok I downloaded the new .jars files for the Java Hot Fix for flash remoting. I have them installed correctly in the lib folder of the WEB-INF. I change my web.xml file and added and changed the gateway-config.xml file. The server starts and runs fine. I have this code in my flash client...more >>

.NET and flash remoting question...is this possible?
Posted by tonedigital at 10/18/2005 12:00:00 AM
Hello, Let's say I have an .aspx page (example.aspx) which consists of a textfield, a button and an embedded .swf. In the swf, i have a dynamic text box. Can I write my name in the textfield in the .aspx page, click the button, and my name appear in the dynamic text box in the embedded ...more >>



amfphp 1.0 milestone 3 and flash 8 problem
Posted by heventorizon at 10/17/2005 11:48:18 PM
i have a problem using amfphp 1.0 milestone 3 with flash 8. This is the code that i've insert in the first frame of my movie: import mx.remoting.*; import mx.rpc.*; import mx.remoting.debug.NetDebug; var gatewayUrl:String = "http://192.168.1.3/flashservices/gateway.php" NetDebu...more >>

Issues with returning data using remoting
Posted by onedge3d at 10/17/2005 12:00:00 AM
The remoting thing is new to me and I have no idea what I am doing wrong. When I trace the r.results, flash tells me I have a string. If I try to set it to the textarea.text property I get the error message: Type mismatch in assignment statement: found Object where String is required. He...more >>

I need some help writing to server
Posted by ShazWoogle at 10/16/2005 12:55:26 AM
hello, i need some help please... i have writen a small program http://woogletown.box43.net/createlogin.fla any way if you run the program you'll see you can make and account and login to it (saughta) well any way the way i save the information is with sharedObjects which is ok if i only...more >>

Gateway URL
Posted by Jerry 2483 at 10/14/2005 8:08:55 AM
Hi I have created a Interactive mapping component within Flash remoting. Everything runs fine if i am running of my machine or anywhere on the network, however when i put it through through a url and IIS to an html page it doesnt work. I believe there is an issue with the Gateway url or ...more >>

Flash contact form with amfphp
Posted by NO[at]SPAM ngelina at 10/8/2005 12:00:00 AM
Hello, I'm making a contact form on my site with amfphp and I send the vars in a loadvarsobject to php: sendContactForm = function(_contactObj) { this.createNetconnection(); var contactResponder = new Object(); contactResponder.objRef = this; contactResponder.onResult = f...more >>

Is Remoting the ONLY way to speak with a web server?
Posted by fn at 10/7/2005 8:16:01 AM
Before I purchase Flash Remoting (from some of the threads in the forum I can see that people have problem with Flash 8 to work with remoting): is there som other way to have a web application with Flash to talk to a web server? I am going to make my first "rich" web application communicate w...more >>

Flash Remoting Tools and Security
Posted by jt230 at 10/7/2005 12:00:00 AM
What is everybody here using to use Flash Remoting? Macromedia's Flash Remoting, OpenAMF, FlashORB, etc...... I have currently been using Flash Remoting with Java for about 2 years now and love the technology but I have become frustrated with Macromedia's support of their own Flash Remot...more >>

Flash Remoting stops working after Flash 8 install
Posted by DARAB at 10/5/2005 1:10:13 AM
I've been using Flash MX 2004 Pro for nearly 2 years, relying heavily on Flash Remoting. After installing Flash 8 and uninstalling Flash 2004, I got the following message: Error opening URL "http://localhost/flashservices/gateway". I found Flash Remoting for Flash 8 and installed that. ...more >>

gateway connection check
Posted by daveluff at 10/4/2005 9:14:44 AM
I have the following code thta makea connection to a gateway and then moves onto another frame on the timeline. But this isn't checking if a connection has been made and sometimes moves onto the next frame without a connection being established. Is there a way for me to see when the conne...more >>

AS 1.0 components in Flash 8
Posted by krostich at 10/4/2005 12:00:00 AM
I have created several Flash applications that use Flash remoting, actionscript 1.0. The applications were originally created using Flash MX, and when I upgraded to MX 2004, I was able to install the 1.0 components for that version of Flash. I've upgraded to Flash 8, and I only see the ActionS...more >>

flash 8 remoting missin .as files
Posted by mantra| at 10/3/2005 8:59:34 AM
Hi All, there a couple of other topics here that touch on my problem but aren't quite the same .. have got flash 8pro installed, and ran the flash remoting setup for flash 8 ... however whenever i attempt to put: #include "NetServices.as" #include "NetDebug.as" into my flash files it...more >>

Returning Data Not Working in Flash 8
Posted by emansouri at 10/3/2005 12:00:00 AM
I am able to successfully send data to Remoting, but when I return data from the application side, it is as if the response to Flash never arrives. My simple function on the root timeline: function myCommand_Result(result:Object) { } never gets passed the result object. ...more >>


DevelopmentNow Blog