| Thread | Last Post | Replies |
|
| where on server do I paste "NetServices.as" file | 29 May 2004 23:19 GMT | 2 |
hey guys, I'm trying to make this hello world example work and I get an error saying: An error occurred : Service threw an exception during method invocation: null I'm curious, where on my site do I need to paste the "NetServices.as" file?
|
| Local aplication that updates when connected | 28 May 2004 19:58 GMT | 1 |
I'm trying to build a stand alone application that is used as a sales tool on a laptop, this sales tool is managed via on online .NET application. ie. product name, model, images etc. When the salesperson is online i want the application to go and retrieve the
|
| setDataProvider and list component question | 27 May 2004 02:13 GMT | 2 |
I'm using a list component (flash mx 2004 pro) to display all the members i my Access Database. I order to to that i have a coldFusion Mx component (cfc) which returns firstName, lastName and ID. I use the following code to populate the list component (and that works fine):
|
| JMS and Flash | 26 May 2004 20:23 GMT | 1 |
Hi all, I've been trying to figure out how to implement JMS asynchronous communication with Flash and it appears that is not possible. What I want to do: 1) Register for messages on a topic 2) Receive messages from the topic via a JMS MessageListener
|
| Debugging with Remoting | 26 May 2004 16:56 GMT | 1 |
When I select Control/Test Movie everything works fine except for some script unrelated to my Flash Remoting calls. So, I selected Control/Debug Movie, I can't debug the script that's unrelated to the remoting calls, because the data I'm loading into the movie no longer loads. ...
|
| Data Binding in first frame only? | 26 May 2004 11:22 GMT | 3 |
I'm trying to develop a basic database manager using Remoting/CF/ODBC (access). And have a basic application working fine on a small, flat file db, allowing me to ADD, EDIT, DELETE records. I've used textArea instances bound to the dataset to view and enter the field data
|
| HELP - connecting flash to coldfusion using a gat | 26 May 2004 08:59 GMT | 2 |
i am using the book, "complete flash remoting mx" by joey lott and i can't do the "create an e-commerce website" in the back! i've typed in all the code and it's all correct, but the connection between flash and coldfusion does not work.
|
| Flash MX Remoting Components | 25 May 2004 21:31 GMT | 3 |
Flash MX Remoting Components Do i have to pay for remoting components for Flash MX if i have Flash MX license?
|
| LOADER WHILE YOU WAIT RESULT RESPONSE | 25 May 2004 07:15 GMT | 3 |
Does any one know hot to put a VISUAL loader until you recieve the RESULT from remoting Service?. Please let me know. Adrian.
|
| In Progress returned from remoting recordset | 24 May 2004 21:34 GMT | 1 |
I'm using Remoting to return a recordset. The first 10 records are returned, but after that "In Progress" is returned. Here's the code I'm using: function getCustomers_Result( result ) {
|
| Flash remoting Bug | 24 May 2004 17:31 GMT | 1 |
Hello, This is driving me crazy. I reported this since plain MX and the bug is present in MX2004 too. =======================
|
| Remoting with ActionScriptV2 | 24 May 2004 17:02 GMT | 1 |
I am trying to do Remoting with actionscript V2. i've got a class which is the entry point of the application like that : class Application { static var globalGateway:NetConnection
|
| localhost should be replaced | 24 May 2004 15:43 GMT | 3 |
Flash Remoting is supposed to automatically replace localhost with the host of whatever server calls the application. This is according to the following note in the topic on NetServices.setDefaultGatewayURL in the Flash Remoting docs. Note: If you specify localhost as the host ...
|
| Server Requirements ! | 24 May 2004 14:34 GMT | 1 |
Does flash remoting require any particular components to be installed on the server. ??? I am still a little niave when it comes to flash remoting, so i am wondering are the flash remoting libraries hosted on the server or within the flash player itself.
|
| CFLogin and Flash Remoting Trouble | 20 May 2004 19:27 GMT | 6 |
I can not get my flash form to actually login into a ColdFusion application. I have used Flash forms before for this purpose and had no trouble. My form sends the login data and returns the AuthUser and the Roles. This part works because I have tested it in flash and it returns ...
|