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

AMFPHP question about Netservices.as and Netdebug.as
Posted by Divrad at 9/30/2005 9:49:10 PM
This is the first time that I've tried remoting with flash, I'm using the localhost on my windows 2000 box so I'm not sure it's even possible to set up. I have php 4.3.10 with PEAR and mySQL 3.23 running. I installed the AMFPHP 0.9 as instructed and the remoting components from macromedi...more >>


please help
Posted by amitsa at 9/30/2005 8:22:49 AM
this is the error i am getting **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 4: The property being referenced does not have the static attribute. NetServices.setDefaultGatewayUrl("http://localhost:8080/flashgateway") this is the code i have written... mx.remoting.Service.S...more >>

Flash remoting flash 8
Posted by Don_Robin at 9/28/2005 10:05:39 PM
Hi, I just installed flash 8 and flash remoting for flash 8. I never managed to get it to work, only got the error message. **Error** Scene=Huvudmeny, layer=bakgrund, frame=1:Line 5: Error opening include file NetServices.as: File not found. #include "NetServices.as" **Error**...more >>

about Flash Remoting
Posted by Sson at 9/26/2005 5:45:16 PM
Hi, to use Flash Remoting, is there requir "Flash Remoting" installed on Server Side? thnx a lot...more >>

Am I missing something??
Posted by Clacker at 9/26/2005 2:33:16 PM
Hi, I've found that if I send an object to a CF component; MyService.MyFunction( anObject ); And try to catch it with; <cfargument name="theObject" type="struct" required="yes"> It throws back an error saying no argument was passed, and yet if I put a random string before hand.... ...more >>

installer doesn't include/install all files
Posted by Dave Towers at 9/23/2005 11:41:53 AM
I've been using remoting now for some years, but had to re-format my HD. When I downloaded and installed the latest flash remoting components file (mx 2004 pro) from MM the only file in the \Macromedia\Flash MX 2004\en\First Run\Include folder on my computer was MM_livepreview.as. Thi...more >>

