| Thread | Last Post | Replies |
|
| Flash Services Gateway | 30 Dec 2004 21:50 GMT | 3 |
I have a flash remoting app I have been using on a static IP address. I recently added a domain name that points to the same IP address, but now it will not connect to the gateway. Am I missing something that needs to be changed?
|
| Remoting Component installation? | 28 Dec 2004 21:15 GMT | 1 |
I've installed Flash Remoting components on my local system, (where I build applications). Do I need to install them on the Coldfusion MX server to make remoting work? ds
|
| CFLOGIN w/ Remoting | 25 Dec 2004 00:25 GMT | 2 |
Extreme newbie here, so please bear with me. Could someone please explain to me if this code is valid? <CFFUNCTION NAME = "myLoginFunction"> <CFLOGIN>
|
| MS Access Multiple Field Searches | 22 Dec 2004 19:43 GMT | 2 |
I've been working on building an advanced search for a database, but I can't get it past 2 variables(and arguments). I can't do it as simply as just searching all fields, I have 8 separate arguments I would like to be able to use in the search. My current code is as follows:
|
| Flash remoting components for AS 2.0 and AS1.0 | 21 Dec 2004 15:03 GMT | 1 |
I am wondering if both Flash remoting components for AS1.0 and AS1.0 can be installed with Flash MX Pro 2004. The reason is I ask, is because, there are times I would want to make use of the deprecated classes such #include Netservices.as for my flash apps for backward ...
|
| Security | 21 Dec 2004 15:02 GMT | 1 |
I've a problem about : NetServices.setDefaultGatewayURL('http://yourhost/gateway'); lets say, somebody 'decompile' my swf he/she can connect to http://yourhost/gateway also, and can call my service methods too is there any solution to solve this
|
| NetServices.as ????? | 21 Dec 2004 05:39 GMT | 2 |
When I try doing a simple beginner tutorial with Flash Remoting, I am instructed to insert #include NetServices.as in the first frame of ActionScript. (I have installed the remoting components for ActionScript 2.0. I am using Flash MX 2004 Professional and the server is ...
|
| HELP: flash application failed to connect via socket sometimes | 19 Dec 2004 23:56 GMT | 1 |
I've a flash application connect to a server A via socket, if I load that flash application in my flash website (located in server B), sometimes it's failed to connect the socket server. but if I load the application standalone, everytime the connection is successful.
|
| I give up... | 16 Dec 2004 20:28 GMT | 3 |
Good Day I'm brand new to the whole Flash remoting idea so I worked through a couple of tutorials on the MM site and I think I'm very close to getting my 'Hello World' example to work. I have searched all the forums for help with this, but I'm about to give up. Can someone ...
|
| Formatting Date Time in a DataGrid | 14 Dec 2004 22:08 GMT | 1 |
Is there a way to format the datetime in a datagrid? My datetimes are showing up as: 'Tue Dec 7 09:44:30 GMT -0500 2004' Basically I just want 'Tue Dec 7 14:44:30 2004' or whatever datetime I specify. Is there a way to easily format the time? I'm using a datagrid with flash ...
|
| Recordset Object | 11 Dec 2004 13:25 GMT | 1 |
My question is a rather simple one. How can I pass a recordset result from a service function call to a recordset object I create in actionscript. The reason why I ask is because I want to be able to use the recordset returned directly, instead of using components to display ...
|
| Remoting gateway connection | 11 Dec 2004 12:57 GMT | 3 |
I have started to create a site on a ColdFusion MX host that has remoting components installed. Per their instructions, I am trying to connect using http://mindthrive.com/flashservices/gateway. The host structures its folder by having the name of the site as the root and then a ...
|
| Synchronous programming | 10 Dec 2004 22:52 GMT | 2 |
Flash is asynchronous. When making a flash remoting service method call flash does not wait for a response before executing the next command. I have a program that needs to wait for a response from the server. That is I need the server to send me the name of the current user ...
|
| No more #include "NetServeces.as"? | 10 Dec 2004 20:58 GMT | 1 |
I am using Windows XP and Flash MX Professional 2004. I just tried to do some Flash Remoting for the first time. I went to http://www.macromedia.com/software/flashremoting/downloads/components/ to
|
| Flash Remoting vs. Flex | 10 Dec 2004 20:49 GMT | 1 |
Where I work we have a coldfusion CRM/Email/Database Marketing application that is access over the web by our clients. We are going to be giving it a major facelift starting in the first quarter of next year. We are wanting to make it more of an RIA and with that, we are looking ...
|