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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|