all groups > macromedia flash flash remoting > january 2004 > threads for january 22 - 28, 2004
Filter by week: 1 2 3 4 5
Service Call using a Dynamic Method name
Posted by MacroProd at 1/28/2004 9:48:49 PM
Hello;
I have a service set up, and I want to be able to call a method on my service using a variable that has been typed into a text field... so let's say that the following line produces a result from the server:
_parent.flashService.getData("tcas", "SELECT RVT_DESC FROM ACU_RVT", "0", "ALL"... more >>
Accessing results of webServiceConnector with script?
Posted by cdrabik at 1/28/2004 5:46:17 PM
Hello. I am using a webServiceCOnnector component to run a web service behind the scenes to retrieve infoirmation from Cold Fusion. What I would like to do is use the results of this call in script, but when I try to read from the webServiceConnector.results I get undefined. However, if I bind th... more >>
FIRST TIME (CF + FLASH MX) PROBLEMS!
Posted by wade1 at 1/28/2004 5:35:29 PM
Hello I would imagine that my problem is very simple but I am very new with this
time of intergration. I cannot seem to make my test app run at all.
localy everything is fine and I get the proper response.
//I pass the gateway in the cfm by
gatewayUrl=http://#cgi.http_host#/flashservices/... more >>
_result query
Posted by phil ashby at 1/28/2004 2:44:52 PM
Hi,
I'm using Flash Remoting and everything is great...except...
I'm receiving the data back from the CF component in the _result handler, and giving it a name e.g.
getremotedata.cff_getdirreports({var_nt:+_root.NTname});
function cff_getdirreports_result(dirreps)
{
trace(d... more >>
Remoting Problems
Posted by wade1 at 1/28/2004 2:18:22 PM
Hello I would image that my problem is very simple but I am very new with this
time of intergration. I cannot seem to make my test app run at all.
localy everything is fine and I get the proper response.
//I pass the gateway in the cfm by
gatewayUrl=http://#cgi.http_host#/flashservices/ga... more >>
Remoting Access Error
Posted by lc_kman at 1/27/2004 8:54:30 PM
Hello,
I have the problem that my flash movie won't work from a remote location.
If I am on the computer that hosts the server and use:
http://localhost/Blah
-It runs fine
If I'm on the SAME COMPUTER, but type in the web address for that same server:
http://111.222.33.444/Blah
-It ... more >>
one netconnection for multiple movies...
Posted by targetplanet at 1/27/2004 5:12:14 PM
if I am loading swfs into a main movie, can I just create a netconnection in the main movie, and use it for call in the loaded swfs?
I haven't tried this yet, but I just was wondering if anyone knows about this..
... more >>
datagrid and default responder error -- please help
Posted by Niemo at 1/26/2004 9:14:39 PM
I'm trying to populate a data grid from the click handler of a button.
My code looks like this:
callHistory_pb.populateGrid = function()
{
contractService.getCallHistory(historyResponder,contracts_lb.getSelectedItem().label);
}
historyResponder.onResult(history_rs)
{
callLog_dg.alt... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
problem in working with flash remoting on MAC OSX
Posted by abhuj at 1/23/2004 3:27:37 PM
hi friends,
i am in very big problem,
can any one help me out.........
problem is,
i have develope one application with intefgration of java , flash mx and remoting,
so my problem is
when i am testing the application on the Mac
i have installed the flash remoting components fo... more >>
Problem if Flash RemotingMX
Posted by MarceloDias at 1/23/2004 2:14:30 PM
HI
I am with this problem in the RemotingMX.
I use the Windows 2000 Server-sp3.
Somebody can help me?
escription: "Flash Remoting MX threw an exception during method invocation: Request denied. Macromedia Flash Remoting MX is operating as a developer edition. To upgrade Macromedia Flash... more >>
Flash remoting & CF
Posted by DWrookie at 1/23/2004 1:02:36 PM
I'm new to Flash Remoting & CF. If I understand correctly, you have to use CF with FR in order to connect and retrieve data from a Database on a server. I'm interested in FR but, I'm just small time and find the cost of FR and CF to be way too high. Are there any alternatives for Flash Web Appl... more >>
how to send user's input in CF page to flash movie?
Posted by xh_yue at 1/22/2004 5:41:44 PM
Hi, guys,
In my coldfusion page i ask user to enter their id and check Access DB to verify its existance, then I want to pass that id in my flash movie and display it. How can i do it?
Here's my CFC file:
<cfcomponent>
<cffunction name="sendID" access="remote">
<cfreturn <h>1500</h>>
... more >>
|