all groups > macromedia flash flash remoting > november 2003 > threads for november 22 - 28, 2003
Filter by week: 1 2 3 4 5
service_result(result) - Recordset out side the service result handler !!
Posted by mrism at 11/27/2003 3:49:23 PM
Hi All,
This is my question :
Can I use a Recordset out side of the service_result that I get in a service_result function
eg :
/********************************************************************/
NetServices.setDefaultGatewayURL("http://localhost/flashremoting/gateway.aspx");
myConnec... more >>
Looking for Flash Remoting developer
Posted by Interactive Eye-Candy at 11/26/2003 7:57:49 PM
We are looking for a flash remoting developer to finish up a flash application for us. it currenlty uses/connects to a SQL Server database using Flash MX 2004 and ColdFusion MX Server.
http://interactive.hirons.com/TourismReview/2004-Redesign/Development/media/flash/_source/ITG.html
Thanks!!!
... more >>
Complex WebService
Posted by benflo at 11/26/2003 4:42:55 PM
Hi,
we have to use a complex WebService and I got already grey hair.
Sorry about my English.
URL to the WebService: http://80.254.186.217/KEP_Sim/OpcDaGateway.asmx?wsdl .
This WebService uses complex Methods with different parameters, with a .NET client we have no problems to read the WebS... more >>
Flash Remoting on J2EE Appplication Servers
Posted by TheKAY at 11/26/2003 10:32:07 AM
Hello Flash lovers,
A short (perhaps stupid) question: is there a way to integrate Flash Remoting in e.g. Sun ONE Application Server 7 or another third-party J2EE application server?
I know that there is a possibility to integrate Coldfusion MX in third-party J2EE application servers. Does t... more >>
netservices debugging help
Posted by Major Payne at 11/26/2003 12:55:52 AM
anyone know how to debug database errors, a way to get a more detailed
message...this is what the output window says...
NetServices info 2: addName_Status was received from server: <error> Service
threw an exception during method invocation: Error Executing Database Query.
... more >>
flash remoting faster in MX 6.1?
Posted by jpryz at 11/25/2003 11:44:30 PM
Does anyone know if Flash Remoting is faster in 6.1? I'm running 6 but really don't see the need to upgrade right now. Convince me to upgrade!
... more >>
Connected, but can't find Service
Posted by sduds at 11/25/2003 11:39:36 PM
This is probably simple stuff, but I've looked at it several different times now and can't figure out what's wrong.
I have verified that I have Flash services installed and running and have successfully connected to the gateway.
NetServices.setDefaultGatewayUrl("http://localhost:8500/flashserv... more >>
Help me!!(OBi-Wan) You are my only Hope!
Posted by redzar at 11/25/2003 5:18:45 PM
My environment: Flash MX 2004 for the front end (GUI), ColdFusion intergraded with Microsoft IIS on a Windows 2003 box, and Microsoft 200 SQL server
Flash MX 2004 Pro:
My UI Component on Stage:
One DataGrid
One Button
One TextInput
My scenario:
The end user inputs some text into... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
netConnection.Call.BadVersion
Posted by whichCharlie at 11/25/2003 2:13:51 PM
netConnection.Call.BadVersion ??????
I have given up on flash remoting. I get this error almost every time i go to build an app. i thought i had it sussed. But no, yesterday i spent 4 hours trying to get it to work. I tried the solution? i used the last time but that did not work. Searched ever... more >>
Error opening URL "http://test.mysite.co.uk/flashservices/gateway"
Posted by hoddle10 at 11/25/2003 10:28:39 AM
Hi
I am having trouble with flash remoting when taking my site onto a live server. Everything works ok on my local machine using the following actionscript code -
#include "NetServices.as"
#include "NetDebug.as"
function Result()
{
this.onResult = function(result)
{
trace("Data ... more >>
|