Remoting Error!!!
Posted by targetplanet at 9/23/2005 12:00:00 AM
I am getting a this error in remoting Status (object #2) .....code: "Server.Processing" .....description: (undefined) .....details: "" .....level: "error" .....type: "" .....rootcause (object #3) ..........code: (undefined) ..........description: (undefined) ..........details:...more >>

remoting working locally but not when live
Posted by daveluff at 9/22/2005 8:50:02 AM
Hi people, I have been trying flash remoting and have been connecting to a cfc on my server. This works locally but when placed on server fails. Heres my code, must be a targeting issue. #include "NetServices.as" #include "NetDebug.as" var gwUrl; var gatewayCo...more >>



Flash 8 WebServiceconnector. Query.
Posted by Kerrdo at 9/22/2005 12:00:00 AM
I can connect my webservice fine. when working with strings i can extract the data. But when my webservice returns a query i can't get any result besides 'undefined'. My code. import mx.data.components.WebServiceConnector; var res:Function = function (evt:Object) { trace(evt.ta...more >>

using import instead of #include
Posted by Clacker at 9/22/2005 12:00:00 AM
Ive noticed that where before I could use; #include "NetServices.as" ...at the start of a multi-scened, multi-scripted flash doc and I could use the net services anywhere, now when I use the; import mx.remoting.*; import mx.rpc.*; ... I have to put these import statements in ev...more >>

Remoting timeouts
Posted by Clacker at 9/21/2005 8:28:56 AM
Is it possible to specify the timeout of a remoting call? And is _global.System.onStatus the only way to handle them?...more >>

Flash 8 Remoting Components
Posted by KevinRDS at 9/20/2005 6:40:27 PM
I found the new Remoting components installer posted today (9/20/2005). I ran the install package several times, each time I got an error when trying to test an existing Flash Remoting project in Flash 8. Here is the latest: **Error** C:\Documents and Settings\Administrator\Local Settings\Ap...more >>

configure flash remoting with IIS
Posted by 4dio at 9/19/2005 12:00:00 AM
Hello, I am very begginer in flash/flash remoting and I need help in configure flash remoting running with IIS web server. Following are installed: IIS webserver, FLASH MX Pro 2004 and FlashRemoting Ok, I want a client side action script to call a method to a server side action sc...more >>

Stand Alone Applcation for PPC 03
Posted by StanX12 at 9/15/2005 12:47:56 AM
Hello, I was just wondering is there any other way to make stand alone exe applications for PPC 03 without using using Flashassist? Is there any alternate way? I am trying to test game, but i dont want it to be in PPC browser. Thank you. Stan ...more >>

Flash vb dll / mysql connection
Posted by dominicwells at 9/14/2005 11:13:31 PM
Hi, I have written a dll in vb which sits on my webserver. At the moment I use asp to talk to the dll which in turn collects / sets information in a mysql database. I would like to either connect directly to the mysql database from flash or call functions in the dll (from flash) as I cur...more >>

Remoting in Flash 8
Posted by emansouri at 9/13/2005 11:52:56 AM
I installed Flash 8 and I had hoped it would be a more seamless transition from Flash MX 2004. Since I couldn't find any download info for Flash 8 Remoting Components, I copied all related files from: /Applications/Macromedia Flash MX 2004/First Run/Classes/mx/remoting /Applications/Ma...more >>

Flash Remoting with EJB
Posted by Shimako.az at 9/13/2005 12:00:00 AM
Hello, I have been stuck for more than a week. It is Flash Remoting with EJB. Does anyone have any advice for me? I was able to run the EJB example (flashgateway-samples.ear) which came with the Flash Remoting. I used JRun 4. Now, I created a simple EJB just like the example (I used ...more >>

Flash 8 and Falsh remoting? will it be possible?
Posted by cachecarora at 9/11/2005 12:00:00 AM
Hi everybody, i've been reading all the new stuff that flash 8 has, and i'm amazed....However i haven't seen anything about flash remoting.... will it be possible tu use all it's benefits on the new flash???, may be someone knows thanks ...more >>

securing ( RIA ) embedded swf files
Posted by jsegura at 9/9/2005 12:00:00 AM
I was building a content management system using Flash Remoting to view, add, edit and delete records when I realized that anyone can gain access to swf file via url. Although the swf is embedded in a secure admin.cfm page how can I prevent someone from pointing to the swf file and making...more >>

getItemAt(0).data issue
Posted by Tudor at 9/8/2005 11:17:27 PM
hey everyone, I'm currently trying to simplify my life a little by using eval in conjunction with a for loop to lighten the number of things I have to write down a little. Here is what I'm doing and I guess I need help understanding why it doesn't work as well as a suggestion on how to fix it. ...more >>

Easy Web Service Connector Question
Posted by Kingkev at 9/8/2005 12:00:00 AM
I get an syntax error when I add the following code to an existing flash project. import mx.data.components.WebServiceConnector; I have the webservice connector in my libary, but still no success. Any thoughts. This project I am using was written by someone else but i am editing it now. ...more >>

Flash Forms & SMTP servers
Posted by vaderbreath at 9/8/2005 12:00:00 AM
Does anyone know how to pass data gathered in a flash MX 2004 form to an IIS SMTP server and have the data emailed to a recipient? Any help would be greatly appreciated. Thanks, Vaderbreath ...more >>

Getting a WSDL.MultiplePorts Error, EEEEK
Posted by cewingCME at 9/8/2005 12:00:00 AM
I've been working on an interface to a .net-coded web service to support an application I'm working on. Up until this morning, everything was working fine, I could call a service defined by the WSDL from the web service and get the expected results. This morning, after working for an hour...more >>

Flash Remoting not working online
Posted by JoeBazz at 9/6/2005 12:00:00 AM
Hi, My site uses flash remoting (AMFPHP) to client/server communication and if I run the swfs from my local machine they connect to my remote gateway and everything goes fine... but when I download them from my domain (http://chapeco-online.com.br/novo) they simply don?t load any data.. do...more >>

Show Pictures and Their detail from Database using Flash
Posted by MasroorKK at 9/4/2005 10:38:38 AM
Hiya Friendzzzzzzzzz, I am new at FLASH and i have got a project in which i have to use flash database connectivity for showing ( Picture and its sub detail like price a little description etc. ) in flash slide show animation. this is the client's requirement. ple...more >>

Remoting with and Interval
Posted by djrez3 at 9/1/2005 1:07:07 PM
I have an AS2 class i am using to pull data from the server (using the V2 remoting components). I am trying to set this to run on a 20 second interval(ussing setInterval()). when the script starts it pulls the data the first time with no issue but everytime after that it reports that its invok...more >>

Intermittant Connect Error
Posted by faEight at 9/1/2005 12:00:00 AM
I am using Flash 2004 MX to invoke ColdFusion MX 7 which is interrogating a MySql DataBase. Basically in a flash movie, a form is constructed dynamically in stages. After the first stage, I interrogate the database to prevent a duplicate entry, then I allow the user to proceed with the res...more >>


DevelopmentNow Blog