According to the documentation, the following packages should be available.
mx.data.components mx.remoting mx.remoting.debug mx.rpc mx.services For some
strange reason, I'm left only with 'mx.remoting.debug'. I did have all the
packages, but no longer. Also, I uninstalled and reinstalled the Flash Remoting
MX 2004 AS2.0 software. This did not solve the problem. Thanks for your
feedback.
silkpuppet - 17 Nov 2004 17:16 GMT
You need to drag the Remoting classes into your .fla document.
Open the Remoting library:
Window > Other Panels > Common Libraries > Remoting
Then drag the RemotingClasses and (optionally) the RemotingDebugClasses to the
stage, then delete them. You'll see them in your library.
Alternatively, you can download the source (.as files) for the Remoting
classes here:
http://download.macromedia.com/pub/flashremoting/mx2004/components/actionscript_
2.0/flashremoting_comp_sourcecode.zip
...then drop them into the {Flash MX 2004 Directory}/{language}/First
Run/Classes folder.
~j.
ASP-ASP - 17 Nov 2004 18:22 GMT
Thanks. I was looking for the class source files.
Much appreciated.