Groups | Blog | Home


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 2004 > threads for september 1 - 7, 2004

Filter by week: 1 2 3 4 5

dynamic text box with scrollbar using remoting
Posted by dr_bozak at 9/7/2004 5:31:10 PM
hello, I am trying to use remoting to populate a text box (no problem) I have tried to add a scroll bar to this text box, without success. that is .. I can see the scroll bar, but there is no scroll control. I have found, and sucessfully tested macromedias example using loadVars and an ...more >>


Components Not Returning External Requests
Posted by RMaracuja at 9/7/2004 11:24:18 AM
This is what I have setup: - - IIS 5 - .NET Framework - Flash MX Remoting for .NET with a license for 1 CPU - A Server - with 1 CPU! Exactly 31 days after the components were installed they stopped returning results to flash, but on the localhost they're returning results. I got this...more >>

badResultsFromHelloWorld@remoteServices
Posted by THISISNOTNICKNAME at 9/6/2004 11:20:23 AM
when I run this code : var howdyService:Service = new Service( "http://localhost/flashservices/gateway", new Log(), "remoteServices", null, null ); var pc:PendingCall = howdyService.helloWorld(); pc.responder = new RelayResponder( this, "helloWorld_Result", "helloWorld_Fault" ); ...more >>

Flash Remoting AS2 Defective?
Posted by jeffcg2 at 9/5/2004 3:31:45 PM
Not even the sample files c:\Frogram Files\Macromedia\Flash MX 2004\en\First Run\RemotingSamples\Client\API\CustomerInfoExampleAPI.fla c:\Frogram Files\Macromedia\Flash MX 2004\en\First Run\RemotingSamples\Client\Connector\CustomerInfoExampleCon.fla will work. ...more >>

Flash with GUI Databases
Posted by snurg at 9/5/2004 3:23:09 PM
I am working on a project that will have its data in Filemaker Pro Server and will be making a Flash GUI on the front end I am wanting to use Flash MX 2004 Pro's new Data Components, Flash Remotings, etc. with Filemaker 7 Server which can generate XML, etc. Can anyone please give me their ...more >>

problem with ResultSet -> RecordSet !!
Posted by mofet at 9/5/2004 12:02:04 PM
I return ResultSet object from Java. In AS i try to show my records value but it's doesn't work. AS : function getData_Result(result){ field.text = result.getItemAt(0).name; } what's wrong??...more >>

Simple posting form Flash Remoting and AS2
Posted by jeffcg2 at 9/3/2004 11:37:30 PM
I've spent the last week or so going thru Macromedia's FlashMX 2004 actionscript learning lots of cute things. Still can't find any examples of how to do the simple tasks of INSERT, UPDATE, DELETE. SELECT was fairly simple. Of course there are examples for this. Here is a very simple f...more >>

Remoting HELP!!!!
Posted by vidachristy at 9/3/2004 7:21:21 PM
Remoting not return CF data I hope you can help. I am working with Flash MX 2004 and CF MX 2004. In my flash app, I am attempting to query the database and return the values to Flash. the code will work from Flash to the CF Component. the CF Component will do its thing. And then it stops....more >>



Radio buttons overlap - Help
Posted by AGKnight at 9/3/2004 3:24:02 PM
I have a testing app I'm building in which I pull questions and answers from SQL to build radio buttons on the fly. When you first test my movie the first question works just fine and dandy. When the user makes a choice and clicks the Next button the second questions loads but the radio button...more >>

java Installation issues
Posted by wadearnold at 9/3/2004 2:46:06 PM
I have just switched from openAMF java to the macromedia version. Unfortunitly I can not seem to even install the macromedia version. I have copied the flashgateway.war file into my tomcat webapps directory. After restarting tomcat i get the below error. I have done a jar -xvf and there is a ...more >>

AMFPHP or PHPObject ?
Posted by ERNYNAP at 9/2/2004 9:17:40 PM
Hi I would like to start to learn server side program , I read document about on AMFPHP and PHPObject (ghostwire.com) but I not have the skill to understand what is the different and what is the best to developper Applications with Flash 2004 . can someone help me ? all the bes...more >>

Client.Data.Underflow on CLOB select
Posted by AlphaRoo at 9/2/2004 2:43:51 PM
I get the Client.Data.Underflow error whenever I try to select a clob field from my table. However, if I leave that field out of my SELECT statement, I don't get the error. Naturally, it all works perfectly under straight ColdFusion. Any ideas on how I can get the data from my clob field? ...more >>

Flash Datagrid and My Sql data
Posted by Kalah at 9/2/2004 10:01:57 AM
I need urgent help / tutorial to populate flash datagrid with mysql datatables i.e i need datagrid interface and mysql data in the grid please give me the complete code / files to get rid with this please help me. any example already created would be highly appreciated please suggest any link...more >>

flashgateway.util.RequestDeniedException
Posted by d-p at 9/2/2004 9:47:21 AM
I'm trying to install flash remoting on Tomcat 5 / W2kS / Java 1.4 In fact, I'm porting an application to this platform, and I don't have good access to the flash sources, but I have all the server-side stuff. As well, I have a valid license code for flash remote. When I first trigger a fl...more >>

RelayResponder Class Error
Posted by Dahgu at 9/2/2004 5:33:09 AM
I have started exploring Flash Remoting using Flash MX 2004 Pro and ColdFusion MX 6.1. Wouldn't you know it, even "Hello World" samples do not work. Here is the error I can't explain. The code sample in the manual has this in the beginning: import mx.remoting.Service; import mx.remot...more >>

Preload DataGrid when using Flash Remoting
Posted by norbykov at 9/1/2004 8:30:10 AM
Hi! I'm using trial versions of Macromedia Flash MX 2004 Pro and Flash Remoting This may not be doable, but it would really help me out if someone could give me a hint, that if it is doable, then how to do it. I have multiple swf's, each containing its own Flash Remoting code (with differ...more >>


DevelopmentNow Blog