RE: [flexcoders] RemoteObject in AS3 Project

2009-04-01 Thread Peter Farland
While there shouldn't be too many dependencies, I know rpc.swc depends on this class from framework.swc: http://opensource.adobe.com/svn/opensource/flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/messaging/config/LoaderConfig.as ... you could try to mimicking this class and see how

Re: [flexcoders] RemoteObject in AS3 Project

2009-04-01 Thread mark . jonkman
Hi Nick The dependancies really get a bit convoluted due to the localization classes that are intertwined for error messages and the like. Literally almost drove me to drinking trying to get this stuff to stand by itself - even just the ArrayCollection class to stand by itself. At best I've