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

Filter by week: 1 2 3 4 5

return type struct not working
Posted by database_monkey at 8/5/2004 6:11:07 PM
I have a simple cfc that returns an object. However, when trying to display the results in flash, the results are empty. If I change the return type to boolean or query, the results are returned fine. Has anyone else had this problem? I had no problems with struct return types in remoting 1.0....more >>


Disable F3 & F5 Function keys in IE browser
Posted by vrk17 at 8/5/2004 4:33:13 PM
Hi All, I was trying to disable the F5 and F3 key in Internet Explorer whenever it loads an htm page. Somehow I worked it out with a javascript code, but this code does not work in the same page when there is a flash (swf) object in the page and the focus is on it. If the focus is out o...more >>

Configuring IIS/.NEt for Flash Remoting
Posted by JerkyRobot at 8/4/2004 8:11:58 PM
I have recently installed FlashMX2004 and Visual Studio .Net, I have Flash Remoting on our server at work, and installed the components, the compnents for ..net, the updated components for AS2.0, I then installed the .NET SDK, IIS is up and running; yet, when I try to run examples out of Tom ...more >>

Display Recordset in a Flash Application
Posted by ba_franco at 8/4/2004 7:51:00 PM
Hi ! I?m using Flash Remoting and i get a recordset from a web service Well, the result structure is: ->results: .Net DataSet (array) [optional] -[n] : data (Object) The Network Debbuger brings to me: (CatID and Desc are the record fields from my table where web service do a SQL ...more >>

Trouble with Object response
Posted by darac79 at 8/4/2004 12:20:46 PM
I'm Using MX2004 Prof, OC4j App.Server and openAMF The response of the remoting Method sends an Ressource/ASObject - but I can't access the properties of my userdefined Class Ressource in this case a simple String attribute "_name" In trace re is an Object -> re.result,re.re...more >>

any idea why?? please
Posted by uncle_3than at 8/4/2004 3:03:24 AM
simple remoting question 1. I check my cfc in localhost:8500 page, it shows me my cfc 2. I checked up localhost:8500/flashservices/gateway, it shows me a blank page, which is right 3. I put a NetDebug.as in my Fla 4. my remoting component is for 2004 then when I try to call my cfc fro...more >>

Pass selectedItem from ComboBox to RemotingConn
Posted by tvoyles at 8/3/2004 6:02:24 PM
Greetings all, I have two combo boxes whose options are populated with record sets returned from two methods within a cfc. I am using two RemotingConnector components in MX 2004 Professional to achieve this. The first provides the list of choices for combo box #1. The item that is selec...more >>

combo box with dataGlue problem
Posted by melo-mel at 8/3/2004 1:28:51 PM
Hi, Could someone please explain why i can' t do the following? DataGlue.bindFormatStrings(cboTopic, re.result, "#topic#", "#topicID#" ); cboTopic.addItem( {label:"coolStuff",data:22} ); The 2nd line won't work, if i execute the first line. I get an undefined item in the comboBox. ...more >>



newbie remoting question
Posted by uncle_3than at 8/2/2004 1:54:26 PM
Hi, here's my FLA file ActionScript: #include "NetServices.as" var myURL = "http://localhost:8500/flashservices/gateway"; var myServicePath = "frdg/HelloWorld"; myResult = new Object(); myResult.onResult = function(data){ trace("Data received from Server : " + data); ...more >>


DevelopmentNow Blog