macromedia flash flash remoting:
Ever since I bought the DevNet subscription (mainly because Firefly was supposed to make this easy)
I keep looking for the "EASY" part.
I installed the Flash MX Professional 2004 Updater. Now I'm trying to get one of the examples to work.
What I really an looking to do is add/update/delete to a MS SQL 7 data table. A standard user type
table would be nice.
This is the example I'm trying to get to work at the moment.
http://www.macromedia.com/devnet/mx/flash/articles/delta_packet.html On page 6 it says.
Save the RDBMSProcessor.cfc file into the web root of your ColdFusion directory.
In version 6.0, put the file in the wwwroot directory under your ColdFusion install directory.
In version 6.1, put it in the JRun4\servers\cfusion\cfusion-ear\cfusion-war directory.
I have CFMX 6.1 installed but a search of my hard drive has no directory JRun4.
I have Window 2000 server, running IIS on local IP 192.168.1.104. No localhost:8300.
When I first ran "Test Movie" on the RDBMS_CFC.fla file I got a message that the NetServices.as
file could not be found. I searched the hard drive and found the file in c:\Program Files\Macromedia\Flash MX\Configuration\Include.
Now I get this message in the debug flash debug window.
**Error** C:\Inetpub\wwwroot\rdbms\NetServices.as: Line 1: Error opening include file RecordSet.as: File not found.
#include "RecordSet.as"
**Error** C:\Inetpub\wwwroot\rdbms\NetServices.as: Line 18: ActionScript 2.0 class scripts may only define class or interface constructs.
NetServiceProxyResponder.prototype.onResult = function(result)
**Error** C:\Inetpub\wwwroot\rdbms\NetServices.as: Line 47: ActionScript 2.0 class scripts may only define class or interface constructs.
NetServiceProxyResponder.prototype.onStatus = function(result)
**Error** C:\Inetpub\wwwroot\rdbms\NetServices.as: Line 76: Expected a field name after '.' operator.
NetServices.trace("NetServices", "info", 2, func + " was received from server: " + result.class + " " + result.description);
**Error** C:\Inetpub\wwwroot\rdbms\NetServices.as: Line 78: ActionScript 2.0 class scripts may only define class or interface constructs.
}
**Error** C:\Inetpub\wwwroot\rdbms\NetServices.as: Line 1: Error opening include file RecordSet.as: File not found.
#include "RecordSet.as"
**Error** C:\Inetpub\wwwroot\rdbms\NetServices.as: Line 76: Expected a field name after '.' operator.
NetServices.trace("NetServices", "info", 2, func + " was received from server: " + result.class + " " + result.description);
**Error** C:\Inetpub\wwwroot\rdbms\NetServices.as: Line 78: Unexpected '}' encountered
}
Total ActionScript Errors: 8 Reported Errors: 8
Jeff Craig