I am attempting to get AMFPHP going and have just installed the latest remoting
components.I get these errors when running any samples I have found.
**Error** NetServices.as: Line 24: Error opening include file
RemotingComponentVersion.as: File not found.
#include "RemotingComponentVersion.as"
**Error** NetServices.as: Line 24: Error opening include file
RemotingComponentVersion.as: File not found.
#include "RemotingComponentVersion.as"
Anybody experience this and or can offer a solution?
Perry - 07 Aug 2006 11:14 GMT
did you drag and drop the remoting component classes from "Window ->
Common Libraries -> Remoting" into your library?
perry
andros - 07 Aug 2006 16:54 GMT
I was using a deprecated class '#include "NetServices.
I now use ' import mx.remoting.NetServices; ' and all is good.